Skip to content

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! :)

License

dpesch/Symplify

 
 

Repository files navigation

Symplify - Making Everyday PHP Development Simple

Build Status Coverage

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 Standard Utils

Symfony Utils

  • Autodiscovery - Forget manual registration of translations, templates, mappings and routes in Symfony Application

    Build Status Downloads

  • FlexLoader - Keep your Symfony Kernel slim again and let FlexLoader load all the configs

    Build Status Downloads

  • PackageBuilder - Speed up your package DI Containers integration and Console apps to Symfony

    Build Status Downloads

  • SmartFileSystem - SplFileInfo on Steroids

    Build Status Downloads

Maintainer Utils

CLI Utils

  • SetConfigResolver - Loads configs to you with CLI --config, -c, --set, -s or sets parameter

    Build Status Downloads

Migration Utils

Install

Go to particular package and get it via composer require.

Contributing & Issues

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

3 Steps to Contribute

  • 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.

About

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! :)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 98.1%
  • HTML 1.4%
  • Other 0.5%