Skip to content

erangalp/Zend-Framework-dependency-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages