FairHypo / agroservices by FairHypo

Library for Agro24 project to get some methods with services
19
0
1
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: 2024-05-10 15:03:16
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

composer require fairhypo/agroservices

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