PHPackages                             nicovogelaar/crud-controller-module - 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. [Framework](/categories/framework)
4. /
5. nicovogelaar/crud-controller-module

ActiveLibrary[Framework](/categories/framework)

nicovogelaar/crud-controller-module
===================================

CRUD controller module

31322PHP

Since Jun 28Pushed 11y ago2 watchersCompare

[ Source](https://github.com/nicovogelaar/crud-controller-module)[ Packagist](https://packagist.org/packages/nicovogelaar/crud-controller-module)[ RSS](/packages/nicovogelaar-crud-controller-module/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

CRUD controller module
======================

[](#crud-controller-module)

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

[](#introduction)

This CRUD controller module is intended to easily create controllers with CRUD functionality.

The module works also very good with the [paginator module](https://github.com/nicovogelaar/paginator-module).

Usage
-----

[](#usage)

- [Example](https://github.com/nicovogelaar/crud-controller-module/blob/master/docs/example.md)

Requirements
------------

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2)

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

[](#installation)

#### Install with composer

[](#install-with-composer)

```
./composer.phar require nicovogelaar/crud-controller-module
#when asked for a version, type "*".
```

#### Enable module

[](#enable-module)

Enable the module in your `application.config.php` file.

```
