viserio / cache
The Viserio Cache package.
dev-master / 1.0.x-dev
2020-02-03 15:20 UTC
Requires
- php: ^7.4
- cache/array-adapter: ^1.0.0
- cache/void-adapter: ^1.0.0
- psr/container: ^1.0.0
- viserio/cache-contract: ^1.0@dev
- viserio/config: ^1.0@dev
- viserio/manager: ^1.0@dev
Requires (Dev)
- cache/filesystem-adapter: ^1.0.0
- cache/namespaced-cache: ^1.0.0
- mockery/mockery: ^1.2.4
- narrowspark/coding-standard: ^3.4.0
- narrowspark/testing-helper: ^8.0.2
- phpunit/phpunit: 8.2.*
- slam/phpstan-extensions: ^4.0.0
- viserio/container: ^1.0@dev
- viserio/phpstan-bridge: ^1.0@dev
Suggests
- cache/array-adapter: Required to use the Array cache (^1.0.0)
- cache/filesystem-adapter: Required to use the Filesystem cache (^1.0.0).
- cache/memcache-adapter: Required to use the Memcache cache (^1.0.0).
- cache/memcached-adapter: Required to use the Memcached cache (^1.0.0).
- cache/mongodb-adapter: Required to use the Mongodb cache (^1.0.0).
- cache/namespaced-cache: Required to use the Namespaced cache (^1.0.0).
- cache/predis-adapter: Required to use the Predis cache (^1.0.0).
- viserio/container: Required to use service-provider (^1.0@dev).
Provides
- psr/cache-implementation: ^1.0.0
- psr/simple-cache-implementation: ^1.0.0
This package is auto-updated.
Last update: 2024-10-29 05:16:20 UTC
README
Note: This package is part of the Narrowspark framework.
If you want to build an app using Narrowspark, visit the main source.
Installation
Use Composer to install this package:
composer require viserio/cache
Official Documentation
Documentation for the framework can be found on the Narrowspark site.
Contributing
Issues for this package shall be posted on Narrowspark framework issues.
Thank you for considering contributing to the Narrowspark framework! The contribution guide can be found in the Narrowspark contributing.
License
The Narrowspark framework is open-sourced software licensed under the MIT license.