Download the PHP package atournayre/claude-agents without Composer

On this page you can find all versions of the php package atournayre/claude-agents. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package claude-agents

Claude Agents Collection

A comprehensive collection of specialized Claude Code agents for modern PHP development, covering architecture patterns, frameworks, testing, and code quality.

🎯 Overview

This package provides reusable Claude Code agents that can be used across multiple projects to enforce best practices, automate code analysis, and provide expert guidance for complex development tasks.

📦 Installation

🔧 Available Agents

PHP Development

Symfony Framework

Domain-Driven Design

Messaging & Architecture

Collections & Testing

Framework Integration

🚀 Usage

Each agent is a specialized AI assistant that can be invoked using the Claude Code Task tool:

📋 Agent Categories

🔵 Architecture & Design

Focus on software architecture patterns, SOLID principles, and design best practices.

🟢 Framework Integration

Specialized knowledge for Symfony, Doctrine, and modern PHP frameworks.

🟡 Code Quality

Static analysis, code style, testing, and quality assurance automation.

🟣 Domain Modeling

DDD patterns, entity design, value objects, and business logic encapsulation.

🟠 Messaging & Architecture

CQRS patterns, Symfony Messenger, dependency injection, and messaging architecture.

🔄 Integration Workflow

  1. Project Setup: Copy relevant agents to .claude/agents/ directory
  2. Agent Selection: Choose appropriate agent based on your task
  3. Task Execution: Use Claude Code Task tool with selected agent
  4. Quality Validation: Run project QA tools to validate changes

📖 Agent Structure

Each agent follows a consistent structure:

🎯 Best Practices

When to Use Specific Agents

Agent Combination

Agents can be used in sequence for complex tasks:

  1. ddd-architect for design
  2. entity-creator-specialist for implementation
  3. testing-specialist for test coverage
  4. quality-assurance-enforcer for validation

🔧 Customization

Project-Specific Adaptations

For project-specific needs, create custom agents in your project's .claude/agents/ directory that extend or modify the base agents.

Configuration

Some agents support configuration through project-specific files:

📚 Documentation

Agent Reference

Each agent includes:

Framework Integration

🤝 Contributing

Adding New Agents

  1. Create agent in appropriate category directory
  2. Follow the established YAML frontmatter format
  3. Include comprehensive examples and usage patterns
  4. Test with real-world scenarios

Improving Existing Agents

  1. Analyze agent performance in real projects
  2. Gather feedback from development teams
  3. Update patterns and best practices
  4. Maintain backward compatibility

📄 License

MIT License - See LICENSE file for details.


Built for modern PHP development teams who value code quality, architectural excellence, and development efficiency.


All versions of claude-agents with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package atournayre/claude-agents contains the following files

Loading the files please wait ....