承接 drupal/php_cache_adapter 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

drupal/php_cache_adapter

Composer 安装命令:

composer require drupal/php_cache_adapter

包简介

Provides a Symfony Cache adapter to using Drupal cache backend

README 文档

README

https://drupalcode.org/project/php_cache_adapter/badges/1.x/pipeline.svg

Drupal Cache Adapter

Provides a Symfony Cache adapter to the Drupal cache system.

It's useful when a third-party library requires a php-cache style adapter to cache data, but you want to pipe the cachig process through the Drupal cache API.

A good example is https://github.com/KnpLabs/php-github-api, a library querying the GitHub API. Calls to GitHub might be cached but the library requires a php-cache adapter. You can use the DrupalPhpCacheAdapter provided by this package, to route the cache write/read via Drupal caching API. See https://github.com/KnpLabs/php-github-api/blob/master/doc/caching.md.

Install

Use composer:

composer require drupal/php_cache_adapter

Usage

use Drupal\SymfonyCacheAdapter\DrupalPhpCacheAdapter;
use ThirdParty\Library\Client;

class SomeService {
    public function doSomething()
    {
        $client = new Client(...);
        $adapter = new DrupalPhpCacheAdapter(\Drupal::service('cache.data'));
        $client->addCacheBackend($adapter);
        $client->fetch();
        ...
    }
}

Contributing

We use DDEV for development. Refer to the DDEV documentation for details on how to get started.

Code quality

Run code style checks:

ddev composer phpcs

Fix code style issues:

ddev composer phpcbf

Static analysis:

ddev composer phpstan

Unit tests

ddev composer phpunit

统计信息

  • 总下载量: 510
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-05-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固