2017 © Pedro Peláez
 

library tecnospeed-sdk-v1

Tecnospeed Manager eDoc SDK for PHP

image

tecnospeed/tecnospeed-sdk-v1

Tecnospeed Manager eDoc SDK for PHP

  • Thursday, April 14, 2016
  • by kleberksms
  • Repository
  • 3 Watchers
  • 0 Stars
  • 70 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Tecnospeed SDK for PHP

Usage

This version of the Tecnospeed SDK for PHP requires PHP 5.3 or greater., (*1)

Minimal example:, (*2)

<?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

The Versions