ba5liel/santimpay

SantimPay Laravel API Package.

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 4

pkg:composer/ba5liel/santimpay


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.