PHPackages                             experteam/api-base-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. experteam/api-base-bundle

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

experteam/api-base-bundle
=========================

Base functionality bundle for APIs

4.3.5(11mo ago)012.8k↓30.5%2MITPHPPHP &gt;=8.1

Since Jan 12Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/experteam-mx/api-base-bundle)[ Packagist](https://packagist.org/packages/experteam/api-base-bundle)[ RSS](/packages/experteam-api-base-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (20)Versions (183)Used By (2)

API Redis Bundle
================

[](#api-redis-bundle)

Base Services for APIs in Symfony 5.1+
It includes:

- **Params Client:** Service to obtain the value of parameters defined in api-companies.
- **JSend Response:** Sets the format of the JSON response according to the JSEND specification ().
- **Request Util:** Request validation service.

### Install

[](#install)

1. Run de following composer command:

```
composer require experteam/api-base-bundle

```

2. Create the configuration file through any of the following options:

    a. Manually copy the example file in the package root to the folder `config/packages/`.

    b. Copy the `vendor_copy.php` file to the root of the project and configure the scripts in the `composer.json` file:

    ```
    "scripts": {
         "vendor-scripts": [
             "@php vendor_copy.php -s vendor/experteam/api-base-bundle/experteam_api_base.yaml.example -d config/packages/experteam_api_base.yaml --not-overwrite --ignore-no-source"
         ],
         "post-install-cmd": [
             "@vendor-scripts"
         ],
         "post-update-cmd": [
             "@vendor-scripts"
         ]
     },

    ```
3. Edit the bundle configuration file `config/packages/experteam_api_base.yaml`:

```
experteam_api_base:
    params:
        remote:
            enabled: [Enabled]
            url: [URL]
        defaults:
            [PARAM NAME]: [Value]
            [PARAM NAME]: [Value]

```

### Update

[](#update)

Run de following composer command:

```
composer update experteam/api-base-bundle

```

### License

[](#license)

[MIT license](https://opensource.org/licenses/MIT).

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance71

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 98.2% 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 ~9 days

Recently: every ~19 days

Total

181

Last Release

333d ago

Major Versions

3.5.6 → 4.3.12025-05-17

3.5.7 → 4.3.22025-05-17

3.5.8 → 4.3.32025-05-18

3.5.9 → 4.3.42025-05-21

3.5.10 → 4.3.52025-08-05

PHP version history (3 changes)1.0.0PHP ^7.3

1.1.18PHP &gt;=7.2.5

3.0.0PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/d7440c23497ad6e1715a163303dad11dbf1cc25647f803a594bab662db4a3bd3?d=identicon)[experteam-mx](/maintainers/experteam-mx)

---

Top Contributors

[![roberlayl](https://avatars.githubusercontent.com/u/41235785?v=4)](https://github.com/roberlayl "roberlayl (112 commits)")[![iraldoad](https://avatars.githubusercontent.com/u/15159678?v=4)](https://github.com/iraldoad "iraldoad (2 commits)")

### Embed Badge

![Health badge](/badges/experteam-api-base-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/experteam-api-base-bundle/health.svg)](https://phpackages.com/packages/experteam-api-base-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M387](/packages/easycorp-easyadmin-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M204](/packages/sulu-sulu)[sylius/sylius

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

8.5k5.9M737](/packages/sylius-sylius)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[open-dxp/opendxp

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

9421.6k61](/packages/open-dxp-opendxp)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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