stolt / agent-md-php
A PHP wrapper for AGENT.md, the universal agent configuration file.
v0.0.1
2025-07-08 06:41 UTC
Requires
- php: >=8.1
- symfony/console: ^7.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.82
- peckphp/peck: ^0.1.3
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.2
- stolt/lean-package-validator: ^4.4
README
This library and its CLI supports you in creating, reading, and validating AGENT.md Markdown files via PHP.
What's AGENT.md?
AGENT.md
is a proposed universal configuration file format for software agents, LLM-powered tools,
and AI assistants.
Installation and usage
composer require stolt/agent-md-php
Available CLI commands
The following list shows the currently available CLI commands to interact with an AGENT.md file.
php bin/agent-md list agent-md-php 0.0.1 Available commands: info Display parsed AGENT.md sections init Create a boilerplate AGENT.md file migrate Migrate legacy agent config files to AGENT.md validate Validate the AGENT.md file
Running tests
composer test
License
This library is licensed under the MIT license. Please see LICENSE.md for more details.
Changelog
Please see CHANGELOG.md for more details.
Contributing
Please see CONTRIBUTING.md for more details.