Download the PHP package inigo-aldama/inmovilla-api-proxy-bundle without Composer
On this page you can find all versions of the php package inigo-aldama/inmovilla-api-proxy-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download inigo-aldama/inmovilla-api-proxy-bundle
More information about inigo-aldama/inmovilla-api-proxy-bundle
Files in inigo-aldama/inmovilla-api-proxy-bundle
Package inmovilla-api-proxy-bundle
Short Description A Symfony bundle to proxy Inmovilla API requests, handling IP-based access restrictions.
License MIT
Homepage https://github.com/inigo-aldama/inmovilla-api-proxy-bundle
Informations about the package inmovilla-api-proxy-bundle
Inmovilla API Proxy Bundle
[]()
[
]()
[
]()
The inmovilla-api-proxy-bundle
is a Symfony bundle designed to act as a proxy for Inmovilla API requests, addressing IP-based access restrictions. It simplifies the setup and configuration for integrating the inmovilla-api-proxy
and inmovilla-api-client
libraries in Symfony applications.
Features
- Seamless integration with
inmovilla-api-proxy
. - Handles IP-based access restrictions for Inmovilla API.
- Pre-configured Symfony services for easier implementation.
- Compatible with Symfony 5.4 and 6.x.
Requirements
- PHP: 7.4 or higher.
- Symfony: 5.4 or higher.
- Composer: For dependency management.
Installation
Install the bundle using Composer:
Configuration
This bundle don't require extra configuration.
Follow instructions of inmovilla-api-client-bundle to configure the api client.
This configuration will automatically create a service for the proxy that can be injected into your Symfony controllers or services.
Usage
Injecting the Proxy Service
You can inject the proxy service directly into your controllers or services:
Testing
Run PHPUnit tests to validate the functionality:
Contribution
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to your branch (
git push origin feature/new-feature
). - Open a pull request.
License
This project is licensed under the MIT License.
Credits
- Author: Iñigo Aldama Gómez
- GitHub Repository: inmovilla-api-proxy-bundle
All versions of inmovilla-api-proxy-bundle with dependencies
symfony/framework-bundle Version ^5.4 || ^6.0
guzzlehttp/guzzle Version ^7.0
inigo-aldama/inmovilla-api-client-bundle Version ^1.0
inigo-aldama/inmovilla-api-proxy Version ^1.0