php

Installation
SKILL.md

PHP

A popular specific-purpose scripting language that is especially suited to web development.

When to Use

  • Server-side web development
  • WordPress / CMS development
  • Content-heavy sites
  • Rapid prototyping

Quick Start

<?php
$name = "World";
echo "Hello, $name!";
Installs
4
GitHub Stars
10
First Seen
Feb 10, 2026
php — g1joshi/agent-skills