PHPackages                             f0ska/auto-grid-test-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. f0ska/auto-grid-test-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

f0ska/auto-grid-test-bundle
===========================

This repository serves as a collection of practical examples for the AutoGrid bundle.

v2.0.0(1mo ago)019MITPHPPHP &gt;=8.1

Since Nov 9Pushed 1mo agoCompare

[ Source](https://github.com/f0ska/auto-grid-test-bundle)[ Packagist](https://packagist.org/packages/f0ska/auto-grid-test-bundle)[ RSS](/packages/f0ska-auto-grid-test-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (18)Used By (0)

Test bundle for the AutoGrid
============================

[](#test-bundle-for-the-autogrid)

This repository serves as a collection of practical examples for the [AutoGrid](https://github.com/f0ska/auto-grid-bundle) bundle.

### Bundle initialization steps:

[](#bundle-initialization-steps)

1. Update doctrine schema

```
php bin/console doctrine:schema:update -f
```

2. Load fixtures

```
php bin/console doctrine:fixtures:load --append
```

3. Add the AutoGridTest route to your `./config/routes.yaml`

```
f0ska_auto_grid_test:
    resource: '@F0skaAutoGridTestBundle/config/routes.yaml'
```

4. Access the demo application via the `/auto-grid` route path.

---

Bundle Installation
===================

[](#bundle-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 f0ska/auto-grid-test-bundle
```

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 f0ska/auto-grid-test-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 [
    // ...
    F0ska\AutoGridTestBundle\F0skaAutoGridTestBundle::class => ['all' => true],
];
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance92

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Recently: every ~23 days

Total

16

Last Release

34d ago

Major Versions

v1.0.14 → v2.0.02026-04-05

PHP version history (2 changes)v1.0.0PHP &gt;=8.2.0

v1.0.4PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/117a318dc17ac7a8b70353908d746b150d5c3d81aa92984aa538172ebb73f118?d=identicon)[f0ska](/maintainers/f0ska)

---

Top Contributors

[![f0ska](https://avatars.githubusercontent.com/u/12849028?v=4)](https://github.com/f0ska "f0ska (40 commits)")

### Embed Badge

![Health badge](/badges/f0ska-auto-grid-test-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/f0ska-auto-grid-test-bundle/health.svg)](https://phpackages.com/packages/f0ska-auto-grid-test-bundle)
```

###  Alternatives

[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[mapbender/mapbender

Mapbender library

10117.4k5](/packages/mapbender-mapbender)

PHPackages © 2026

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