Download the PHP package demroos/api-gateway-bundle without Composer
On this page you can find all versions of the php package demroos/api-gateway-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download demroos/api-gateway-bundle
More information about demroos/api-gateway-bundle
Files in demroos/api-gateway-bundle
Download demroos/api-gateway-bundle
More information about demroos/api-gateway-bundle
Files in demroos/api-gateway-bundle
Vendor demroos
Package api-gateway-bundle
Short Description This bundle will help you make api gateway
License MIT
Homepage https://github.com/demroos/api-gateway-bundle
Package api-gateway-bundle
Short Description This bundle will help you make api gateway
License MIT
Homepage https://github.com/demroos/api-gateway-bundle
Please rate this library. Is it a good library?
Informations about the package api-gateway-bundle
ApiGatewayBundle
This bundle enables you to easily proxy requests. It stands as a gateway between your API and a number of external services.
About package
This package will help you create an api gateway.
Features
- Getting endpoints from bundle configuration
- Getting endpoints from loaders, see EndpointLoaderInterface
- Feature for processing body request/response is coming soon
Install
composer require demroos/api-gateway-bundle
Enable bundle
in config/bundles.php
add to config/routes.yml
Config
Config endpoints
in api_gateway.yml
Load endpoint from loader
- You create a service that implements the EndpointLoaderInterface interface
- You add tag
api_gateway.endpoint_loader
for this service
in config/services.yaml
Config client factory
in api_gateway.yml
Support PHP
ApiGatewayBundle | PHP | Symfony |
---|---|---|
[0.1] (develop) | >=7.4 | ^4.3|^5.0 |
[0.0] (0.0) | ^7.3 | ^4.3|^5.0 |
All versions of api-gateway-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.6
ext-json Version *
symfony/framework-bundle Version ^4.3 || ^5.0
guzzlehttp/guzzle Version ^6.0
psr/http-message Version *
ext-json Version *
symfony/framework-bundle Version ^4.3 || ^5.0
guzzlehttp/guzzle Version ^6.0
psr/http-message Version *
The package demroos/api-gateway-bundle contains the following files
Loading the files please wait ....