stefanotorresi / my-backend
A Zend Framework 2 module that glues a bunch of packages to lay down the base for an admin backend UI.
Installs: 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/stefanotorresi/my-backend
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