Download the PHP package danialpanah/farapayamak without Composer
On this page you can find all versions of the php package danialpanah/farapayamak. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download danialpanah/farapayamak
More information about danialpanah/farapayamak
Files in danialpanah/farapayamak
Package farapayamak
Short Description Laravel Package For Sending Text Messages(SMS) Through Farapayamak API.
License MIT
Informations about the package farapayamak
Laravel Farapayamak
- Introduction
- Installation
- Configuration
- Usage
- Support & Security
- Farapayamak Documentation
- License
Introduction
By using this package you can send SMS Text Messages through Farapayamak RESTful Web Services with your Laravel application.
Installation
- Use following command to install:
This package supports Laravel auto-discovery feature. If you are using Laravel 5.5 or greater no need to do any further actions, otherwise follow below steps.
-
Add the service provider to your
providers[]
array inconfig/app.php
in your laravel application: - For using Laravel Facade add the alias to your
aliases[]
array inconfig/app.php
in your laravel application:
Configuration
-
After installation, you need to add you Farapayamak settings. You can update config/farapayamak.php published file or in you Laravel .env file.
-
Run the following command to publish the configuration file:
-
config/farapayamak.php
- Add this to
.env.example
and.env
files:
Usage
Following are some ways which you can have access to farapayamak package:
-
Using Facades:
- Sending to multiple recipients:
Support & Security
This package supports Laravel 5.1 or greater, 6.x and 7.x
- In case of discovering any issues, please create one on the Issues section.
- For contribution, fork this repo and implements your code, then create a PR.
License
This repository is an open-source software under the MIT license.