dalsn / cashworx
A PHP package for using Cashworx's API
Installs: 297
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dalsn/cashworx
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ~6.0
- nesbot/carbon: 1.36.*
Requires (Dev)
- phpunit/phpunit: ~5.7
This package is auto-updated.
Last update: 2026-01-08 23:39:47 UTC
README
Install
Via Composer
$ composer require dalsn/cashworx
Usage
$cashworx = new \Dalsn\Cashworx\Cashworx($access_key, $access_secret, $apiUrl); Create Invoice $cashworx->createInvoice($invoice_data); Get Invoice $cashworx->getInvoice($invoice_number); Get all Invoices $cashworx->getInvoices(); Confirm Payment $cashworx->getPayment($invoice_number); Get all Payments $cashworx->getPayments(); Get Profile $cashworx->getProfile();
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.