faxbroadcast/laravel-monopond-fax

Laravel package for monopond fax API client
129 1
Install
composer require faxbroadcast/laravel-monopond-fax
PHP:>=5.5
Last Updated:Jun 10, 2020
Links: GitHub  ·  Packagist
Maintainer: mannysoft

laravel-monopond-fax

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.

Related Packages

balgf/laravel-monopond-fax

Laravel package for monopond fax API client

333 0
vinelab/http

An http library developed for the laravel framework. aliases itself as HttpClien...

303,986 57
atehnix/laravel-vk-requester

Laravel package for Vk.com API

3,446 74
devio/pipedrive

Complete Pipedrive API client for PHP and/or Laravel

1,865,503 171
bigperson/laravel-vk-geo

Parse countries, regions and cities from vk.com api

394 14