LIBio is an ERP specialized for seeds producers and craftmen. It uses many libraries developped in generic ways.
THIS PROJECT IS STILL UNUSABLE, IT'S YET A WORK IN PROGRESS
First thing, get composer.phar
$ curl -sS https://getcomposer.org/installer | php
Then just run:
$ composer require libre-informatique/libio-project dev-master
$ git clone https://github.com/libre-informatique/LIBioSymfonyProject .
$ composer update
Then you would have get the following directory structure :
.
├── app
├── src
└── web
At this point, if you don't have any Exceptions, you're done !
You'll need some extra libraries:
$ composer require ircmaxell/password-compat
modify composer.json by adding "minimum-stability": "dev"
Set phpunit version to "^4.8" in composer.json
See this documentation to install the project into an existing (and already installed) Symfony 2 installation.