Skip to content

Repository to develop Symplify packages. All PRs and issues here.

License

Notifications You must be signed in to change notification settings

mzstic/Symplify

 
 

Repository files navigation

Symplify main repository

Build Status Coverage Status Subscribe

Build Status Downloads

Final interface, ::class Constant, Equal Interface and other useful Checkers for PHP-CS-Fixer and PHP_CodeSniffer.

Build Status Downloads

The best and easiest way to start coding standard with. Combined both CodeSniffer and PHP-CS-Fixer

Used by Nette and Sylius.

Build Status Downloads

Handy Dependency Injection methods for Symfony and Nette.

$eventDispatcherDefinition = DefinitionFinder::getByType($containerBuilder, EventDispatcher::class);

$eventSubscribersDefinitions = DefinitionFinder::findAllByType($containerBuilder, EventSubscriberInterface::class);

DefinitionCollector::loadCollectorWithType(
    $containerBuilder,
    EventDispatcher::class,
    EventSubscriberInterface::class,
    'addSubscriber'
);

Build Status Downloads

Statie helps you to host and develop your blog on Github. A static site generator with aim on community websites.

Pehapkari.cz (Github repo) and TomasVotruba.cz (Github repo).

Build Status Downloads

Single action and framework-independent presenters with __invoke() support in Nette.

Install

Fork, clone your repository and install dependencies:

git clone git@github.com:<your-name>/Symplify.git
cd Symplify
composer install

Contributing

This is monolithic repository for Symplify packages. Put all your PRs and ISSUEs here.

How to Contribute

Just follow 3 rules:

  • 1 feature per pull-request

  • New feature needs tests. Coveralls.io checks code coverage under every PR.

  • Tests, coding standard and PHPStan checks must pass

    composer complete-check

    Often you don't need to fix coding standard manually, just run:

    composer fix-cs

We would be happy to merge your feature then.

About

Repository to develop Symplify packages. All PRs and issues here.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.1%
  • Other 0.9%