quazardous / eclectic-helpers
Various helpers I dont want to duplicate
1.0.4
2021-09-28 15:00 UTC
Requires
- phpunit/phpunit: ^6.2
Requires (Dev)
- doctrine/common: ^2.0
- doctrine/dbal: ^2.5
- symfony/property-access: ^3.0
Suggests
- doctrine/common: Inflector, SmartObjectMapper
- doctrine/dbal: SQL
- doctrine/form: ComplexType
- symfony/property-access: SmartObjectMapper
This package is auto-updated.
Last update: 2024-10-28 21:31:51 UTC
README
Various helpers I dont want to duplicate
install
composer require quazardous/eclectic-helpers
doc
See code. You may like:
- RowsWrapper in src/Transform: add dynamic fields to row or array of rows. Use it for Twig data preparation stuff.
- ComplexType in src/Form: structured form type without form class.
- ZOutStream in src/Helper: on-the-fly zlib compression to web output (for downloads).
context
Used in Silex 2 / Doctrine projects but may work somewhere else.
dependencies
Dependencies are not required but suggested to avoid breaking projects not using all the helpers.