2017 © Pedro Peláez
 

library exonet-api-php

PHP implementation of the Exonet API.

image

exonet/exonet-api-php

PHP implementation of the Exonet API.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 33 % Grown

The README.md

exonet-api-php

Latest Version on Packagist ![Software License][ico-license] Total Downloads, (*1)

The Exonet API Client allows easy usage of the Exonet API., (*2)

Install

Via Composer, (*3)

``` bash $ composer require exonet/exonet-api-php, (*4)


## Usage ``` php require 'vendor/autoload.php'; $authentication = new Exonet\Api\Auth\PersonalAccessToken('<YOUR_API_TOKEN>'); $exonetApi = new Exonet\Api\Client(); $exonetApi->setAuth($authentication); // Or: $exonetApi = new Exonet\Api\Client($authentication); $certificates = $exonetApi->resource('certificates')->get();

Please see the /docs folder for complete documentation and additional examples., (*5)

Examples

The /examples directory contains ready to use scripts to help you get started. These examples can be executed with your personal access token. One of them gets a ticket with it's emails and prints the details., (*6)

$ php examples/ticket_details.php <YOUR-TOKEN>

This should make two API calls and print the ticket and email details for one of your tickets., (*7)

Change log

Please see releases for more information on what has changed recently., (*8)

Testing

bash $ composer test, (*9)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*10)

Security

If you discover any security related issues please email development@exonet.nl instead of using the issue tracker., (*11)

Credits

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

09/07 2018

dev-master

9999999-dev https://github.com/exonet/exonet-api-php

PHP implementation of the Exonet API.

  Sources   Download

MIT

The Requires

 

The Development Requires

exonet exonet-api-php

09/07 2018

v0.2.0

0.2.0.0 https://github.com/exonet/exonet-api-php

PHP implementation of the Exonet API.

  Sources   Download

MIT

The Requires

 

The Development Requires

exonet exonet-api-php

09/07 2018

dev-add-code-examples

dev-add-code-examples https://github.com/exonet/exonet-api-php

PHP implementation of the Exonet API.

  Sources   Download

MIT

The Requires

 

The Development Requires

exonet exonet-api-php

08/03 2018

dev-develop

dev-develop https://github.com/exonet/exonet-api-php

PHP implementation of the Exonet API.

  Sources   Download

MIT

The Requires

 

The Development Requires

exonet exonet-api-php

08/03 2018

v0.1.0

0.1.0.0 https://github.com/exonet/exonet-api-php

PHP implementation of the Exonet API.

  Sources   Download

MIT

The Requires

 

The Development Requires

exonet exonet-api-php