Download the PHP package a-lawrence/laravel-wonde without Composer
On this page you can find all versions of the php package a-lawrence/laravel-wonde. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download a-lawrence/laravel-wonde
More information about a-lawrence/laravel-wonde
Files in a-lawrence/laravel-wonde
Package laravel-wonde
Short Description This is a bridge package for the Wonde API Client.
License MIT
Informations about the package laravel-wonde
Laravel-Wonde Bridge for WondeLTD API
This is a simple bridge for the Wonde LTD API, using Graham Campbell's Laravel Manager package as a framework.
Installation
Add this package to your composer.json file:
Depending on your version of Laravel, it may be necessary to add your Service Provider to your config/app.php
file:
Along with the Alias:
Config
Within your .env file (or environment variables) you can define the following two elements:
_You will only need to set WONDE_SCHOOL
if your application is a single school application._
If you'd like more control over the configuration, you could always publish the config file for this package and modify as necessary:
Usage
Basic usage can be carried out by utilising dependency injection within your controller:
If you'd prefer to not use dependency injection, then that's fine too:
For all other usage, non-specific to this bridge, view the Wonde API Client documentation: https://github.com/wondeltd/php-client
All versions of laravel-wonde with dependencies
illuminate/contracts Version 5.5.*
illuminate/support Version 5.5.*
graham-campbell/manager Version ^3.0
wondeltd/php-client Version 1.4.*