2017 © Pedro Peláez
 

library http-cache-bundle

Clastic HttpCache bundle

image

clastic/http-cache-bundle

Clastic HttpCache bundle

  • Monday, December 21, 2015
  • by NoUseFreak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ClasticHttpCacheBundle

Http Cache invalidation for Clastic., (*1)

Install

This bundle is available on Packagist. You can install it using Composer:, (*2)

$ composer require clastic/http-cache-bundle

Then add the bundle to your application:, (*3)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new FOS\HttpCacheBundle\FOSHttpCacheBundle(),
        new Clastic\HttpCacheBundle\ClasticHttpCacheBundle(),
        // ...
    );
}

Configure

Read the following documentation to configure the FOSHttpCacheBundle., (*4)

Contributing

All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code., (*5)

Fork the project, create a feature branch, and send us a pull request., (*6)

To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony. Make sure to check out php-cs-fixer as this will help you a lot., (*7)

If you would like to help, take a look at the list of issues., (*8)

Author and contributors

Dries De Peuter - dries@nousefreak.be - http://nousefreak.be, (*9)

See also the list of contributors who participated in this project., (*10)

License

This project is licensed under the MIT license., (*11)

The Versions

21/12 2015

dev-master

9999999-dev

Clastic HttpCache bundle

  Sources   Download

MIT

The Requires