| Package Data | |
|---|---|
| Maintainer Username: | FairHypo |
| Maintainer Contact: | yuriy.maslof@gmail.com (Yuriy Maslov) |
| Package Create Date: | 2017-01-27 |
| Package Last Update: | 2017-02-13 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-10 03:02:47 |
| Package Statistics | |
|---|---|
| Total Downloads: | 19 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Library for Agro24 project to get some methods with services.
Pull this package in through Composer.
{
"require": {
"fairhypo/agroservices": "^1.0"
}
}
Add the service provider to your config/app.php file:
'providers' => array(
//...
Fairhypo\Agroservices\AgroservicesServiceProvider::class,
),
| Method | Input | Description | |-----------------------|-----------------------|-------------------------------------------------------------------| | sendTelegram() | $email, $message | Send message to user with this email |
This template is open-sourced software licensed under the MIT license
Yuriy Maslov (developer)