Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zendframework/zend-modulemanager

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

zend-modulemanager

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-modulemanager.

Build Status Coverage Status

Zend Framework 2.0 introduces a new and powerful approach to modules. This new module system is designed with flexibility, simplicity, and re-usability in mind. A module may contain just about anything: PHP code, including MVC functionality; library code; view scripts; and/or public assets such as images, CSS, and JavaScript. The possibilities are endless.

Zend\ModuleManager is the component that enables the design of a module architecture for PHP applications.

Installation

Run the following to install this library:

$ composer require zendframework/zend-modulemanager

Documentation

Browse the documentation online at https://docs.zendframework.com/zend-modulemanager/

Support