Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

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

Table of contents

PHP-CS Fixer

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.

Postman

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.

Roadmap

  1. Spécifications
  2. Process de développement
  3. Milestones
  4. Waffle Board

Hacker guide

This guide is here to provide you the guidelines to contribute to the project.

  1. Git workflow
  2. Dev VM
  3. Configure your environment
  4. Project coding guidelines
  5. API Documentation
Clone this wiki locally