PHPackages                             timble-one/backend-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. timble-one/backend-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

timble-one/backend-bundle
=========================

utils for symfony backends

0.1.2(3mo ago)0448↓76.5%MITPHP

Since Jan 30Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/timble-one/backend-bundle)[ Packagist](https://packagist.org/packages/timble-one/backend-bundle)[ RSS](/packages/timble-one-backend-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (14)Versions (10)Used By (0)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require timble-one/backend-bundle
```

If you want Symfony Flex to apply the contrib recipe (bundle registration, Dockerfile snippet, post-install output), make sure contrib recipes are enabled:

```
composer config extra.symfony.allow-contrib true
composer require timble-one/backend-bundle
```

The bundle requires the PHP extensions `gd` and `exif` (`ext-gd`, `ext-exif`). When using a compatible Symfony Docker setup, the Flex recipe can add `RUN install-php-extensions gd exif` to the `Dockerfile`.

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require timble-one/backend-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    TimbleOne\BackendBundle\BackendBundle::class => ['all' => true],
];
```

Publishing the Symfony Flex Recipe (maintainers)
------------------------------------------------

[](#publishing-the-symfony-flex-recipe-maintainers)

This repository contains a draft contrib recipe under:

- `recipes-contrib/timble-one/backend-bundle/0.0.7/manifest.json`
- `recipes-contrib/timble-one/backend-bundle/0.0.7/post-install.txt`

Symfony Flex does not read recipes from this bundle repository directly. To make the recipe available to users, submit these files to [`symfony/recipes-contrib`](https://github.com/symfony/recipes-contrib) at:

- `timble-one/backend-bundle/0.0.7/manifest.json`
- `timble-one/backend-bundle/0.0.7/post-install.txt`

Notes:

- Contrib recipes are opt-in. Users must set `extra.symfony.allow-contrib=true`.
- The Dockerfile snippet only works in Docker images that provide the `install-php-extensions` helper.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance78

Regular maintenance activity

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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 ~50 days

Recently: every ~33 days

Total

9

Last Release

114d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/10ca29dd1c3551a40aaba44e97b9c605af8d200038cad5af3fb86046f75ae7f0?d=identicon)[71m024](/maintainers/71m024)

---

Top Contributors

[![timble-one](https://avatars.githubusercontent.com/u/4126466?v=4)](https://github.com/timble-one "timble-one (11 commits)")

### Embed Badge

![Health badge](/badges/timble-one-backend-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/timble-one-backend-bundle/health.svg)](https://phpackages.com/packages/timble-one-backend-bundle)
```

PHPackages © 2026

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