Satis Admin is a web-based version of Satis, the composer package repository generator.
It allows you to build the satis configuration json file, and to run the satis build
task via web interface.
This project is based on Silex and PHP5.4+
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project yohang/satis-admin
$ php bin/console user:add username password
$ php composer.phar install --dev
$ php -Slocalhost:8000 -tweb
$ ./bin/behat