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):
- Changelog Linker
- Monorepo Builder
- Package Builder
- Smart File System
- Rule Doc Generator
- Set Config Resolver
- Skipper
- Symplify Kernel
- Package Scoper
If you have issue and want to improve some package, put it all into this repository.
Fork, clone your repository and install dependencies:
git clone git@github.com:<your-name>/symplify.git
cd Symplify
composer update
-
1 feature per pull-request
-
New feature needs tests
-
Tests and static analysis must pass:
composer complete-check # coding standard issues fix with composer fix-cs
We would be happy to merge your feature then.