juliangut / symplify

Do you use Symfony, coding standards, PHPStan rule, maintain PHP packages, monorepo... and do you like to be lazy? You'll love the toolkits here! :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool





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 Any Developer

For PHPStan Lovers

For CI Keeping you Safe

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 git@github.com:<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 👍

About

Do you use Symfony, coding standards, PHPStan rule, maintain PHP packages, monorepo... and do you like to be lazy? You'll love the toolkits here! :)

License:MIT License


Languages

Language:PHP 99.6%Language:Shell 0.3%Language:Twig 0.0%Language:Latte 0.0%Language:Hack 0.0%Language:CSS 0.0%Language:HTML 0.0%Language:C++ 0.0%Language:Pawn 0.0%Language:Pascal 0.0%