2017 © Pedro Peláez
 

library symplify

Repository for Symplify packages development.

image

symplify/symplify

Repository for Symplify packages development.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 26 Forks
  • 7 Open issues
  • 100 Versions
  • 1 % Grown

The README.md





Symplify - Making Everyday PHP Development Simple


In this monorepo you'll find PHP packages that help you with:, (*1)

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


, (*2)

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):, (*3)

Coding Standards

For Symfony

For Package Development

For Any Developer

For PHPStan Lovers

For CI Keeping you Safe


, (*4)

Contributing & Issues

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

Fork and clone your repository:, (*6)

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:, (*7)

    vendor/bin/phpunit
    composer phpstan
    

We would be happy to merge your feature then :+1:, (*8)

The Versions