@kyaulabs/prism-php-web

PHP and web engineering skills for Pi

Packages

Package details

skillprompt

Install @kyaulabs/prism-php-web from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@kyaulabs/prism-php-web
Package
@kyaulabs/prism-php-web
Version
1.0.0
Published
Sep 10, 2026
Downloads
1,816/mo · 282/wk
Author
kyaulabs
License
AGPL-3.0-only
Types
skill, prompt
Size
107.6 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "skills": [
    "./skills"
  ],
  "prompts": [
    "./prompts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Prism PHP/Web

An ordinary project-local Pi module for PHP 8.5+, Aurora, MariaDB, nginx, SCSS, vanilla JavaScript and Pest 5. Install with pi install -l using a package or local directory, then use setup-php-web to select relevant native tools.

The module supplies skills, prompts, a changed-file coverage helper and optional visual-review examples. It has no provisioning protocol, transaction engine or Core-version handshake. Existing project conventions and explicit instructions override module defaults.

Run Composer/npm executables directly. Changed-file PHP coverage defaults to 90%; scripts/coverage-gate.php accepts --min=N when explicitly requested. Do not impose an additional aggregate threshold unless the project requests it.

Visual-review examples live in config/visual-review/. Copy/adapt them only when selected, preserving project customization. Setup uses actual applicable files from kyaulabs/template, not a duplicate scaffold renderer. See skills/ and docs/ for stack-specific guidance.