Download the PHP package fd6130/hsl-bundle without Composer
On this page you can find all versions of the php package fd6130/hsl-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fd6130/hsl-bundle
More information about fd6130/hsl-bundle
Files in fd6130/hsl-bundle
Download fd6130/hsl-bundle
More information about fd6130/hsl-bundle
Files in fd6130/hsl-bundle
Vendor fd6130
Package hsl-bundle
Short Description 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.
License MIT
Package hsl-bundle
Short Description 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.
License MIT
Please rate this library. Is it a good library?
Informations about the package 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
- PHP 7.2 or above
- Symfony 4.4 / 5 (symfony new --full)
Protips: Refer to suggest section in composer.json
to see more useful tools.
Installation
composer require "fd6130/hsl-bundle"
Configuration
Create config/fd_hsl.yaml
and paste the following content:
Usage
- Pagination
- Transformer
- DTO and Mapper
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
Transformers
API CRUD Controller (make sure you have Entity, DTO and Transformer)
Credits
License
All versions of hsl-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.5
babdev/pagerfanta-bundle Version ^3.0
mark-gerarts/automapper-plus-bundle Version ^1.2
monterhealth/api-filter-bundle Version ^1.2
pagerfanta/pagerfanta Version ^3.0
symfony-bundles/json-request-bundle Version ^4.0
samj/fractal-bundle Version ^4.0
symfony/validator Version ^4.4|^5.0|^6.0
symfony/yaml Version ^4.4|^5.0|^6.0
doctrine/inflector Version ^1.4|^2.0
babdev/pagerfanta-bundle Version ^3.0
mark-gerarts/automapper-plus-bundle Version ^1.2
monterhealth/api-filter-bundle Version ^1.2
pagerfanta/pagerfanta Version ^3.0
symfony-bundles/json-request-bundle Version ^4.0
samj/fractal-bundle Version ^4.0
symfony/validator Version ^4.4|^5.0|^6.0
symfony/yaml Version ^4.4|^5.0|^6.0
doctrine/inflector Version ^1.4|^2.0
The package fd6130/hsl-bundle contains the following files
Loading the files please wait ....