drjele / symfony-printer
Symfony printer utilities
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 1
Type:symfony-bundle
pkg:composer/drjele/symfony-printer
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.