ba5liel/santimpay

SantimPay Laravel API Package.


README

Installation

You can install the package via composer:

composer require ba5liel/santimpay

For Laravel version <= 5.4

With version 5.4 or below, you must register your facades manually in the aliases section of the config/app.php configuration file.

"aliases": {
            "SantimPay": "SantimPay\\SantimPay\\Facades\\SantimPay"
        }

Credits

License

The MIT License (MIT). Please see License File for more information.