Download the PHP package silviooosilva/cacheer-php without Composer

On this page you can find all versions of the php package silviooosilva/cacheer-php. 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 cacheer-php

CacheerPHP

Maintainer Packagist Dependency Version Latest Version Quality Score Packagist Downloads

CacheerPHP is a minimalist package for PHP caching. Now, in version 4.0.0, you get even more flexibility, support for multiple backends (files, database and Redis), as well as new features for monitoring, compression and encryption and a more robust API design.


Features


Installation

CacheerPHP 4.0.0 is available via Composer. Add the following line to your composer.json file:

Or run the command:

IMPORTANT WARNING!!!

Don't forget to set your environment variables in the .env.example file.

Remember that they must be set in the .env file, not in .env.example. To do this, do the following on your command line:

Documentation

  1. Storing and retrieving cached data
  2. Customizable cache expiration
  3. Cache flushing and cleaning
  4. Namespace support for cache organization
  5. Automatic cleaning of the flushAfter cache directory
  6. API Response Cache
  7. Custom Data Output (JSON)
  8. Custom Data Output (Array)
  9. Custom Data Output (String)
  10. Upgrade Guide for Version 2.0.0
  11. API Reference
  12. API Reference - Cache Functions

Several practical examples are also available in the Examples folder in the root of the project.

Compatibility

Tests

To run the tests, go to the root of the project and type the command:

Support:

silviooosilva




All versions of cacheer-php with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
vlucas/phpdotenv Version ^5.6
predis/predis Version ^2.3
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 silviooosilva/cacheer-php contains the following files

Loading the files please wait ....