bombayworks / zendframework1
Zend Framework 1
Installs: 245 156
Dependents: 9
Suggesters: 0
Security: 0
Stars: 17
Watchers: 7
Forks: 16
Open Issues: 2
Requires
- php: >=5.2.11
Requires (Dev)
- phpunit/dbunit: 1.3.*
- phpunit/phpunit: 3.7.*
Replaces
- zendframework/zendframework1: v1.12.20
- dev-master / 1.12.x-dev
- v1.12.20
- v1.12.19
- v1.12.18
- v1.12.17
- v1.12.16
- v1.12.15
- v1.12.14
- v1.12.13
- v1.12.12
- v1.12.11
- v1.12.10
- v1.12.9
- v1.12.8
- v1.12.7.1
- v1.12.7
- v1.12.6
- v1.12.5
- v1.12.4
- v1.12.3
- v1.12.2
- v1.12.1
- v1.12.0
- v1.12.0rc4
- v1.12.0rc3
- v1.12.0rc2
- v1.12.0rc1
- v1.11.14
- v1.11.13
- v1.11.12
- v1.11.11
- v1.11.10
- v1.11.9
- v1.11.8
- v1.11.7
- v1.11.6
- v1.11.5
- v1.11.4
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
This package is not auto-updated.
Last update: 2024-10-26 12:54:46 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.