PHPackages                             inigo-aldama/inmovilla-api-proxy-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. inigo-aldama/inmovilla-api-proxy-bundle

ActiveSymfony-bundle[API Development](/categories/api)

inigo-aldama/inmovilla-api-proxy-bundle
=======================================

A Symfony bundle to proxy Inmovilla API requests, handling IP-based access restrictions.

1.0.2(1y ago)033MITPHPPHP ^7.4 || ^8.0

Since Dec 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/inigo-aldama/inmovilla-api-proxy-bundle)[ Packagist](https://packagist.org/packages/inigo-aldama/inmovilla-api-proxy-bundle)[ Docs](https://github.com/inigo-aldama/inmovilla-api-proxy-bundle)[ RSS](/packages/inigo-aldama-inmovilla-api-proxy-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

Inmovilla API Proxy Bundle
==========================

[](#inmovilla-api-proxy-bundle)

![Latest Version](https://camo.githubusercontent.com/4f7e0d0b2eb3de8c977c19f21c7250bee9dcbaef07d742736035565ed3a1f2e6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d312e302e302d626c7565)![PHP](https://camo.githubusercontent.com/39f74b306b25933f9e9dd63e6d2403f80b6496881143a3fcf48583a7e45f854b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545372e34253230253743253743253230253545382e302d626c7565)![Symfony](https://camo.githubusercontent.com/102901fa0f25fd3753297b3043a6ef6cf89cacfcff4539bdf9e1eef7e63ff653/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f73796d666f6e792d253545352e34253230253743253743253230253545362e302d677265656e)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](LICENSE)

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`](https://github.com/inigo-aldama/inmovilla-api-proxy) and [`inmovilla-api-client`](https://github.com/inigo-aldama/inmovilla-api-client-bundle) libraries in Symfony applications.

---

Features
--------

[](#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
------------

[](#requirements)

- **PHP**: 7.4 or higher.
- **Symfony**: 5.4 or higher.
- **Composer**: For dependency management.

---

Installation
------------

[](#installation)

Install the bundle using Composer:

```
composer require inigo-aldama/inmovilla-api-proxy-bundle
```

---

Configuration
-------------

[](#configuration)

This bundle don't require extra configuration.
Follow instructions of [inmovilla-api-client-bundle](https://github.com/inigo-aldama/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
-----

[](#usage)

### Injecting the Proxy Service

[](#injecting-the-proxy-service)

You can inject the proxy service directly into your controllers or services:

```
namespace App\Controller;

use Inmovilla\ApiProxyBundle\Service\ProxyService;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;

class ProxyController extends AbstractController
{
    private ProxyService $proxyService;

    public function __construct(ProxyService $proxyService)
    {
        $this->proxyService = $proxyService;
    }

    public function fetchProperties()
    {
        $response = $this->proxyService->handleRequest([
            'endpoint' => '/properties',
            'method' => 'GET',
            'parameters' => [],
        ]);

        return $this->json($response);
    }
}
```

---

Testing
-------

[](#testing)

Run PHPUnit tests to validate the functionality:

```
./vendor/bin/phpunit --testdox
```

---

Contribution
------------

[](#contribution)

1. Fork the repository.
2. Create a new branch (`git checkout -b feature/new-feature`).
3. Commit your changes (`git commit -m 'Add new feature'`).
4. Push to your branch (`git push origin feature/new-feature`).
5. Open a pull request.

---

License
-------

[](#license)

This project is licensed under the [MIT License](LICENSE).

---

Credits
-------

[](#credits)

- **Author**: Iñigo Aldama Gómez
- **GitHub Repository**: [inmovilla-api-proxy-bundle](https://github.com/inigo-aldama/inmovilla-api-proxy-bundle)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1c2f806934d07b68ec7bea2f69934dc3da8e8b90247b3a3ed1a29723f7ef4f6?d=identicon)[inigo-aldama](/maintainers/inigo-aldama)

---

Top Contributors

[![inigo-aldama](https://avatars.githubusercontent.com/u/139878746?v=4)](https://github.com/inigo-aldama "inigo-aldama (4 commits)")

---

Tags

phpsymfonyproxyreal-estateinmovillaapi-proxy

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/inigo-aldama-inmovilla-api-proxy-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/inigo-aldama-inmovilla-api-proxy-bundle/health.svg)](https://phpackages.com/packages/inigo-aldama-inmovilla-api-proxy-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M577](/packages/shopware-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
