bombayworks/zendframework1

Zend Framework 1

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

Package info

github.com/bombayworks/zendframework1

Homepage

pkg:composer/bombayworks/zendframework1

Statistics

Installs: 249 763

Dependents: 9

Suggesters: 0

Stars: 17

Open Issues: 2

v1.12.20 2016-09-10 08:00 UTC

README

This is a mirror of the official Zend Framework 1 subversion repository, with some modifications for improved Composer integration. This package can also be found at Packagist.

Why?

There are several reasons for using this package over of the official package:

  • The following folders have been removed: demos, documentation, externals, extras/documentation, extras/tests, src, tests. This reduces the number of files from over 72000 to below 3500. It also reduces size from ~532MB to ~33MB.
  • Improved autoloading. Explicit require_once calls in the source code has been commented out to rely on composer autoloading, this reduces the number of included files to a minimum.
  • Composer integrates better with github than it does with subversion.

How to use

Add "bombayworks/zendframework1": "1.*" to the require section of your composer.json, include the composer autoloader and you're good to go.

Automatic mirroring

You dont need to worry about future releases missing from this repository. A cron job has been setup to automatically commit, tag and push new releases to this repository.