teepluss / hasher
CakePhp's Hash for Laravel
dev-master
2014-07-25 05:14 UTC
Requires
- php: >=5.3.0
- illuminate/support: 4.1.*
This package is not auto-updated.
Last update: 2024-11-05 02:37:57 UTC
README
Installation
To get the lastest version of Theme simply require it in your composer.json
file.
"teepluss/hasher": "dev-master"
You'll then need to run composer install
to download it and have the autoloader updated.
Usage
// Common Usage: $users = $this->User->find("all"); $results = Hasher::extract($users, '{n}.User.id'); // $results equals: // array(1,2,3,4,5,...);
For more example:
Support or Contact
If you have some problem, Contact teepluss@gmail.com