quangnhattran / lorem-ipsum-bundle
Unicorn??
Package info
github.com/quangnhattran/lorem-ipsum-bundle
Type:symfony-bundle
pkg:composer/quangnhattran/lorem-ipsum-bundle
v1.0.0
2022-03-25 07:22 UTC
Requires
- php: ^7.1.3
- symfony/config: ^3.4 || ^4.0
- symfony/dependency-injection: ^3.4 || ^4.0
- symfony/http-kernel: ^3.4 || ^4.0
Requires (Dev)
- symfony/browser-kit: ^3.4 || ^4.0
- symfony/framework-bundle: *
- symfony/phpunit-bridge: ^6.0
This package is auto-updated.
Last update: 2026-03-25 16:04:57 UTC
README
LoremIpsumBundle is a way for you to generate "fake text" into your Symfony application, but with just a little bit more joy than your normal lorem ipsum.
Install the package with:
composer require knpuniversity/lorem-ipsum-bundle --dev
And... that's it! If you're not using Symfony Flex, you'll also
need to enable the KnpU\LoremIpsumBundle\KnpULoremIpsumBundle
in your AppKernel.php file.
Usage
This bundle provides a single service for generating fake text, which
you can autowire by using the KnpUIpsum type-hint: