https://github.com/paysera/lib-webtopay
https://github.com/paysera/lib-webtopay
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paysera/lib-webtopay
- Owner: paysera
- License: lgpl-3.0
- Created: 2020-08-19T12:29:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T08:17:50.000Z (5 months ago)
- Last Synced: 2025-03-28T13:05:05.196Z (3 months ago)
- Language: PHP
- Size: 2.23 MB
- Stars: 11
- Watchers: 9
- Forks: 31
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
lib-webtopay
========The Checkout API (Payment Gateway API) allows for the collection of online payments with many payment methods.
The Checkout API is easy to integrate – simply use one of our methods and the checkout processes will be performed
automatically. The library can be used to check all the necessary security parameters of transferred and received data.
More information can be found in [the documentation](https://developers.paysera.com/en/checkout/basic).Installation
============Easiest way to use library is to include merged all-in-one file.
It is located in base libwebtopay directory, "WebToPay.php".
In this case you only need this one file.
Example:
```php