2017 © Pedro Peláez
 

library rudolly

Russian doll caching implmentation for laravel

image

steveazz/rudolly

Russian doll caching implmentation for laravel

  • Monday, February 29, 2016
  • by SteveAzz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

rudolly

description, (*1)

badges Minimum PHP Version Build Status codecov.io Dependency Status Code Climate, (*2)

This project hasn't reached v1.0.0 yet; the API is subject to change. There will be upgrade guides for all future changes., (*3)

What is this?

description, (*4)

Requirements

  • PHP 5.4 or greater

Installation

The recommended way to install rudolly is by using composer:, (*5)

$ composer require steveazz/rudolly

This will install the PHP package with your application., (*6)

Usage

  1. outline
  2. basic
  3. steps

Code Examples

Found something wrong? Feel free to contribute, (*7)

Make sure it works

most basic example, (*8)

$version = $drafter
    ->version()
    ->run();

// Reset options on the command
$drafter->resetOptions();

Feature Roadmap

Do not hesitate to contribute., (*9)

  • [ ] some todos

License

rudolly is licensed under the MIT License - see the LICENSE file for details, (*10)

The Versions

29/02 2016

dev-master

9999999-dev

Russian doll caching implmentation for laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Steve Azzopardi