PHPackages                             damess/zf2-hashids - 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. damess/zf2-hashids

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

damess/zf2-hashids
==================

Zend Framework 2 module for hashids allowing you to obfuscate ID's in your API

v0.1.1(10y ago)01.6kMITPHPPHP &gt;=5.3.3

Since Sep 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dannym87/zf2-hashids)[ Packagist](https://packagist.org/packages/damess/zf2-hashids)[ RSS](/packages/damess-zf2-hashids/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (3)Used By (0)

ZF2 Hashids
===========

[](#zf2-hashids)

[![Build Status](https://camo.githubusercontent.com/95f81dd322d5b5d99722c8a23686b7dcfb19ae58ff7948fef2b336ca09b54f84/68747470733a2f2f7472617669732d63692e6f72672f64616e6e796d38372f7a66322d686173686964732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dannym87/zf2-hashids)[![Coverage Status](https://camo.githubusercontent.com/9287f99ff59e8ecd02e28e7f12854bf6c4d0347521103f6724631d687690df5f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f64616e6e796d38372f7a66322d686173686964732f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/dannym87/zf2-hashids?branch=master)

Full documentation
------------------

[](#full-documentation)

This is a Zend Framework 2 module for the [PHP Hashids library](https://github.com/ivanakimov/hashids.php). See the full documentation of the library at .

Requirements
------------

[](#requirements)

- PHP 5.3.3 or higher
- Zend Framework 2.1 onwards

(Optional) GNU Multiple Precision or BCMath to allow integers greater than 1,000,000,000 to be encoded. See  for more information.

Installation using Composer
---------------------------

[](#installation-using-composer)

```
composer require damess/zf2-hashids
```

Add the module to ./config/application.config.php

```
