Download the PHP package nikba/paynet without Composer
On this page you can find all versions of the php package nikba/paynet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package paynet
Nikba Paynet Laravel Package
This package provides integration with the Paynet payment gateway for Laravel applications.
Installation
Install the package via Composer:
Publish the configuration file:
Add the following environment variables to your .env file:
Usage
Initiate a Payment
Use the Paynet facade to initiate a payment:
Handle Paynet Notifications
Add a route to handle Paynet notifications in your routes/web.php file:
Create a controller method to process the notifications:
Testing
Install necessary dependencies for testing:
Run the tests:
Postman
Postman Collections (JSON file) for a quicker and easier usage of RESTful APIs.
How to import and configure
- Download the
postman_collection.json
repository. - Click the Import button. On Postman for Mac, for example, the button is at the top left
All versions of paynet with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
guzzlehttp/guzzle Version ^7.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
The package nikba/paynet contains the following files
Loading the files please wait ....