Package Data | |
---|---|
Maintainer Username: | simplenotezy |
Maintainer Contact: | simplenotezy@users.noreply.github.com (Mattias Fjellvang) |
Package Create Date: | 2016-06-26 |
Package Last Update: | 2017-10-03 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 03:01:44 |
Package Statistics | |
---|---|
Total Downloads: | 776 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 2 |
Total Open Issues: | 1 |
A Laravel wrapper based on xown/economic-soap-php-client
Require this package in your composer.json and update composer. This will download the package and the e-conomic + fontlib libraries also.
"simplenotezy/laravel-e-conomic": "dev-master"
After updating composer, add the ServiceProvider to the providers array in config/app.php
Simplenotezy\LaravelEconomic\ServiceProvider::class,
You can optionally use the facade. Add this to your facades:
'Economic' => Simplenotezy\LaravelEconomic\Facade::class,
/**
* Tests
*/
Route::get('/', function() {
dd(Economic::getEconomic());
});
This e-conomic Wrapper for Laravel is open-sourced software licensed under the MIT license