Install composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php
Create the composer.json file as follows:
{
"require": {
"skgroup/php-rbac": "dev-master"
}
}
Run the composer installer:
php composer.phar install
Add in your the code
require_once('vendor/autoload.php');