teepluss/hasher

CakePhp's Hash for Laravel
8 2
Install
composer require teepluss/hasher
PHP:>=5.3.0
License:MIT
Last Updated:Jul 25, 2014
Links: GitHub  ·  Packagist
Maintainer: teepluss

CakePhp's Hash

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

Related Packages

tjvb/laravel-githash

Get the current git hash from your project, show it in your blade or add it to y...

19,936 2
gxela/leback-guid

Guid Hash Library

18 0
seffeng/arr-helper

PHP extension array helper

1,959 0
mtownsend/xml-to-array

Easily convert valid xml to a php array.

4,227,339 116
arcanedev/laravel-settings

This package allows you to persists configs/settings for Laravel projects.

140,733 74