getmyinvoices/accounts-api-php

A PHP SDK for the GetMyInvoices Accounts API

1.1.1 2021-03-17 15:32 UTC

This package is auto-updated.

Last update: 2024-04-29 04:40:55 UTC


README

A PHP SDK for the GetMyInvoices Accounts API

GetMyInvoices PHP SDK API used to integrate GetMyInvoices REST API into your PHP application.

More examples

Refer to the GetMyInvoices API Reference for more examples.

Reporting issues

Report any feedback or problems with this version by opening an issue on Github.

Installation

You can use the SDK using composer. Run the following command in your project directory to update your composer.json file and download the SDK.

$ composer require getmyinvoices/accounts-api-php

Alternatively, you can download this source and run

$ composer install

This generates the autoload files, which you can include using the following line in your PHP source code to start using the SDK.