Awesome
SDAPS for PHP
Integration Sdaps for PHP
Quick start
Install SDAPS
See http://sdaps.org/
In the require key of composer.json file add the following
"jansenfelipe/sdaps-php": "1.0.*@dev"
Execute
$ composer update
Add autoload.php
require_once 'vendor/autoload.php';
Call
use JansenFelipe\SdapsPHP\SdapsPHP;
$boolean = SdapsPHP::createProject('/path/you/want/to/create/the/project/sdaps');