PHPackages                             alisakopric/user\_url\_shortener - 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. alisakopric/user\_url\_shortener

ActiveLibrary

alisakopric/user\_url\_shortener
================================

Just a test module for UserBundle.

010PHP

Since Aug 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Bharakuda/user_url_shortener)[ Packagist](https://packagist.org/packages/alisakopric/user_url_shortener)[ RSS](/packages/alisakopric-user-url-shortener/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

URL Shortener is a Symfony 3 App for shortening URL's
=====================================================

[](#url-shortener-is-a-symfony-3-app-for-shortening-urls)

**Note:** *This project is still undergoing a lot of changes*

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

[](#installation)

Installation is a quick 5 step process:

1. Clone repository
2. Download UserBundle using composer
3. Enable the Bundle
4. Configure your application
5. Create app database

### 1. Clone repository

[](#1-clone-repository)

Create new project directory and execute git clone command inside of it

```
git clone https://alisa_kopric@bitbucket.org/sightsdigitalteam/url_shortener.git
```

### 2. Download UserBundle using composer

[](#2-download-userbundle-using-composer)

Simply execute following command

```
composer update
```

information required by the install script:

- database\_host:
- database\_port:
- database\_name:
- database\_username:
- database\_password:
- mailer\_transport:
- mailer\_host:
- mailer\_username:
- mailer\_password:
- secret:

### 3. Enable UserBundle module

[](#3-enable-userbundle-module)

Register the bundle in AppKernel.php:

```
