drjele / symfony-printer
Symfony printer utilities
v1.0.4
2021-07-01 12:19 UTC
Requires
- php: ^7.4|^8.0
- symfony/config: ^4.0|^5.0
- symfony/dependency-injection: ^4.0|^5.0
- symfony/http-kernel: ^4.0|^5.0
- symfony/twig-bundle: ^4.0|^5.0
Requires (Dev)
- drjele/symfony-phpunit: ^1.0
- friendsofphp/php-cs-fixer: ^3.0
- squizlabs/php_codesniffer: ^3.6
README
You may fork and modify it as you wish.
Any suggestions are welcomed.
Usage
- \Drjele\SymfonyPrinter\Service\PrintService::print - send an array of data/commands to the printer.
- \Drjele\SymfonyPrinter\Service\PrintService::printEntities - print entities based on template generation.
- \Drjele\SymfonyPrinter\Template\AbstractTemplate - extend this to create templates.