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
Requires
- php: >=5.3.3
- respect/validation: 0.10.*@dev
- zendframework/zend-crypt: 2.4
- zendframework/zend-filter: 2.4
- zendframework/zend-i18n: 2.4
- zendframework/zend-validator: 2.4
Requires (Dev)
- guzzlehttp/guzzle: ~4.0
- mockery/mockery: dev-master
- phpunit/phpunit: 3.7.*
Suggests
- guzzlehttp/guzzle: Allows for implementation of the Guzzle HTTP client
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