PHPackages                             internetpixels/repository-manager - 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. internetpixels/repository-manager

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

internetpixels/repository-manager
=================================

Manage your entities and create simple repositories using this abstract vendor

1.0.8(3y ago)12.3k[1 issues](https://github.com/internetpixels/repository-manager/issues)PHPPHP &gt;=7.1CI failing

Since Apr 30Pushed 3y agoCompare

[ Source](https://github.com/internetpixels/repository-manager)[ Packagist](https://packagist.org/packages/internetpixels/repository-manager)[ RSS](/packages/internetpixels-repository-manager/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

Repository manager with simple SQL Query builder
================================================

[](#repository-manager-with-simple-sql-query-builder)

Manage your entities and repositories with this simple repository manager. An all in one solution for building repositories and entities.

[![License](https://camo.githubusercontent.com/cf76db379873b010c163f9cf1b5de4f5730b5a67/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e7376673f763d313032)](https://github.com/internetpixels/repository-manager)[![Build Status](https://camo.githubusercontent.com/b9590d02ed5dfbbf8f55d972ad4cde7d1f77b78880ad2abc00d2fe8a0098c016/68747470733a2f2f7472617669732d63692e6f72672f696e7465726e6574706978656c732f7265706f7369746f72792d6d616e616765722e737667)](https://travis-ci.org/internetpixels/repository-manager)[![Maintainability](https://camo.githubusercontent.com/af95d3dc77484f42090aaebde151552fa7ede9a40c7309935a2b24108a653aac/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f64306438313761323163613732343334333362332f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/internetpixels/repository-manager)

Basic examples
--------------

[](#basic-examples)

### Create your first entity

[](#create-your-first-entity)

The entity will contain the data for a specific object (Also known as DAO) and will mediate between the application and the database. An entity has to use getters and setters.

```
