elaniaresources/myinvoice

v1.0.0 2025-09-25 19:46 UTC

This package is auto-updated.

Last update: 2025-09-25 19:55:33 UTC


README

This is a PHP SDK for integrating with LHDN MyInvoice.

Requirements

  • PHP >= 7.4
  • Composer

Installation

Install via Composer:

composer require elaniaresource/myinvoice "*"

Usage

use MyInvoice\MyInvoiceClient;

$client = new MyInvoiceClient(/* config */);
// ...

License

MIT

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Packagist

To publish, ensure your repository is public and contains a valid composer.json and LICENSE file.

Testing

Run PHPUnit:

vendor/bin/phpunit