2017 © Pedro Peláez
 

library ise-module-bread

BREAD module for Zend Framework 2 used by Internalsystemerror Limited

image

ise/ise-module-bread

BREAD module for Zend Framework 2 used by Internalsystemerror Limited

  • Saturday, June 23, 2018
  • by ise
  • Repository
  • 1 Watchers
  • 0 Stars
  • 91 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

BREAD module for Zend Framework 2+

Introduction

This module intends to offer BREAD (Browse, Read, Edit, Add, Delete) functionality for entities, as dubbed "ORM over HTTP" (thanks alextech)., (*1)

Requirements

At present only a DoctrineORM mapper is provided. If you do not wish to implement your own mapper (for Zend\Db for example), then you will be required to include one of: - DoctrineORMModule - Expected out of the box., (*2)

This module also works well with: - Ise\Admin - Provides user authentication / role based account control. - Ise\Bootstrap - Integrates with Twitter Bootstrap., (*3)

Installation

Installation of this module uses composer., (*4)

php composer.phar require ise/ise-module-bread

Then add the following modules into your Zend Framework configuration. - Ise\Bread, (*5)

You will also need to ensure that you have installed any mapper dependencies (for example, install DoctrineORMModule to use DoctrineOrmMapper)., (*6)

Usage

Configuration

In order to provide BREAD functionality for entities, you need to add them to your module/application configuration. You can do this as shown in ise_bread.global.php.dist, (*7)

Controllers

TODO, (*8)

Services

TODO, (*9)

Mappers

TODO, (*10)

The Versions