Home

Awesome

SDAPS for PHP

Latest Stable Version Total Downloads Latest Unstable Version License

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');

See https://github.com/sdaps/sdaps