fairhypo / agroservices
Library for Agro24 project to get some methods with services
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fairhypo/agroservices
Requires
- guzzlehttp/guzzle: ~6.0
README
Library for Agro24 project to get some methods with services.
Installation
Pull this package in through Composer.
{ "require": { "fairhypo/agroservices": "^1.0" } }
Laravel 5.* Integration
Add the service provider to your config/app.php file:
'providers' => array( //... Fairhypo\Agroservices\AgroservicesServiceProvider::class, ),
Usage
Using Agrostatic methods
| Method | Input | Description |
|---|---|---|
| sendTelegram() | $email, $message | Send message to user with this email |
License
This template is open-sourced software licensed under the MIT license
Contact
Yuriy Maslov (developer)
- Email: yuriy.maslof@gmail.com