2017 © Pedro Peláez
 

library hasher

CakePhp's Hash for Laravel

image

teepluss/hasher

CakePhp's Hash for Laravel

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CakePhp's Hash

Installation

To get the lastest version of Theme simply require it in your composer.json file., (*1)

"teepluss/hasher": "dev-master"

You'll then need to run composer install to download it and have the autoloader updated., (*2)

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, (*3)

Support or Contact

If you have some problem, Contact teepluss@gmail.com, (*4)

Support via PayPal, (*5)

The Versions

25/07 2014

dev-master

9999999-dev https://github.com/teepluss/laravel4-hasher

CakePhp's Hash for Laravel

  Sources   Download

MIT

The Requires

 

laravel array hash set