Skip to content

Commit

Permalink
Added info about laravel fork
Browse files Browse the repository at this point in the history
  • Loading branch information
juiceland committed Jan 18, 2014
1 parent 87058fa commit 9795276
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,14 @@ echo $tiny->from('E');
## Configuration

You must instanciate a new instance of Tiny with a random alpha-numeric set. Do **NOT** change this once you start using Tiny, as you won't be able to reverse.

## Using laravel?

If you're using laravel and want to use a more laravel-like syntax you could use [this fork](https://github.com/golonka/tiny) which will allow you to use a syntax like this:
```php
echo Tiny::to(5);
// echos E

echo Tiny::from('E');
// echos 5
```

0 comments on commit 9795276

Please sign in to comment.