PHP port of flip.js
Find a file
2015-03-16 00:13:14 -04:00
src Initial commit 2015-03-16 00:13:14 -04:00
.gitignore Initial commit 2015-03-15 22:25:40 -04:00
composer.json Initial commit 2015-03-16 00:13:14 -04:00
LICENSE Initial commit 2015-03-15 22:25:40 -04:00
README.md Initial commit 2015-03-16 00:13:14 -04:00

php-flip

PHP port of flip.js

Installation

To install via composer, add the following to your composer.json:

"require": {
      "joshtronic/php-flip": "dev-master"
}

Then run composer update

Usage

$flip = new joshtronic\Flip;
echo $flip->flip('text to flip');