Download the PHP package pauljulio/avrs-php-api without Composer
On this page you can find all versions of the php package pauljulio/avrs-php-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pauljulio/avrs-php-api
More information about pauljulio/avrs-php-api
Files in pauljulio/avrs-php-api
Download pauljulio/avrs-php-api
More information about pauljulio/avrs-php-api
Files in pauljulio/avrs-php-api
Vendor pauljulio
Package avrs-php-api
Short Description API consumer with examples for popular use cases
License MIT
Package avrs-php-api
Short Description API consumer with examples for popular use cases
License MIT
Please rate this library. Is it a good library?
Informations about the package avrs-php-api
avrs-php-api
A Sample PHP-Based API Consumer
author: Paul Hulett [email protected]
The any-OS, from-scratch guide:
- Install Virtual Box from https://www.virtualbox.org/wiki/Downloads
- Install Vagrant from https://www.vagrantup.com/downloads.html
- From this directory, run: vagrant up
- Once Vagrant is up and running, ssh into the vm by running: vagrant ssh
-
install composer, use it to install the autoloader and any project dependencies
-
copy the setting.json example to the proper location, then edit it
- command-line execution example
vagrant@avrsapi:/var/www/public$ php -a
Interactive mode enabled
php > require_once 'vendor/autoload.php';
php > $example = new PaulJulio\AvrsApi\Examples\FeeCalculator();
php > $example->run();
To Do
- needs browser-based interaction added
- needs unit tests
All versions of avrs-php-api with dependencies
PHP Build Version
Package Version
No informations.
The package pauljulio/avrs-php-api contains the following files
Loading the files please wait ....