Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZF-Commons/ZfcAdmin
Admin interface for Zend Framework 2 modules - ZfcAdmin is a ZF-Commons initiative.
https://github.com/ZF-Commons/ZfcAdmin
Last synced: 5 days ago
JSON representation
Admin interface for Zend Framework 2 modules - ZfcAdmin is a ZF-Commons initiative.
- Host: GitHub
- URL: https://github.com/ZF-Commons/ZfcAdmin
- Owner: ZF-Commons
- License: bsd-3-clause
- Created: 2012-09-20T18:19:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:27:16.000Z (over 3 years ago)
- Last Synced: 2024-05-17T07:02:18.264Z (6 months ago)
- Language: PHP
- Size: 53.7 KB
- Stars: 99
- Watchers: 27
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zendframework - ZfcAdmin
README
# ZfcAdmin Module for Zend Framework
Created by [Jurian Sluiman](http://juriansluiman.nl) and [Martin Shwalbe](https://github.com/Hounddog).## Introduction
ZfcAdmin is a minimal admin interface for generic administrative purposes. It is a common screen with navigation that hides behind authentication and authorization.## Installation
ZfcAdmin is enabled to be installed via composer. Load `zf-commons/zfc-admin` in your `composer.json` file. You can specify its version (currently only 0.1.0 is recommended) or use `dev-master` to load the latest version from master. Enable ZfcAdmin in your `application.config.php` configuration file.If you do not want to use composer, clone this project (either as a git submodule or not) into `./vendor/` directory.
## Usage
ZfcAdmin allows you to create routes under a single parent "admin" route. You can also use it to enable navigation in your admin layout. Furthermore integration of [BjyAuthorize](https://github.com/bjyoungblood/BjyAuthorize) and [ZfcRbac](https://github.com/ZF-Commons/zfc-rbac) is provided.The complete configuration is flexible, so you can update the zfcadmin parent route, its children, the navigation and all default provided view scripts. Read more in the [documentation](docs/1.Introduction.md) about usage and customization of ZfcAdmin.
## Development
ZfcAdmin is currently under development. The authors feel ZfcAdmin is stable enough for production versions and you can always fix your ZfcAdmin version to a specific tag. Feel free to report bugs in the [issue tracker](https://github.com/ZF-Commons/ZfcAdmin/issues) or come by on IRC at the Freenode channel `#zftalk`.