Agent Plugins Marketplace
All plugins

ugt-php-platform

v0.6.4

Org standards for PHP projects (deploy-only scope for now): Jenkins + SonarQube + OWASP + Docker deploy for Laravel / CodeIgniter / plain PHP / WordPress, including the minimal php-cs-fixer/phpstan/PHPUnit tooling the org Quality Gate needs. Database/auth/design skills come later — see docs/proposals/multi-stack-proposal.md.

Claude Code1 Skill

By UGT DX Team0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install ugt-php-platform for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ugt-php-platform@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/pakornkub/ugt-claude-platform

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ugt-php-platform/.

Plugin files

plugins/ugt-php-platform/
├── .claude-plugin/plugin.json
└── skills/ugt-php-cicd-setup/SKILL.md

Included Skills1

ugt-php-cicd-setupskills/ugt-php-cicd-setup/SKILL.md

Use when a PHP project needs the org-standard delivery pipeline — "ทำ CI/CD ให้โปรเจค php", "deploy laravel/wordpress ด้วย docker", "ตั้ง jenkins ให้ php" — producing the 10-stage Jenkinsfile (toolchain in a CI docker image), sonar-project.properties, Dockerfile (web/wordpress), both compose files, minimal php-cs-fixer/phpstan/PHPUnit tooling + smoke test so the Quality Gate can pass, /api/health per shape, volume bind mounts under /home/docker02/appdata, and the admin handoff. Covers Laravel, CodeIgniter, plain PHP legacy and WordPress. Not for Next.js (→ ugt-nextjs-cicd-setup) or Python (→ ugt-python-cicd-setup).

Plugin manifests1

plugins/ugt-php-platform/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "ugt-php-platform",
  "displayName": "UGT PHP Platform",
  "version": "0.6.4",
  "description": "Org standards for PHP projects (deploy-only scope for now): Jenkins + SonarQube + OWASP + Docker deploy for Laravel / CodeIgniter / plain PHP / WordPress, including the minimal php-cs-fixer/phpstan/PHPUnit tooling the org Quality Gate needs. Database/auth/design skills come later — see docs/proposals/multi-stack-proposal.md.",
  "author": {
    "name": "UGT DX Team"
  },
  "keywords": [
    "php",
    "laravel",
    "codeigniter",
    "wordpress",
    "jenkins",
    "sonarqube",
    "org-standard"
  ],
  "dependencies": [
    "ugt-core"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ugt-php-platform on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ugt-php-platform)