Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 entry

TO-DO List
---
- Write some docs