PHPackages                             noc-med/zf2-tinyurl - 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. noc-med/zf2-tinyurl

ActiveLibrary

noc-med/zf2-tinyurl
===================

027PHP

Since Jul 4Pushed 10y ago1 watchersCompare

[ Source](https://github.com/nocvp/zf2-tinyurl)[ Packagist](https://packagist.org/packages/noc-med/zf2-tinyurl)[ RSS](/packages/noc-med-zf2-tinyurl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZF2 TinyUrl, v1.0
=================

[](#zf2-tinyurl-v10)

Introduction
------------

[](#introduction)

ZF2 TinyUrl is a Zend Framework 2 module that provides [youtube-or-tinyurl](http://kvz.io/blog/2009/06/10/create-short-ids-with-php-like-youtube-or-tinyurl/) features.

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2) (latest master)

Installation
------------

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this project in your composer.json:

    ```
    "require": {
        "noc-med/zf2-tinyurl": "dev-master"
    }
    ```
2. Now tell composer to download **ZF2 TinyUrl** by running the command:

    ```
    $ php composer.phar update
    ```

#### Post installation

[](#post-installation)

1. Enabling it in your `application.config.php`file.

    ```
