asanzred / payscout
Laravel 5 Wrapper for Payscout Payments
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-master / 1.0.x-dev
2020-08-10 14:47 UTC
Requires
- php: ~5.6|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: ~4.0||~5.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2022-06-16 22:57:14 UTC
README
Install
Via Composer
$ composer require smallworldfs/payscout
Add ServiceProvider in your app.php
config file.
// config/app.php 'providers' => [ ... Smallworldfs\Payscout\PayscoutServiceProvider::class, ]
and instead on aliases
// config/app.php 'aliases' => [ ... 'Payscout' => Smallworldfs\Payscout\Facade::class, ]
Configuration
Publish the config by running:
php artisan vendor:publish --provider="Smallworldfs\Payscout\PayscoutServiceProvider"
Usage
You can find an PayscoutController.php and routes.php with test routes and calls
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email smallworldfs@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.