2017 © Pedro Peláez
 

library twig-utile

Twig utiles

image

rpetrosjan/twig-utile

Twig utiles

  • Friday, April 7, 2017
  • by RUben
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Lorem Ipsum Generator

Library for generating lorem ipsum text. Bonus Twig extension! This has been changed around a bit from the original geecu/LoremIpsum., (*1)

Build Status

Build Status, (*2)

Basic Usage

$generator = new Badcow\LoremIpsum\Generator();
$paragraphs = $generator->getParagraphs(5);
echo implode('<p>', $paragraphs);

Installation

Using composer

//composer.json

"require": {
    "badcow/lorem-ipsum": "dev-master"
}

The Versions

07/04 2017

dev-master

9999999-dev

Twig utiles

  Sources   Download

MIT

The Requires

  • php >=5.3.9

 

by Petrosjan Ruben

07/04 2017

V1

1.0.0.0

Twig utiles

  Sources   Download

MIT

The Requires

  • php >=5.3.9

 

by Petrosjan Ruben