2017 © Pedro Peláez
 

library php-haiku

Converts text into a haiku when possible

image

maxleaver/php-haiku

Converts text into a haiku when possible

  • Friday, June 30, 2017
  • by maxleaver
  • Repository
  • 1 Watchers
  • 0 Stars
  • 88 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

PHP Haiku Generator

Converts a text string
to haiku if possible
or it returns false., (*1)

Installation

composer require maxleaver/php-haiku

Basic Usage

<?php

use PhpHaiku\Haiku;

$haiku = new Haiku('Converts a text string to haiku if possible or it returns false.');

if ($haiku->isHaiku()) {
    echo $haiku->getFirstLine(); // Converts a text string
    echo $haiku->getSecondLine(); // to haiku if possible
    echo $haiku->getThirdLine(); // or it returns false.
}

Contributing

Improve this project
with bug reports, pull requests and
feature suggestions., (*2)

The Versions

30/06 2017

dev-master

9999999-dev

Converts text into a haiku when possible

  Sources   Download

MIT

The Requires

 

The Development Requires

php haiku poetry

30/06 2017

2.0.0

2.0.0.0

Converts text into a haiku when possible

  Sources   Download

MIT

The Requires

 

The Development Requires

php haiku poetry

29/06 2017

1.1.1

1.1.1.0

Converts text into a haiku when possible

  Sources   Download

MIT

The Requires

 

The Development Requires

php haiku poetry

14/02 2017

1.1

1.1.0.0

Converts text into a haiku when possible

  Sources   Download

MIT

The Requires

 

The Development Requires

php haiku poetry

02/02 2017

1.0.2

1.0.2.0

Converts text into a haiku when possible

  Sources   Download

MIT

The Requires

 

The Development Requires

php haiku poetry

27/01 2017

1.0.1

1.0.1.0

Converts text into a haiku when possible

  Sources   Download

MIT

The Requires

 

The Development Requires

php haiku poetry

26/01 2017

1.0

1.0.0.0

Converts text into a haiku when possible

  Sources   Download

MIT

The Requires

 

The Development Requires

php haiku poetry