Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This class manages and resolves dependencies on the Zend Framework (1). It catches missing ZF classes and fetches it from the ZF SVN repository.

  • Use Zend Framework dependent code anywhere - just include this class and it will build the library needed to run the code
  • Minimize your Zend Framework library in active projects. The dependency manager fetches only ZF components that are used in the project.

Usage is very simple - include the class before any Zend Framework code is called, and initialize it using the static ::start() function:

<?php
require_once('Zdm.php');
set_time_limit(0);
Zdm::start();

About

Manages application dependencies on the Zend Framework, auto resolves missing classes

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages