porta / objects
PortaOne billing API objects hepler classes
0.1.1
2023-06-22 09:04 UTC
Requires
- php: >=7.4
- porta/billing: ^0.1
- porta/datetime: ^0.1
Requires (Dev)
- guzzlehttp/psr7: *
- phpunit/phpunit: ^9.6
This package is auto-updated.
Last update: 2024-12-22 12:41:18 UTC
README
Purpose
This package intended to simplify manipulations with the most importand Portabilling objects.
Under development, use with care!
Installation
In the Composer storage. Just add proper require section:
"require": {
"porta/objects": "^0.1"
}
Dependencies
- php: ^7.4
- porta/billing ^0.1
- porta/datetime ^0.1
Testing
Tested with PHPUnit, which does not mean everything will work as intended.
To test, install in dev mode and use:
composer test
command from library root for run all standard modular tests
Documentation
Not yet well-documented, be patient