clastic/http-cache-bundle

Clastic HttpCache bundle

dev-master 2015-12-21 21:40 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:15 UTC


README

Http Cache invalidation for Clastic.

Install

This bundle is available on Packagist. You can install it using Composer:

$ composer require clastic/http-cache-bundle

Then add the bundle to your application:

<?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.

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.

Fork the project, create a feature branch, and send us a pull request.

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.

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

Author and contributors

Dries De Peuter - dries@nousefreak.be - http://nousefreak.be

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT license.