Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

scylladb-php-driver

scylladb-php-driver 收录了来自 he4rt 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
124
更新
2026-04-25
Forks
27
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

php-ext-internals
软件开发工程师

Comprehensive Zend Engine API reference for writing PHP 8.x extensions in C23. Covers module lifecycle, parameter parsing, zvals, zend_string, HashTable, object handlers, memory management, globals, INI settings, arginfo/stub workflow, and PHP 8 breakage traps derived from real codebase audit findings. Use whenever implementing or reviewing PHP extension C code.

2026-04-25
dev-setup
网络与计算机系统管理员

Set up the ScyllaDB PHP driver for local development. Walks through installing all native dependencies, building PHP, compiling the extension, and verifying everything works. Use when onboarding or setting up a new machine.

2026-04-24
cmake-review
软件开发工程师

Review CMakeLists.txt and cmake/ module files for modern CMake correctness, anti-patterns, portability bugs, and find-module issues. Use after modifying any CMake file.

2026-04-24
new-module
软件开发工程师

Scaffold a new PHP extension module following the src/Cluster canonical pattern. Creates stub, handlers, implementation skeleton, CMakeLists.txt, and wires it into the build.

2026-04-24
php-ext-review
软件开发工程师

Review a PHP extension module (C23 style) for correctness, memory safety, and Zend API usage. Use after implementing or modifying any src/ module.

2026-04-24
scylladb-review
软件开发工程师

Review ScyllaDB/Cassandra C driver API usage in this extension — error handling, session/cluster lifecycle, type mapping, and async patterns. Use when touching any code that calls cass_* functions.

2026-04-24