https://github.com/ck-developer/omnipay-payline
Payline driver for the Omnipay PHP payment processing library
https://github.com/ck-developer/omnipay-payline
gateway omnipay omnipay-payline payline payment-gateway
Last synced: 10 months ago
JSON representation
Payline driver for the Omnipay PHP payment processing library
- Host: GitHub
- URL: https://github.com/ck-developer/omnipay-payline
- Owner: ck-developer
- License: mit
- Created: 2017-03-10T12:50:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T21:02:41.000Z (about 8 years ago)
- Last Synced: 2025-04-06T07:43:06.195Z (10 months ago)
- Topics: gateway, omnipay, omnipay-payline, payline, payment-gateway
- Language: PHP
- Size: 44.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Omnipay Payline
**[Payline](http://www.payline.com/index.php/en/) gateway for the Omnipay PHP payment processing library**
[](https://packagist.org/packages/ck-developer/omnipay-payline)
[](LICENSE.md)
[](https://travis-ci.org/ck-developer/omnipay-payline)
[](https://scrutinizer-ci.com/g/ck-developer/omnipay-payline/code-structure)
[](https://scrutinizer-ci.com/g/ck-developer/omnipay-payline)
[](https://packagist.org/packages/ck-developer/omnipay-payline)
[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment
processing library for PHP 5.3+. This package implements payline support for Omnipay.
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors.
## Install
Via Composer
``` bash
$ composer require ck-developer/omnipay-payline
```
## Usage
The following gateways are provided by this package:
* Payline_Web (Payline Web Payment API)
* Payline_Direct (Payline Direct Payment API)
For general usage instructions, please see the main [Omnipay](https://github.com/thephpleague/omnipay) repository.
## Support
If you are having general issues with Omnipay, we suggest posting on
[Stack Overflow](http://stackoverflow.com/). Be sure to add the
[omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project,
or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which
you can subscribe to.
If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/ck-developer/omnipay-payline/issues),
or better yet, fork the library and submit a pull request.
## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ composer test
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email claude@khedhiri.com instead of using the issue tracker.
## Credits
- [Claude Khedhiri](https://github.com/ck-developer)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.