teepluss/hasher

CakePhp's Hash for Laravel

dev-master 2014-07-25 05:14 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:09:27 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:

CakePhp Hash

Support or Contact

If you have some problem, Contact teepluss@gmail.com

Support via PayPal