diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-03-27 11:26:04 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-03-27 13:00:15 +0000 |
| commit | ed285daa12bd7bf5fef583fe91b97c238dbf606f (patch) | |
| tree | 5bc90b8548789a587609d8dbc030c571ea831b23 /library/bombayworks/zendframework1/README.md | |
| parent | e7fa959ef1d52de051e5ac63e0debdbe47939a3f (diff) | |
| download | webtrees-ed285daa12bd7bf5fef583fe91b97c238dbf606f.tar.gz webtrees-ed285daa12bd7bf5fef583fe91b97c238dbf606f.tar.bz2 webtrees-ed285daa12bd7bf5fef583fe91b97c238dbf606f.zip | |
Install libraries using composer; use faster autoloader; update to latest versions
Diffstat (limited to 'library/bombayworks/zendframework1/README.md')
| -rw-r--r-- | library/bombayworks/zendframework1/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/library/bombayworks/zendframework1/README.md b/library/bombayworks/zendframework1/README.md new file mode 100644 index 0000000000..3cb26f7bee --- /dev/null +++ b/library/bombayworks/zendframework1/README.md @@ -0,0 +1,20 @@ +Zend Framework 1 for Composer
+=============================
+
+This is a mirror of the official Zend Framework 1 subversion repository, with some modifications for improved [Composer](http://getcomposer.org/) integration. This package can also be found at [Packagist](http://packagist.org/packages/bombayworks/zendframework1).
+
+## 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.
|
