Skip to content

smithkyle/trestle-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

This is the PHP Trestle Client. If you are developing in PHP, the Trestle Client gives you access to the power of Trestle with minimal fuss:

Example usage:

require_once 'Trestle.php';

$trestle = new Trestle('api_key','api_secret');

// Create a new user account
$_args = array('username' => 'newuser','password' => 'abc123','email' => '[email protected]');
$_user = $trestle->UserCreate($_args);

var_dump($_user);

About

PHP Client for Trestle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published