Download the PHP package d3jn/vizcache without Composer

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

This package will no longer be maintained. It tends to abstract and decouple things too much for my taste, so I moved on. It's been used only in a few projects so far and is pretty simple at what it does for them, so no harm will come from archiving it and leaving it with a single alpha release available.

Laravel Vizcache

Simple solution for an easy and centralized way to access data and configure the way it should be cached. This project started as a wrapper over Laravel Cache remember function that eventually grew into a more flexible and powerfull tool.

General idea of this package is to allow developer to centralize all heavy computation logic in separate classes called analysts. This logic is then accessed using provided Vizcache facade that handles all cache-related stuff based on provided configuration.

Getting Started

Prerequisites

This package was developed using PHP 7.1 and Laravel 5.6 and will be supported for all the newer versions of framework as well. As for now older versions are not tested/supported.

Installing

Use composer to install this package:

Laravel Package Auto-Discovery should handle adding service provider for you automatically or you can manually add it to your providers list in app.php:

Auto-discovery will also handle adding Vizcache alias for respective facade, but you are free to add something more suiting your tastes:

Lastly, you should publish it's configuration file:

Configuration

Open config/vizcache.php. All available configurations are well documented there with examples provided.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details


All versions of vizcache with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
illuminate/container Version ~5.6
illuminate/console Version ~5.6
illuminate/filesystem Version ~5.6
illuminate/support Version ~5.6
illuminate/cache Version ~5.6
illuminate/contracts Version ~5.6
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 d3jn/vizcache contains the following files

Loading the files please wait ....