fedexcrossborder / sdk-php
FedEx Cross Border SDK for PHP
dev-master
2017-09-22 01:16 UTC
Requires
- php: >=5.4
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^5.3.1|^6.2.1
- mtdowling/jmespath.php: ~2.2
Requires (Dev)
- guzzlehttp/guzzle: ^5.3.1|^6.2.1
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2024-10-31 14:34:06 UTC
README
The FedEx Cross Border SDK for PHP makes it easy for developers to access [FedEx Cross Border Web Services][fws] in their PHP code, and build robust applications and software using services like Checkout, PurplePay, Mapper, etc. You can get started in minutes by [installing the SDK through Composer][docs-installation] or by downloading a single zip or phar file from our [latest release][latest-release]
Composer App Skeleton
{ "require": { "php": ">=5.4", "guzzlehttp/guzzle": "^5.3.1|^6.2.1", "meng-tian/async-soap-guzzle": "^0.2.3", "fedexcrossborder/sdk-php": "0.1.38" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "repositories": [ { "type": "vcs", "url": "http://r3p0:k4m1k4z3@gitlab.crossborder.fedex.com/fcb/fedexcrossborder-sdk-php.git" } ], "config": { "secure-http": false } }
Running Tests
./vendor/bin/phpunit vendor/fedexcrossborder/sdk-php/