Totof6942 / uframework

PHP practicals supervised by Julien Muetton and William Durand at Clermont-Ferrand's IUT.

Home Page:https://github.com/willdurand/licpro-php-practicals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

µFramework

Build Status

µFramework developed by Claude Dioudonnat and Christophe Poulette for the PHP practicals supervised by Julien Muetton and William Durand.

Installation

Run these two commands to install it:

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --dev --prefer-source

Install the database:

$ mysql u<user> -p<password> <database> < app/config/schema.sql

If you want, there is a set of datas in data/locations.sql

TODO

  • Hydratation

License

uFramework is released under the MIT License. See the bundled LICENSE file for details.

About

PHP practicals supervised by Julien Muetton and William Durand at Clermont-Ferrand's IUT.

https://github.com/willdurand/licpro-php-practicals

License:MIT License


Languages

Language:PHP 97.7%Language:SQL 2.3%