Download the PHP package eleving/zend-cache without Composer

On this page you can find all versions of the php package eleving/zend-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package zend-cache

zend-cache

Build Status Coverage Status

Zend\Cache provides a general cache system for PHP. The Zend\Cache component is able to cache different patterns (class, object, output, etc) using different storage adapters (DB, File, Memcache, etc).

Benchmarks

We provide scripts for benchmarking zend-cache using the PHPBench framework; these can be found in the benchmark/ directory.

To execute the benchmarks you can run the following command:


All versions of zend-cache with dependencies

PHP Build Version
Package Version
Requires php Version ^5.6 || ^7.0 || ^8.1
psr/cache Version ^1.0
psr/simple-cache Version ^1.0
zendframework/zend-eventmanager Version ^2.6.3 || ^3.2
zendframework/zend-servicemanager Version ^2.7.8 || ^3.3
zendframework/zend-stdlib Version ^2.7.7 || ^3.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eleving/zend-cache contains the following files

Collapse All

autoload

  patternPluginManagerPolyfill.php

src

   Exception

    BadMethodCallException.php
    ExceptionInterface.php
    ExtensionNotLoadedException.php
    InvalidArgumentException.php
    LogicException.php
    MissingDependencyException.php
    MissingKeyException.php
    OutOfSpaceException.php
    RuntimeException.php
    UnexpectedValueException.php
    UnsupportedMethodCallException.php

   Pattern

    AbstractPattern.php
    CallbackCache.php
    CaptureCache.php
    ClassCache.php
    ObjectCache.php
    OutputCache.php
    PatternInterface.php
    PatternOptions.php

   PatternPluginManager

    PatternPluginManagerTrait.php
    PatternPluginManagerV2Polyfill.php
    PatternPluginManagerV3Polyfill.php

   Psr

     CacheItemPool
     SimpleCache
    SerializationTrait.php

   Service

    PatternPluginManagerFactory.php
    PluginManagerLookupTrait.php
    StorageAdapterPluginManagerFactory.php
    StorageCacheAbstractServiceFactory.php
    StorageCacheFactory.php
    StoragePluginManagerFactory.php

   Storage

     Adapter
      MemcacheResourceManager.php
      Memcached.php
      MemcachedOptions.php
      MemcachedResourceManager.php
      Memory.php
      MemoryOptions.php
      MongoDb.php
      MongoDbOptions.php
      MongoDbResourceManager.php
      Redis.php
      RedisOptions.php
      RedisResourceManager.php
      Session.php
      SessionOptions.php
      WinCache.php
      WinCacheOptions.php
      XCache.php
      XCacheOptions.php
      ZendServerDisk.php
      MemcacheOptions.php
      Memcache.php
      KeyListIterator.php
      ApcuOptions.php
      AbstractAdapter.php
      AbstractZendServer.php
      AdapterOptions.php
      Apc.php
      ApcIterator.php
      ApcOptions.php
      Apcu.php
      ApcuIterator.php
      BlackHole.php
      FilesystemOptions.php
      Dba.php
      DbaIterator.php
      DbaOptions.php
      ExtMongoDb.php
      ExtMongoDbOptions.php
      ExtMongoDbResourceManager.php
      Filesystem.php
      FilesystemIterator.php
      ZendServerShm.php
     Plugin
    IterableInterface.php
    TaggableInterface.php
    StorageInterface.php
    PostEvent.php
    PluginManager.php
    OptimizableInterface.php
    IteratorInterface.php
    ExceptionEvent.php
    FlushableInterface.php
    Event.php
    ClearExpiredInterface.php
    ClearByPrefixInterface.php
    ClearByNamespaceInterface.php
    Capabilities.php
    AvailableSpaceCapableInterface.php
    AdapterPluginManager.php
    TotalSpaceCapableInterface.php
  ConfigProvider.php
  Module.php
  PatternFactory.php
  StorageFactory.php
CHANGELOG.md
LICENSE.md
README.md
composer.json