PHPackages                             t4web/crud - 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. [Admin Panels](/categories/admin)
4. /
5. t4web/crud

ActiveLibrary[Admin Panels](/categories/admin)

t4web/crud
==========

ZF2 Module. Abstract layer for manage domain entity

1.3.0(7y ago)11.5k[1 issues](https://github.com/t4web/Crud/issues)3BSD-3-ClausePHPPHP &gt;=5.5

Since Jun 2Pushed 7y ago3 watchersCompare

[ Source](https://github.com/t4web/Crud)[ Packagist](https://packagist.org/packages/t4web/crud)[ Docs](https://github.com/t4web/Crud)[ RSS](/packages/t4web-crud/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (8)Dependencies (9)Versions (9)Used By (3)

Crud
====

[](#crud)

ZF2 Module. Abstract layer for manage domain entity

Contents
--------

[](#contents)

- [Installation](#instalation)
    - [Post installation](#post-installation)
- [Introduction](#introduction)
- [Configuration options](#configuration-options)

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

[](#installation)

Add this project in your composer.json:

```
"require": {
  "t4web/crud": "~1.0.0"
}
```

Now tell composer to download `T4web\Crud` by running the command:

```
$ php composer.phar update
```

#### Post installation

[](#post-installation)

Enabling it in your `application.config.php`file.

```
