2017 © Pedro Peláez
 

library seliton-php-client

PHP Client for Seliton REST API

image

seliton/seliton-php-client

PHP Client for Seliton REST API

  • Wednesday, July 20, 2016
  • by mankms
  • Repository
  • 3 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Seliton PHP Client

Requirements

PHP 5.3 and later., (*1)

Installation

Download latest version., (*2)

Include the init.php file:, (*3)

require_once('/path/to/seliton-php-client/init.php');

Getting Started

Simple usage looks like:, (*4)

require_once '/path/to/seliton-php-client/init.php';

use Seliton\Client\Seliton;

$seliton = new Seliton('http://dev-1.myseliton.com/api/v1/');

$page = $seliton->page()->create();

print_r($page);

Documentation

Please see http://dev.seliton.com/api/docs/ for up-to-date documentation., (*5)

Development

Install dependencies:, (*6)

``` bash composer install, (*7)


## Tests Install dependencies as mentioned above (which will resolve [PHPUnit](http://packagist.org/packages/phpunit/phpunit)), then you can run the test suite: ```bash ./vendor/bin/phpunit

Or to run an individual test file:, (*8)

./vendor/bin/phpunit tests/PageTestCase.php

The Versions

20/07 2016

dev-master

9999999-dev https://github.com/seliton/seliton-php-client

PHP Client for Seliton REST API

  Sources   Download

MIT

The Development Requires

api client seliton