mrmusaev/eimzo-json

E-Imzo JSON Integration

dev-main 2023-12-05 12:50 UTC

This package is auto-updated.

Last update: 2024-05-05 13:37:53 UTC


README

Latest Version on Packagist GitHub Tests Action Status Total Downloads

The package is for integration with a new version of E-Imzo Uzbekistan, with REST-API implementation.

Installation

You can install the package via composer:

composer require mrmusaev/eimzo-json

You can publish the config file with:

php artisan vendor:publish --tag="eimzo-json-config"

Usage

$eImzo = new MrMusaev\EImzo();
echo $eImzo->echoPhrase('Hello, MrMusaev!');

Testing

Run the tests with:

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.