zufrieden / rdvenligne

Site RDV enligne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Site RDV enligne


Languages

Language:PHP 62.2%Language:JavaScript 37.8%