quangnhattran / lorem-ipsum-bundle
Unicorn??
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-12-25 13:33:28 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: