Download the PHP package plotkabytes/vercom-api-php-client without Composer
On this page you can find all versions of the php package plotkabytes/vercom-api-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package vercom-api-php-client
Redlink PHP API Client
We present simple RedlinkAPI v2.1 client for PHP.
This client is strongly based on GitLab PHP API Client.
Check out the:
Change log
License
Installation
This version supports PHP >= 7.2. To get started, simply require the project
using Composer. You will also need to install packages that "
provide" psr/http-client-implementation
and psr/http-factory-implementation
.
Standard Installation
To install the client, you will need to be using Composer in your project. Here's how to install composer:
After getting composer you have to install two packages - this repository and PSR HTTP client implementation (for example Guzzle / Buzz):
This project is using following PSR's:
General library usage
Example script:
If you are not sure how to use given method from this library then check our examples.
Details of API methods can be found on official documentation pages.
Using plugins
This library supports plugins.
The plugin system allows to wrap a Client and add some processing logic prior to and/or after sending the actual request.
Testing
Framework integration
Symfony support
Symfony support is provided by this package.
It supports Symfony >= 5.3 and PHP >= 7.2.
Laravel support
TODO
Versioning
We use Semantic Versioning 2.0.0.
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.
Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
Contributing
We will gladly receive issue reports and review and accept pull requests. Feel free to contribute in any way.
Author
Mateusz Żyła [email protected]
License
Redlink PHP API Client is licensed under The MIT License (MIT).
All versions of vercom-api-php-client with dependencies
ext-json Version *
ext-xml Version *
php-http/cache-plugin Version ^1.7.5
php-http/client-common Version ^2.5
php-http/discovery Version ^1.14
php-http/httplug Version ^2.2
php-http/multipart-stream-builder Version ^1.2
psr/cache Version ^1.0 || ^2.0 || ^3.0
psr/http-client-implementation Version ^1.0
psr/http-factory-implementation Version ^1.0
psr/http-message Version ^1.0
symfony/options-resolver Version ^4.4 || ^5.0 || ^6.0
symfony/polyfill-php80 Version ^1.17
symfony/validator Version ^4.4 || ^5.0 || ^6.0