2017 © Pedro Peláez
 

library mongodb-adapter

A PSR-6 cache implementation using MongoDB. This implementation supports tags

image

cache/mongodb-adapter

A PSR-6 cache implementation using MongoDB. This implementation supports tags

  • Sunday, July 8, 2018
  • by Nyholm
  • Repository
  • 2 Watchers
  • 3 Stars
  • 391 Installations
  • PHP
  • 0 Dependents
  • 2 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 68 % Grown

The README.md

MongoDB PSR-6 Cache pool

Gitter Latest Stable Version codecov.io Total Downloads Monthly Downloads Software License, (*1)

This is a PSR-6 cache implementation using MongoDB. It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at www.php-cache.com., (*2)

Install

composer require cache/mongodb-adapter

Use

$manager = new Manager('mongodb://'.getenv('MONGODB_HOST'));
$collection = MongoDBCachePool::createCollection($manager, 'localhost:27017', 'psr6test.cache');

$pool = new MongoDBCachePool($collection);

Contribute

Contributions are very welcome! Send a pull request to the main repository or report any issues you find on the issue tracker., (*3)

The Versions

08/07 2018

dev-master

9999999-dev http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using MongoDB. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cache tag psr-6

08/07 2018

1.1.0

1.1.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using MongoDB. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cache tag psr-6

16/07 2017

1.0.0

1.0.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using MongoDB. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cache tag psr-6

13/03 2017

0.3.0

0.3.0.0 http://www.php-cache.com/en/latest/

A PSR-6 cache implementation using MongoDB. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cache tag psr-6

25/02 2016

0.2.0

0.2.0.0 https://github.com/php-cache/mongodb-adapter

A PSR-6 cache implementation using MongoDB. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cache tag psr-6

11/01 2016

0.1.0

0.1.0.0 https://github.com/php-cache/mongodb-adapter

A PSR-6 cache implementation using MongoDB. This implementation supports tags

  Sources   Download

MIT

The Requires

 

The Development Requires

mongodb cache tag psr-6