Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanotorresi/mybackend
*DISCONTINUED* MyBackend is a Zend Framework 2 module that glues a bunch of packages to lay down the base for an admin backend UI.
https://github.com/stefanotorresi/mybackend
Last synced: 18 days ago
JSON representation
*DISCONTINUED* MyBackend is a Zend Framework 2 module that glues a bunch of packages to lay down the base for an admin backend UI.
- Host: GitHub
- URL: https://github.com/stefanotorresi/mybackend
- Owner: stefanotorresi
- License: mit
- Created: 2013-05-29T09:45:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T07:41:00.000Z (about 10 years ago)
- Last Synced: 2024-10-03T16:24:07.002Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 673 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
MyBackend
===**MyBackend** is a [Zend Framework 2](//framework.zend.com) 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](//github.com/stefanotorresi/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](http://www.doctrine-project.org), [ZfcUser](//github.com/ZF-Commons/ZfcUser) and [ZfcRbac](//github.com/ZF-Commons/ZfcRbac).
- [AssetManager](//github.com/RWOverdijk/AssetManager) integration
- Base layout glued with [ZfcTwitterBootstrap](//github.com/mwillbanks/ZfcTwitterBootstrap) and [YATSATRAP!](//github.com/stefanotorresi/yatsatrap)
- I18n support via [MyI18n](//github.com/stefanotorresi/MyI18n)
- Basic User CLI Controller
- You can drop in your backend components by just adding a backend navigation entryTO-DO List
---
- Write some docs