php-service-template CLAUDE.md

php-service-template CLAUDE.md is an instructions file for coding agents from VilnaCRM-Org/php-service-template. It costs 326 tokens per session, scanned A, original, CC0-1.0.

A set of instructions for working on a Symfony and API Platform PHP service template. It defines the project setup, preferred commands, architecture rules, and required quality checks.

In plain words
What is it for?
Use it to start the project, install dependencies, run formatting and analysis checks, execute unit, integration, behavior, mutation, and load tests, and update generated API specifications.
Why use it?
It gives coding agents a safe, repeatable way to work in the template and discourages bypassing tests, static analysis, or design boundaries.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/vilnacrm-org/php-service-template/claude-md
Clone the repo
git clone --depth 1 https://github.com/VilnaCRM-Org/php-service-template

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for php-service-template CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vilnacrm-org/php-service-template/claude-md.svg)](https://agentmods.dev/instructions/vilnacrm-org/php-service-template/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/vilnacrm-org/php-service-template/claude-md"><img src="https://agentmods.dev/badge/instructions/vilnacrm-org/php-service-template/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 326 This file is loaded in full into every session.
When invoked 326 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00326 $0.00326
Opus 5 $0.00163 $0.00163
Sonnet 5 $0.00065 $0.00065
Haiku 4.5 $0.00033 $0.00033

Measured 5d ago against content hash 5f7561c42976, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

php-service-template CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 50 lines

What it actually says

CLAUDE.md

This repository includes a template-safe Claude skills baseline under .claude/skills/.

Start Here

  1. Read AGENTS.md.
  2. Read .claude/skills/AI-AGENT-GUIDE.md.
  3. Use .claude/skills/SKILL-DECISION-GUIDE.md to choose the right skill.

Project Snapshot

  • Symfony 7 and API Platform 4
  • PHP 8.2+ with a pinned Composer platform of PHP 8.3.12
  • Doctrine ORM and Doctrine Migrations
  • OpenAPI and GraphQL exported into .github/
  • Load tests under tests/Load/
  • Architecture captured in workspace.dsl

Command Reference

Use the repository wrappers first:

make start
make install
make phpcsfixer
make psalm
make phpinsights
make deptrac
make setup-test-db
make unit-tests
make integration-tests
make behat
make infection
make generate-openapi-spec
make generate-graphql-spec
make load-tests

If a needed command is missing from Makefile, use docker compose exec php ... instead of host PHP commands.

Current Agent Contract

  • Do not lower quality gates to make checks pass.
  • Keep Domain classes free of Symfony, Doctrine attributes, and API Platform attributes.
  • Prefer YAML or XML configuration for framework concerns.
  • Update docs and generated specs when behavior changes.
  • Treat .claude/skills/ as the primary execution guide for agent work in this template.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 50 lines · 326 tokens per session scan A 5f7561c42976

Subscribe to this mod's changes

php-service-template CLAUDE.md is an instructions file published in the GitHub repository VilnaCRM-Org/php-service-template (24 stars, last pushed 2mo ago), licensed CC0-1.0. It adds 326 tokens to every session, about $0.0016 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.