Download the PHP package codepreneur/casys-pay without Composer
On this page you can find all versions of the php package codepreneur/casys-pay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codepreneur/casys-pay
More information about codepreneur/casys-pay
Files in codepreneur/casys-pay
Package casys-pay
Short Description Reusable Casys VPOS payment integration for Laravel.
License MIT
Homepage https://github.com/kodpreneur-dooel/casys-pay
Informations about the package casys-pay
Casys Pay
Reusable Casys VPOS payment integration for Laravel applications and packages.
Installation
Install the package via Composer:
Publish the configuration file:
Optionally publish the views:
For package development, this repository now ships with an Orchestra Testbench workbench and Laravel Boost:
If Codex MCP support is not registered automatically, add it from the package root:
Configuration
Set these environment variables in the consuming app or workbench:
Usage
Build a payment payload:
Render the hosted payment form:
Handling callbacks
Listen for the success and failure events dispatched by the package:
Testing
Run the test suite with:
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see LICENSE for more information.
All versions of casys-pay with dependencies
illuminate/http Version ^11.0 || ^12.0 || ^13.0
illuminate/support Version ^11.0 || ^12.0 || ^13.0
spatie/laravel-package-tools Version ^1.93