| Package Data | |
|---|---|
| Maintainer Username: | balgf | 
| Package Create Date: | 2016-03-21 | 
| Package Last Update: | 2018-03-07 | 
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-10-26 03:04:04 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 333 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 5 | 
| Total Open Issues: | 0 | 
Laravel package for monopond fax api client.
This package contains a subtree from Monopond's Fax API Client
#Installation
After updating composer, add the ServiceProvider to the providers array in config/app.php
'Balgf\LaravelMonopondFax\ServiceProvider',
You can use the facade for shorter code. Add this to your aliases:
'LaravelMonopondFax' => 'Balgf\LaravelMonopondFax\Facades\LaravelMonopondFax',
To publish the config settings in Laravel 5 use:
php artisan vendor:publish --provider="Balgf\LaravelMonopondFax\ServiceProvider"
This will add an monopond.php config file to your config folder.