/rdvenligne

Site RDV enligne

Primary LanguagePHP

RDV en ligne

Technologie

Site d'une page développé sur le microframework Silex et Twig comme moteur de template.

Frontend

Installation

  • The recommended way to install Silex is through composer. Just create a composer.json file and run the php composer.phar install command to install it:

    { "minimum-stability": "dev", "require": { "silex/silex": "1.0.*" } }

Tests

To run the test suite, you need composer and PHPUnit.

$ php composer.phar install --dev
$ phpunit