Download the PHP package wrkflow/php-api-sdk-builder without Composer
On this page you can find all versions of the php package wrkflow/php-api-sdk-builder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download wrkflow/php-api-sdk-builder
More information about wrkflow/php-api-sdk-builder
Files in wrkflow/php-api-sdk-builder
Download wrkflow/php-api-sdk-builder
More information about wrkflow/php-api-sdk-builder
Files in wrkflow/php-api-sdk-builder
Vendor wrkflow
Package php-api-sdk-builder
Short Description This package helps you build PHP clients for external APIs with dependency injection and type strict code in mind.
License MIT
Homepage https://github.com/wrk-flow/php-api-sdk-builder
Package php-api-sdk-builder
Short Description This package helps you build PHP clients for external APIs with dependency injection and type strict code in mind.
License MIT
Homepage https://github.com/wrk-flow/php-api-sdk-builder
Please rate this library. Is it a good library?
Informations about the package php-api-sdk-builder
Build unified APIs with dependency injection and strict code in mind.
This package is still in its early stages. But the main concepts will probably remain same.
This package helps you build PHP clients for external APIs with dependency injection and type strict code in mind.
Why to use?
- If you want to consume external API without losing type strict code (Data transfer objects instead of array keys).
- If you work with multiple APIs and want to use the same conventions.
- If you want to provide type strict way to build request parameters.
- If you want to save time building HTTP/s request.
Features
- 🛠 Dependency injection using your favorite framework (Laravel, PR for more)
- ✅ Uses PSR packages you already use for HTTP/S communication
- 🏆 Forcing type strict implementation for input (request options) and output (
Response
) - 🎗 Encouraging
Data transfer objects
- 🎭 Re-usable and configurable headers using objects
APIs packages
List of APIs made with this package
- Maggelano Channel manager - TODO
Development
For development read CONTRIBUTIONS
All versions of php-api-sdk-builder with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
guzzlehttp/psr7 Version ^2.5
php-http/discovery Version ^1.14
psr/http-client Version ^1.0.1
psr/http-message Version ^1.0.1 || ^2.0
wrkflow/php-get-typed-value Version ^0.8.2
guzzlehttp/psr7 Version ^2.5
php-http/discovery Version ^1.14
psr/http-client Version ^1.0.1
psr/http-message Version ^1.0.1 || ^2.0
wrkflow/php-get-typed-value Version ^0.8.2
The package wrkflow/php-api-sdk-builder contains the following files
Loading the files please wait ....