porta/objects

PortaOne billing API objects hepler classes

0.1.1 2023-06-22 09:04 UTC

This package is auto-updated.

Last update: 2024-04-22 11:19:42 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