/Symplify

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

Primary LanguagePHPMIT LicenseMIT

Symplify main repository

Build Status Coverage Status Subscribe

Build Status Downloads

Final interface, ::class Constant 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 PHP-CS-Fixer and PHP_CodeSniffer.

Used by Nette and Sylius.

Build Status Downloads

Building own Sniffs and Fixers made easy. It helps you with:

  • Space counts
  • Testing
  • (Fully qualified) names
  • Property and argument types
  • And much more...

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

Install

Fork, clone your repository and install dependencies:

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

Contributing

This is a 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

  • Tests and static analysis 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.