Download the PHP package jpcaparas/xerovel without Composer
On this page you can find all versions of the php package jpcaparas/xerovel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jpcaparas/xerovel
More information about jpcaparas/xerovel
Files in jpcaparas/xerovel
Download jpcaparas/xerovel
More information about jpcaparas/xerovel
Files in jpcaparas/xerovel
Vendor jpcaparas
Package xerovel
Short Description A Laravel service provider that wraps around Xero.
License MIT
Package xerovel
Short Description A Laravel service provider that wraps around Xero.
License MIT
Please rate this library. Is it a good library?
Informations about the package xerovel
Xerovel
A Laravel service provider for the calcinai/xero-php
Xero PHP API client.
Installation
-
Run
composer install jpcaparas/xerovel
. -
Publish the config files:
php artisan vendor:publish --provider=JPCaparas\\Xerovel\\Providers\\XerovelServiceProvider
-
Set the configuration at
./config/xerovel.php
. -
Add Xerovel on the list of package service providers at
./config/app.php
:/* * Package Service Providers... */ [...] JPCaparas\Xerovel\Providers\XerovelServiceProvider::class, [...]
Tests
vendor/bin/phpunit
All versions of xerovel with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
calcinai/xero-php Version ~1.5.0
illuminate/container Version ~5.4.0
illuminate/contracts Version ~5.4.0
calcinai/xero-php Version ~1.5.0
illuminate/container Version ~5.4.0
illuminate/contracts Version ~5.4.0
The package jpcaparas/xerovel contains the following files
Loading the files please wait ....