Published joostvanveen/litespeedcache on Packagist

Litespeed cache for Laravel and other PHP projects

Litespeed Cache comes with Litespeed server. It is a very powerful full page cache, comparable with Varnish and blazingly fast. It delivers pages in around 20ms TTFB (Time To First Byte). That is an amazing ttrack record.

Litespeed cache has some plugins for serveral platforms, like Wordpress, Craft CMS and Magento. Unfortunately, there is no platform agnostic library available.

Litespeed cache composer package

So I decided to scratch my own itch, and released a PHP Litespeed Cache package, published on packagist.org, under the MIT license. I spent some special love on the documentation, since the existing documentation on Litespeed Caching is sparse.

Using it is as easy as running composer require joostvanveen/litespeedcache - and you're ready to start delivering cached pages at lightning speed!

You can use the package in any PHP project. I also added a Laravel ServiceProvider and auto discovery to make it extra easy to use joostvanveen/litespeedcache in Laravel. 

You can find the package at https://packagist.org/packages/joostvanveen/litespeedcache

Hope you enjoy. If you do, please let me know!