Download the PHP package avtocod/b2b-api-php-laravel without Composer
On this page you can find all versions of the php package avtocod/b2b-api-php-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package b2b-api-php-laravel
B2B Api client integration for Laravel applications
Install
Require this package with composer using the following command:
Installed
composer
is required (how to install composer).You need to fix the major version of package.
After that you should "publish" package configuration file using next command:
And modify ./config/b2b-api-client.php
.
Usage
This package provides:
- Connections factory (
ConnectionsFactoryInterface
) - B2B API client factory (configuration for it loads from published configuration file); - Report types repository (
RepositoryInterface
) - single entry-point for getting access to the report types information;
In any part of your application you can resolve their implementations. For example, in artisan command:
Events
Also this package proxying B2B Api client events into Laravel events dispatcher. So, feel free for writing own listeners like:
More information about events listeners can be found here
Testing
For package testing we use phpunit
framework and docker-ce
+ docker-compose
as develop environment. So, just write into your terminal after repository cloning:
Changes log
Changes log can be found here.
Support
If you will find any package errors, please, make an issue in current repository.
License
This is open-sourced software licensed under the MIT License.
All versions of b2b-api-php-laravel with dependencies
avtocod/b2b-api-php Version ^4.1
illuminate/support Version ^10.0
illuminate/container Version ^10.0
illuminate/contracts Version ^10.0
illuminate/events Version ^10.0
illuminate/config Version ^10.0