stefanotorresi / my-backend
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Zend Framework 2 module that glues a bunch of packages to lay down the base for an admin backend UI.
2.0.0-beta1
2014-09-29 07:36 UTC
Requires
- php: >5.4.1
- doctrine/doctrine-module: ~0.8
- doctrine/doctrine-orm-module: ~0.8
- hounddog/doctrine-data-fixture-module: 0.*
- mwillbanks/zfc-twitter-bootstrap: dev-master
- ocramius/lazy-property: 1.*
- rwoverdijk/assetmanager: 1.*
- stefanotorresi/my-base: ~1.1,>=1.1.2
- zf-commons/zfc-rbac: ~2.1
- zf-commons/zfc-user: ~1.0
- zf-commons/zfc-user-doctrine-orm: ~1.0
Requires (Dev)
This package is auto-updated.
Last update: 2022-02-01 12:25:10 UTC
README
MyBackend is a Zend Framework 2 module that glues a bunch of packages to lay down the base for an admin backend UI.
It is meant to be installed in a ZF2 app built from MySkeleton.
Installation
Installation is done via Composer and Bower
$ composer require stefanotorresi/my-backend
$ cd vendor/stefanotorresi/my-backend && bower install
Features
- User authentication and authorization through Doctrine ORM, ZfcUser and ZfcRbac.
- AssetManager integration
- Base layout glued with ZfcTwitterBootstrap and YATSATRAP!
- I18n support via MyI18n
- Basic User CLI Controller
- You can drop in your backend components by just adding a backend navigation entry
TO-DO List
- Write some docs