azenned / smc
Blueflame cache library using shared memory (SHM)
Installs: 14 642
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: >=7.3
- composer-plugin-api: ^1.0 || ^2.0
- ext-sysvmsg: *
- ext-sysvsem: *
- ext-sysvshm: *
Requires (Dev)
- phpunit/phpunit: ^8.0 || ^9.0
README
You will need to add scripts on your project composer.json and configurations:
"extra": {
"smc-enable-apcu": true,
"smc-enable-services": true
},
"scripts": {
"pre-autoload-dump": "Blueflame\\Composer\\PluginConfiguration::onPreAutoloadDump"
}
- smc-enable-apcu : add apcu compatiblity layer
- smc-enable-services : enable Drupal SMC service and override cache backend