PHPackages                             3ev/repoman - 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. [Database &amp; ORM](/categories/database)
4. /
5. 3ev/repoman

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

3ev/repoman
===========

Lightweight repository pattern implementation

v1.0.0(11y ago)04581MITPHPPHP &gt;= 5.4

Since May 14Pushed 11y ago8 watchersCompare

[ Source](https://github.com/3ev/repoman)[ Packagist](https://packagist.org/packages/3ev/repoman)[ Docs](https://github.com/3ev/repoman)[ RSS](/packages/3ev-repoman/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

\#Repoman

> Lightweight repository pattern interfaces and implementations.

See [this article](https://bosnadev.com/2015/03/07/using-repository-pattern-in-laravel-5/) for a description of the repository pattern in Laravel.

\##Installation

```
$ composer require "3ev/repoman:~1.0"

```

\##Usage

Repoman provides a basic interface for a repository. You can implement it yourself, or leverage one of the supplied implementations. You can extend the interface for your own specific repository classes.

See the phpdoc in the source files for information on the API and errors.

\###Basic implementation

```
