Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carbonpackages/carbon.sqlitecache

Enable SQLite Cache in Neos
https://github.com/carbonpackages/carbon.sqlitecache

cache carbon neoscms sqlite

Last synced: 4 days ago
JSON representation

Enable SQLite Cache in Neos

Awesome Lists containing this project

README

        

[![Latest Stable Version](https://poser.pugx.org/carbon/sqlitecache/v/stable)](https://packagist.org/packages/carbon/sqlitecache)
[![Total Downloads](https://poser.pugx.org/carbon/sqlitecache/downloads)](https://packagist.org/packages/carbon/sqlitecache)
[![License](https://poser.pugx.org/carbon/sqlitecache/license)](LICENSE)
[![GitHub forks](https://img.shields.io/github/forks/CarbonPackages/Carbon.SQLiteCache.svg?style=social&label=Fork)](https://github.com/CarbonPackages/Carbon.SQLiteCache/fork)
[![GitHub stars](https://img.shields.io/github/stars/CarbonPackages/Carbon.SQLiteCache.svg?style=social&label=Stars)](https://github.com/CarbonPackages/Carbon.SQLiteCache/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/CarbonPackages/Carbon.SQLiteCache.svg?style=social&label=Watch)](https://github.com/CarbonPackages/Carbon.SQLiteCache/subscription)

# Carbon.SQLite Package for Neos CMS

If you install this package, your cache will be stored in SQLite. On some environments, this is much faster as the default file cache.

## Installation

```
composer require carbon/sqlitecache
```

## License

Licensed under MIT, see [LICENSE](LICENSE)