This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
forked from flef/Incipio
-
Notifications
You must be signed in to change notification settings - Fork 5
Dev tools
Théo FIDRY edited this page May 21, 2015
·
4 revisions
TODO:
- phpStorm for Symfony
- pre-commit hook
- configuration de git
- alias Git
- bash autocomplete
- aliases
- symfony command autocomplete
- PHPCS
- PHPMD
PHP-CS Fixer follow the PHP coding standards as defined in the PSR-1 and PSR-2 documents. It fixes all the issues of your code to comply to those standards.
To use it, simply run: composer php-cs-fixer
or composer phpcsf
.
To test the API, there is no better tool than Postman. It is a simple application allowing you to easily request the API.
To help you with Postman, a configuration has been exported with all the documentation! Once you have installed Postman, import the collection postman_collection
and the environment postman_environment
. The Postman collection show you all the available requests and the environment allow you to configure the variable host
.
This guide is here to provide you the guidelines to contribute to the project.