Download the PHP package skygdi/checkout without Composer
On this page you can find all versions of the php package skygdi/checkout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download skygdi/checkout
More information about skygdi/checkout
Files in skygdi/checkout
Download skygdi/checkout
More information about skygdi/checkout
Files in skygdi/checkout
Vendor skygdi
Package checkout
Short Description A Laravel Checkout Helper, for callback checking exists transaction
License
Homepage https://github.com/skygdi/checkout
Package checkout
Short Description A Laravel Checkout Helper, for callback checking exists transaction
License
Homepage https://github.com/skygdi/checkout
Please rate this library. Is it a good library?
Informations about the package checkout
A Laravel independent checkout
Sometimes, we need to add a simple checkout data's table for like express payment checkout and IPN
composer require skygdi/checkout
php artisan migrate
Example:
use Skygdi\Checkout\Checkout
;
Checkout::createInvoiceID("invoice_id_001");
Checkout::checkInvoiceExist("invoice_id_001");
Checkout::markAsPaid("invoice_id_001");
All versions of checkout with dependencies
PHP Build Version
Package Version
The package skygdi/checkout contains the following files
Loading the files please wait ....