porta / objects
PortaOne billing API objects hepler classes
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/porta/objects
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: 2025-09-22 14:33:05 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