All Projects → symplify → Symplify

symplify / Symplify

Licence: mit
Do you use Symfony, Coding Standards, maintain PHP packages, automate monorepo, generate static website and are you lazy? You'll love the candies you find here! :)

Projects that are alternatives of or similar to Symplify

Mo4 Coding Standard
MO4 Coding Standard Rules for Codesniffer based on Symfony Coding Standards.
Stars: ✭ 15 (-96.51%)
Mutual labels:  php-codesniffer, symfony
Contao
Contao Open Source CMS
Stars: ✭ 181 (-57.91%)
Mutual labels:  symfony, monorepo
Php Ddd Example
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 5
Stars: ✭ 1,960 (+355.81%)
Mutual labels:  symfony, monorepo
Symfony Coding Standard
Development repository for the Symfony coding standard
Stars: ✭ 381 (-11.4%)
Mutual labels:  php-codesniffer, symfony
Doctrineenumbundle
📦 Provides support of ENUM type for Doctrine in Symfony applications.
Stars: ✭ 410 (-4.65%)
Mutual labels:  symfony
Dog Ceo Api
The API hosted at dog.ceo
Stars: ✭ 393 (-8.6%)
Mutual labels:  symfony
Fosckeditorbundle
Provides a CKEditor integration for your Symfony project.
Stars: ✭ 387 (-10%)
Mutual labels:  symfony
Foshttpcachebundle
Use the FOSHttpCache library in your Symfony projects
Stars: ✭ 383 (-10.93%)
Mutual labels:  symfony
Entria Fullstack
Monorepo Playground with GraphQL, React, React Native, Relay Modern, TypeScript and Jest
Stars: ✭ 434 (+0.93%)
Mutual labels:  monorepo
Workflow
The Workflow component provides tools for managing a workflow or finite state machine.
Stars: ✭ 418 (-2.79%)
Mutual labels:  symfony
Doctrinebundle
Symfony Bundle for Doctrine ORM and DBAL
Stars: ✭ 4,225 (+882.56%)
Mutual labels:  symfony
Filesystem
The Filesystem component provides basic utilities for the filesystem.
Stars: ✭ 4,111 (+856.05%)
Mutual labels:  symfony
Coopcycle Web
Logistics & marketplace platform. Only for worker-owned business.
Stars: ✭ 412 (-4.19%)
Mutual labels:  symfony
Twig Extra Bundle
The Twig bundle for official extra extensions
Stars: ✭ 389 (-9.53%)
Mutual labels:  symfony
Doctrine Json Odm
An object document mapper for Doctrine ORM using JSON types of modern RDBMS.
Stars: ✭ 420 (-2.33%)
Mutual labels:  symfony
Exporter
Lightweight Exporter library
Stars: ✭ 384 (-10.7%)
Mutual labels:  symfony
Sonatadoctrineormadminbundle
Integrate Doctrine ORM into the SonataAdminBundle
Stars: ✭ 400 (-6.98%)
Mutual labels:  symfony
Mapbox Gl Native
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Stars: ✭ 4,091 (+851.4%)
Mutual labels:  monorepo
Symfony2extension
Symfony2 extension for Behat
Stars: ✭ 400 (-6.98%)
Mutual labels:  symfony
Recipes Contrib
Symfony Contrib Recipes Repositories
Stars: ✭ 399 (-7.21%)
Mutual labels:  symfony

Symplify

Making Everyday PHP Development Simple

In this monorepo you'll find PHP packages that help you with:

  • your first coding standard
  • maintenance of monorepo and changelog
  • clean Kernel even with Flex loading methods
  • slim and re-usable Symfony configs

You'll find all packages in /packages directory. Here is a brief overview (tip: click on the package name to see its README with more detailed features):

Coding Standards

For Symfony

For Package Development

For CLI App Developers

For Any Developer

For PHPStan Lovers

For CI Keeping you Safe

For Syntax Transformation

For Upgrades


Contributing & Issues

If you have issue and want to improve some package, put it all into this repository.

Fork and clone your repository:

git clone [email protected]:<your-name>/symplify.git
cd symplify
composer install

3 Steps to Contribute

  • 1 feature per pull-request

  • new feature must have tests

  • tests and static analysis must pass:

    vendor/bin/phpunit
    composer phpstan
    

We would be happy to merge your feature then 👍

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].