PHPackages                             teepluss/hasher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. teepluss/hasher

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

teepluss/hasher
===============

CakePhp's Hash for Laravel

28PHP

Since Jul 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/teepluss/laravel4-hasher)[ Packagist](https://packagist.org/packages/teepluss/hasher)[ RSS](/packages/teepluss-hasher/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CakePhp's Hash
--------------

[](#cakephps-hash)

### Installation

[](#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
-----

[](#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:
-----------------

[](#for-more-example)

[CakePhp Hash](http://book.cakephp.org/2.0/en/core-utility-libraries/hash.html)

Support or Contact
------------------

[](#support-or-contact)

If you have some problem, Contact

[![Support via PayPal](https://camo.githubusercontent.com/1c4c2a63b268ab949717893dda9628735444f61b8eb8eece283a534338b5b0e5/68747470733a2f2f7261776769746875622e636f6d2f63687269732d2d2d2f446f6e6174696f6e2d4261646765732f6d61737465722f70617970616c2e6a706567)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9GEC8J7FAG6JA)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1464300?v=4)[Maximus](/maintainers/teepluss)[@teepluss](https://github.com/teepluss)

### Embed Badge

![Health badge](/badges/teepluss-hasher/health.svg)

```
[![Health](https://phpackages.com/badges/teepluss-hasher/health.svg)](https://phpackages.com/packages/teepluss-hasher)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
