tecnospeed/tecnospeed-sdk-v1

There is no license information available for the latest version (v0.1.4) of this package.

Tecnospeed Manager eDoc SDK for PHP

v0.1.4 2015-08-20 13:18 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:41:40 UTC


README

Usage

This version of the Tecnospeed SDK for PHP requires PHP 5.3 or greater.

Minimal example:

<?php

// Skip these two lines if you're using Composer
define('TECNOSPEED_SDK_V1_SRC_DIR', '/path/to/tecnospeed-php-sdk-v1/src/Tecnospeed/');
require __DIR__ . '/path/to/tecnospeed-php-sdk-v1/autoload.php';

use Tecnospeed\ManagerNf;
use Tecnospeed\Nf;



Tests
-----

1) [Composer](https://getcomposer.org/) is a prerequisite for running the tests.

Install composer globally, then run `composer install` to install required files.


2) The tests can be executed by running this command from the root directory:

```bash
./vendor/bin/phpunit