zf1/zend-cache

Zend Framework 1 Cache package

Maintainers

👁 zf1

Package info

github.com/zf1/zend-cache

Homepage

pkg:composer/zf1/zend-cache

Statistics

Installs: 1 770 713

Dependents: 8

Suggesters: 1

Stars: 5

1.12.20 2015-04-30 11:07 UTC

Requires

Requires (Dev)

None

Suggests

  • zf1/zend-log: Used in special situations or with special adapters

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause c3a6fc20f5d5c5ab7adc16f29f33eb5b2e00d86e

frameworkcachezendZF1


README

This package is a part of the Zend Framework 1. Each component was separated and put into its own composer package. Some modifications were made for improved Composer integration. This package can also be found at Packagist.

Why?

Size! Zend Framework is very large and contains a huge amount of files (over 72000 files in the main repository!). If you're only using a part of the framework, using the separated packages will greatly reduce the amount of files. This will make setup faster and easier on your disks.

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.

Migration! Zend Framework 2 has been around for a while now, and migrating all your projects takes a lot of time. Using these packages makes it easier to migrate each component separately. Also, some packages doesn't exist in zf2 (such as the zend-search-lucene), now you can continue using that package without requiring the entire framework.

If you're using major parts of the framework, I would recommend checking out the zendframework1 package, which contains the entire framework optimized for composer usage.

How to use

Add "zf1/zend-cache": "~1.12" to the require section of your composer.json, include the composer autoloader and you're good to go.

Broken dependencies?

Dependencies have been set automatically based on the requirements from the zend framework manual, if you find any broken dependencies please submit an issue.