Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

scylladb-php-driver

scylladb-php-driver에는 he4rt에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 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