https://github.com/backdrop-contrib/apc_storage
Cache, lock, and queue implementations that use APCu as storage
https://github.com/backdrop-contrib/apc_storage
backdrop backdropcms cms
Last synced: about 1 year ago
JSON representation
Cache, lock, and queue implementations that use APCu as storage
- Host: GitHub
- URL: https://github.com/backdrop-contrib/apc_storage
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2025-01-28T19:37:31.000Z (over 1 year ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-03-12T17:37:11.000Z (over 1 year ago)
- Last Synced: 2025-03-12T17:37:22.369Z (over 1 year ago)
- Topics: backdrop, backdropcms, cms
- Language: PHP
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# APC Storage
The APC Storage module integrates the APCu extension with Backdrop CMS as cache,
lock, or queue backend.
## Requirements
This module requires that the following PHP extensions are installed on your
server:
- [APCu](https://www.php.net/manual/en/book.apcu.php) extension
(5.0.0 or higher)
This module requires Backdrop 1.30.0, or higher versions, and PHP 8.3.
Consult your server administrator or hosting provider if you are unsure about
these requirements.
## Installation
- Install this module using the official Backdrop CMS instructions at
[Extend with Modules](https://docs.backdropcms.org/documentation/extend-with-modules).
## Issues
Bugs and Feature requests should be reported in the
[issue queue](https://github.com/backdrop-contrib/apc_storage/issues).
## License
This project is GPL v2 software. See the LICENSE.txt file in this directory for
the complete text.
## Current maintainers
- [Alberto Paderno](https://github.com/avpaderno)
## Credits
Ported to Backdrop CMS by [Alberto Paderno](https://github.com/avpaderno)
### Drupal maintainers
- [Alberto Paderno](https://www.drupal.org/u/avpaderno)