PHPackages                             tangoman/repository-helper - 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. tangoman/repository-helper

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

tangoman/repository-helper
==========================

Symfony Repository Helper

3.0.2(8y ago)21491MITPHPPHP &gt;=5.3.0

Since Aug 18Pushed 8y agoCompare

[ Source](https://github.com/TangoMan75/RepositoryHelper)[ Packagist](https://packagist.org/packages/tangoman/repository-helper)[ RSS](/packages/tangoman-repository-helper/feed)WikiDiscussions master Synced today

READMEChangelog (7)DependenciesVersions (11)Used By (0)

TangoMan Repository Helper
==========================

[](#tangoman-repository-helper)

**TangoMan Repository Helper** provides trait with useful functions for your repositories.

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require tangoman/repository-helper
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Usage
=====

[](#usage)

Inside your repository
----------------------

[](#inside-your-repository)

Add "use" statement just like when you're using a trait.

```
