bringer/alemtat-api-client-php

PHP client for AlemTAT API

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.0.4 2017-03-23 13:15 UTC

This package is not auto-updated.

Last update: 2021-02-06 01:07:48 UTC


README

PHP-client for AlemTAT API.

Use API documentation

Requirements

  • PHP 5.3 and above
  • PHP's cURL support

Install

  1. Get composer

  2. Run into your project directory:

composer require bringer/alemtat-api-client-php ~1.0.4

If you have not used composer before, include autoloader into your project.

require 'path/to/vendor/autoload.php';