PHPackages                             fd6130/hsl-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. [Framework](/categories/framework)
4. /
5. fd6130/hsl-bundle

AbandonedArchivedSymfony-bundle[Framework](/categories/framework)

fd6130/hsl-bundle
=================

This bundle provide some ease of development for Symfony beginner. You can now create a CRUD controller very fast and it comes with DTO validation, mapping and pagination.

v1.1.4(4y ago)3256[1 issues](https://github.com/fd6130/hsl-bundle/issues)MITPHPPHP &gt;=7.2.5

Since Oct 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fd6130/hsl-bundle)[ Packagist](https://packagist.org/packages/fd6130/hsl-bundle)[ RSS](/packages/fd6130-hsl-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (10)Versions (27)Used By (0)

hsl-bundle
==========

[](#hsl-bundle)

hsl-bundle provide you some nice feature that can help you to speed up your development:

- maker command for DTOs (DTOs are use for POST and PUT request)
- maker command for Transformers (customize your result)
- maker command for API CRUD Controller (boilerplate code for your need)
- pagination (it is integrated during the controller creation)

Prerequisites
-------------

[](#prerequisites)

1. PHP 7.2 or above
2. Symfony 4.4 / 5 (symfony new --full)

**Protips:** Refer to suggest section in `composer.json` to see more useful tools.

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

[](#installation)

`composer require "fd6130/hsl-bundle"`

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

[](#configuration)

Create `config/fd_hsl.yaml` and paste the following content:

```
fd_hsl:
    paginator:
        default_limit: 30

```

Usage
-----

[](#usage)

1. [Pagination](./src/Resources/doc/pagination.md)
2. [Transformer](./src/Resources/doc/transformer.md)
3. [DTO and Mapper](./src/Resources/doc/dto_mapper.md)

Command at a glance
-------------------

[](#command-at-a-glance)

**Append --help at the end of the command for more options. For example `php bin/console make:hsl:dto --help`**

DTOs

```
php bin/console make:hsl:dto

```

Transformers

```
php bin/console make:hsl:transformer

```

API CRUD Controller (make sure you have Entity, DTO and Transformer)

```
php bin/console make:hsl:crud

```

Credits
-------

[](#credits)

[fd6130](https://github.com/fd6130)

License
-------

[](#license)

[![License: MIT](https://camo.githubusercontent.com/2b0f0abcb5a51eb4cc8321bd5a5e6eb16390950eaee6f9d4f2243af2facbe483/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d7265642e737667)](LICENSE)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~37 days

Total

26

Last Release

1552d ago

Major Versions

0.0.3 → v1.0.02020-11-02

PHP version history (2 changes)0.0.1PHP ^7.2.5

v1.0.13PHP &gt;=7.2.5

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11419744?v=4)[Vui](/maintainers/fd6130)[@fd6130](https://github.com/fd6130)

---

Top Contributors

[![fd6130](https://avatars.githubusercontent.com/u/11419744?v=4)](https://github.com/fd6130 "fd6130 (29 commits)")

---

Tags

bundledtomaker-commandphpsymfonysymfony-bundletransformersymfonybundlepaginationcontrollerdtodto validationdto mapping

### Embed Badge

![Health badge](/badges/fd6130-hsl-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fd6130-hsl-bundle/health.svg)](https://phpackages.com/packages/fd6130-hsl-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

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

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

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[league/tactician-bundle

Bundle to integrate Tactician with Symfony projects

24810.1M18](/packages/league-tactician-bundle)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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