Skip to content

roblesterjr04/Zuoravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zuoravel

Laravel Packagist Packagist

Easily connect with APIs and integrate Zuora with your Laravel application

Installation

Install via composer

composer require rob-lester-jr04/zuoravel

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.

Add service provider to config/app.php in providers section

Lester\Zuoravel\ServiceProvider::class,

Publish Configuration File

**Note that this is optional and in most cases, the configuration here is not needed.

php artisan vendor:publish --provider="Lester\Zuoravel\ServiceProvider" --tag="config"

About

Laravel package and wrapper for Zuora APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages