Download the PHP package inspirum/balikobot without Composer
On this page you can find all versions of the php package inspirum/balikobot. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inspirum/balikobot
More information about inspirum/balikobot
Files in inspirum/balikobot
Package balikobot
Short Description PHP library for Balikobot API
License MIT
Homepage https://github.com/inspirum/balikobot-php
Informations about the package balikobot
Balikobot API
Offers implementation of Balikobot API v2 described in the official documentation until v2.008 (2024-11-20).
More details are available in changelog.
Usage example
See more available methods' documentation in Usage section.
All the code snippets shown here are modified for clarity, so they may not be executable.
Create packages and order shipment
Test packages data / delete packages
`
Track packages
Import branches
System requirements
If you are still using older PHP version, you can use this package in ^5.0
version (for PHP 7.1+).
Installation
Run composer require command:
or add a requirement to your composer.json
:
Setup service
Available framework integrations:
But you can also use it without any framework implementation:
Usage
The module contains several helper classes that contain most of the constants needed to work with the Balikobot API.
- Definitions
- Package service
- Track service
- Branch service
- Setting service
- Info service
- Providers
Testing
To run unit tests, run:
You can also run only Unit or Integration test suites, run:
To show coverage, run:
To run all test (phpcs, phpstan, phpunit, etc.), run:
For testing purposes, you can use these credentials:
- API username:
balikobot_test2cztest
- API key:
#lS1tBVo
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of balikobot with dependencies
ext-curl Version *
ext-json Version *
guzzlehttp/psr7 Version ^1.5 || ^2.0
inspirum/arrayable Version ^1.3
psr/http-message Version ^1.1 || ^2.0