PHPackages                             binarykitten/zeffmu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. binarykitten/zeffmu

AbandonedArchivedLibrary[Framework](/categories/framework)

binarykitten/zeffmu
===================

Zend Framework 2 based Micro Framework

0.2.0(10y ago)40476[7 issues](https://github.com/BinaryKitten/ZeffMu/issues)MITPHPPHP &gt;=5.5

Since Oct 16Pushed 10y ago6 watchersCompare

[ Source](https://github.com/BinaryKitten/ZeffMu)[ Packagist](https://packagist.org/packages/binarykitten/zeffmu)[ Docs](https://github.com/binarykitten/ZeffMu)[ RSS](/packages/binarykitten-zeffmu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (10)Used By (0)

ZeffMu - a micro framework built on ZF2
=======================================

[](#zeffmu---a-micro-framework-built-on-zf2)

Zeff - The effective nuclear charge (often symbolize as Zeff or Z\*) is the net positive charge experienced by an electron in a multi-electron atom.

Mu - Micron or small

Zeff is also a contraction of the British English pronounced Zed Eff (ZF)

---

This project is a simple example of how ZF2 could be used to build a really simple micro-framework. It looks exactly like [silex](http://silex.sensiolabs.org/), but its core is basically a [`ServiceManager`](http://framework.zend.com/manual/2.0/en/modules/zend.service-manager.intro.html).

This allows you to have simple closures returning output as complex architectures involving services and more advanced components, such as ZF2's [ModuleManager](http://framework.zend.com/manual/2.0/en/modules/zend.module-manager.intro.html)or [Doctrine2 ORM](http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/index.html).

Important Notes
---------------

[](#important-notes)

Please note that this is a project started for fun and to see how similar/different the architectures of Silex and ZF2 are.

We are working on new features and fixes for various things

We are looking to have preliminary stableness for each Milestone, starting with Milestone v0.0.5 . Until this 1st milestone has been reached master is to be considered unstable and volatile.

Installation:
-------------

[](#installation)

In a project with a `composer.json` file, type following in your console.

```
$ composer require binarykitten/zeffmu
```

You can type `*` as a required version.

Usage:
------

[](#usage)

In your `public/index.php` file (assuming `public` is your webroot), define following:

```
