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):
-
Easy Coding Standard - The easiest way to start a coding standard in your project. Easy, simple and intuitive. Combines both PHP-CS-Fixer and PHP_CodeSniffer.
-
Coding Standard - Final interface,
::class
Constant and other useful Checkers for PHP-CS-Fixer and PHP_CodeSniffer.
-
Autodiscovery - Forget manual registration of translations, templates, mappings and routes in Symfony Application
-
FlexLoader - Keep your Symfony Kernel slim again and let FlexLoader load all the configs
-
PackageBuilder - Speed up your package DI Containers integration and Console apps to Symfony
-
SmartFileSystem -
SplFileInfo
on Steroids
-
ChangelogLinker - Why write
CHANGELOG.md
, when you can generate it -
MonorepoBuilder - Validate, split, release and maintain Monorepo like a boss
-
Statie - www.statie.org - Static website generator in PHP with Twig/Latte, that fuels Pehapkari.cz and TomasVotruba.cz.
-
SetConfigResolver - Loads configs to you with CLI --config, -c, --set, -s or sets parameter
-
LatteToTwigConverter - Converts Latte templates to Twig
-
NeonToYamlConverter - Converts NEON files to YAML
Go to particular package and get it via composer require
.
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 [email protected]:<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.