mrmusaev / eimzo-json
E-Imzo JSON Integration
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-main
2023-12-05 12:50 UTC
Requires
- php: ^8.0
- illuminate/contracts: ^9.0 | ^10.0
- spatie/laravel-data: ^2.0 | ^3.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.8
- orchestra/testbench: ^8.8
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpunit/phpunit: ^10.2
This package is auto-updated.
Last update: 2025-01-05 14:58:27 UTC
README
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.