{"id":26641083,"url":"https://github.com/dazz/php-mcp-tools","last_synced_at":"2026-02-16T16:03:43.348Z","repository":{"id":284115991,"uuid":"953535235","full_name":"dazz/php-mcp-tools","owner":"dazz","description":"PHP MCP Tools is a collection of utilities for managing and automating PHP projects. It provides command-line tools to analyze dependencies, check for outdated packages, and streamline project maintenance. Designed for developers who want better insights into their PHP projects.","archived":false,"fork":false,"pushed_at":"2025-03-24T21:50:42.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T15:16:56.064Z","etag":null,"topics":["llm","mcp","php","tool"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dazz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-23T15:38:52.000Z","updated_at":"2025-03-24T21:50:46.000Z","dependencies_parsed_at":"2025-03-24T09:03:33.612Z","dependency_job_id":"88b411af-a19b-474f-9097-7849fa3ba9f7","html_url":"https://github.com/dazz/php-mcp-tools","commit_stats":null,"previous_names":["dazz/php-mcp-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dazz/php-mcp-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fphp-mcp-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fphp-mcp-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fphp-mcp-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fphp-mcp-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dazz","download_url":"https://codeload.github.com/dazz/php-mcp-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dazz%2Fphp-mcp-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29512272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["llm","mcp","php","tool"],"created_at":"2025-03-24T18:19:41.577Z","updated_at":"2026-02-16T16:03:43.312Z","avatar_url":"https://github.com/dazz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP MCP Tools\n\nPHP MCP Tools is a collection of utilities for managing and automating PHP projects with Composer. \nIt provides tools to analyze dependencies, check for outdated packages, and streamline project maintenance.\n\n\u003e The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.\n\n## Installation\n\n```bash\ncomposer require dazz/php-mcp-tools\n```\n\n## Requirements\n\n- PHP 8.2 or higher\n- Composer (optional)\n- Symfony CLI (optional)\n- Pie (optional)\n\n## Usage\n\n### When used with php-llm/llm-chain-bundle\n\n```yaml\nllm_chain:\n\nservices:\n  _defaults:\n    autowire: true\n    autoconfigure: true\n\n  # ...\n  Dazz\\PhpMcpTools\\Tool\\Random: ~\n  Dazz\\PhpMcpTools\\Tool\\Composer:\n    arguments:\n      $projectDir: '%kernel.project_dir%'\n```\n\n## Tools\n\n### Random\n\n1. `random_number`\n   - Get a random number between min and max\n   - Inputs:\n     - `min` (int): min number\n     - `max` (int): max number\n   - Returns: A random number between min and max\n\n### Composer\n\n1. `composer_exists`\n    - Check if composer executable is existing\n    - Returns: composer executable exists\n\n2. `composer_execute`\n    - Execute a composer command\n    - Inputs:\n      - `command` (string): the command to execute\n      - `options` (array): additional options for the command\n      - `arguments` (array): additional arguments for the command\n      - `captureStdErr` (bool): whether to capture stderr output","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazz%2Fphp-mcp-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdazz%2Fphp-mcp-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdazz%2Fphp-mcp-tools/lists"}