Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitrado/NitrAPI-PHP

PHP based SDK for the NitrAPI
https://github.com/nitrado/NitrAPI-PHP

nitrado nitrapi php-library php-sdk

Last synced: 3 months ago
JSON representation

PHP based SDK for the NitrAPI

Awesome Lists containing this project

README

        

Nitrapi-PHP
===========

[![Latest Stable Version](https://poser.pugx.org/nitrado/nitrapi-php-lib/v/stable.png)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
[![Latest Unstable Version](https://poser.pugx.org/nitrado/nitrapi-php-lib/v/unstable.svg)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
[![Total Downloads](https://poser.pugx.org/nitrado/nitrapi-php-lib/downloads.png)](https://packagist.org/packages/nitrado/nitrapi-php-lib)

Official PHP based SDK for the Nitrapi RESTful API.

Recommends
---------

* PHP 5.5 or higher
* Composer

Installation
------------

Edit the composer.json and execute composer.phar update
``` php
{
"require": {
"nitrado/nitrapi-php-lib": "dev-master",
}
}
```

Example
-------

```php
");

var_dump($api->getServices());

} catch(\Exception $e) {
var_dump("API Error: " . $e->getMessage());
}
```