PHPackages                             bulwark/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bulwark/repoman

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

bulwark/repoman
===============

v1.0.2(8y ago)376MITPHP

Since Dec 5Pushed 8y agoCompare

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

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

Repoman
=======

[](#repoman)

[![Latest Version](https://camo.githubusercontent.com/bec0cce076dee3d6cc9325b557ef9db2c5c390ce6b456c2f379ba6204179068a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f62756c7761726b313337342f7265706f6d616e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/bulwark1374/repoman/releases/tag/v1.0.2)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Build Status](https://camo.githubusercontent.com/85e99efd3d4f70a353122ac114286f3c36ce7a73bc89ddbfb948de96f261f770/68747470733a2f2f7472617669732d63692e6f72672f62756c7761726b313337342f7265706f6d616e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bulwark1374/repoman)[![Coverage Status](https://camo.githubusercontent.com/a2c506a781b044aa09e5b53b999d8bb89225e264b714e4ffaa0a78b412e8f600/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f62756c7761726b313337342f7265706f6d616e2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/bulwark1374/repoman)[![Total Download](https://camo.githubusercontent.com/04260d1950a5ecebea566ad37d63e06655e5ff2a14a6a6d8568c576d1b8d0a15/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62756c7761726b2f7265706f6d616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bulwark/repoman)

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

[](#introduction)

A base repository class for Eloquent with convenience methods that cover most queries. Useful to abstract away your persistence layer from your business code.

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

[](#installation)

For Laravel 5.4 and above

```
composer require bulwark/repoman ~1.0
```

Implementation
--------------

[](#implementation)

The examples will use a hypothetical Eloquent model named `User`.

```
