# Welcome to PhpHive

Welcome to the comprehensive documentation for PhpHive CLI - your all-in-one tool for PHP monorepo management.

## 📚 Documentation Sections

### [Getting Started](https://pixielity.gitbook.io/phphive-cli/getting-started/getting-started)

Learn how to install, configure, and start using PhpHive CLI.

* [Installation](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/installation.md)
* [Configuration](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/configuration.md)
* [Your First Workspace](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/first-workspace.md)
* [Core Concepts](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/concepts.md)

### [Commands Reference](https://pixielity.gitbook.io/phphive-cli/commands-reference/commands)

Complete reference for all PhpHive commands with examples and options.

* [Common Options](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/common-options.md)
* [Command Cheat Sheet](https://pixielity.gitbook.io/phphive-cli/commands-reference/cheat-sheet)
* [Workspace Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/workspace.md)
* [Make Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/make.md)
* [Composer Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/composer.md)
* [Quality Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/quality.md)
* [Framework Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/framework.md)
* [Development Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/development.md)
* [Deployment Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/deployment.md)
* [Turbo Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/turbo.md)
* [System Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/system.md)
* [Maintenance Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/commands/maintenance.md)

### [Features Guide](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/README.md)

In-depth explanations of PhpHive features and capabilities.

* [Gradient Banner](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/gradient-banner.md)
* [Multi-Framework Support](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/multi-framework.md)
* [Turborepo Integration](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/turborepo.md)
* [Quality Tools](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/quality-tools.md)
* [Interactive Prompts](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/interactive-prompts.md)
* [Command Discovery](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/command-discovery.md)
* [Dependency Management](https://github.com/pixielity-co/phphive-cli/blob/main/docs/features/dependency-management.md)

### [Guides & Tutorials](https://github.com/pixielity-co/phphive-cli/blob/main/docs/guides/README.md)

Step-by-step tutorials for common workflows and advanced use cases.

* [Building a Laravel API](https://github.com/pixielity-co/phphive-cli/blob/main/docs/guides/laravel-api.md)
* [Creating Shared Packages](https://github.com/pixielity-co/phphive-cli/blob/main/docs/guides/shared-packages.md)
* [Setting Up CI/CD](https://github.com/pixielity-co/phphive-cli/blob/main/docs/guides/cicd.md)
* [Migrating Existing Projects](https://github.com/pixielity-co/phphive-cli/blob/main/docs/guides/migration.md)
* [Advanced Turborepo Usage](https://github.com/pixielity-co/phphive-cli/blob/main/docs/guides/advanced-turbo.md)
* [Custom Commands](https://github.com/pixielity-co/phphive-cli/blob/main/docs/guides/custom-commands.md)

### [API Reference](https://github.com/pixielity-co/phphive-cli/blob/main/docs/api/README.md)

Programmatic usage and extension points.

* [Application Class](https://github.com/pixielity-co/phphive-cli/blob/main/docs/api/application.md)
* [BaseCommand](https://github.com/pixielity-co/phphive-cli/blob/main/docs/api/base-command.md)
* [Container](https://github.com/pixielity-co/phphive-cli/blob/main/docs/api/container.md)
* [Support Classes](https://github.com/pixielity-co/phphive-cli/blob/main/docs/api/support.md)
* [App Types](https://github.com/pixielity-co/phphive-cli/blob/main/docs/api/app-types.md)

## 🚀 Quick Links

* [Installation Guide](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/installation.md)
* [Command Cheat Sheet](https://pixielity.gitbook.io/phphive-cli/commands-reference/cheat-sheet)
* [Troubleshooting](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/troubleshooting.md)
* [FAQ](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/faq.md)
* [Changelog](https://pixielity.gitbook.io/phphive-cli/resources/changelog)
* [Contributing](https://pixielity.gitbook.io/phphive-cli/contributing/contributing)

## 💡 Need Help?

* **GitHub Issues**: [Report bugs or request features](https://github.com/pixielity-co/phphive-cli/issues)
* **Discussions**: [Ask questions and share ideas](https://github.com/pixielity-co/phphive-cli/discussions)
* **Packagist**: [View package details](https://packagist.org/packages/phphive/cli)

## 📖 About This Documentation

This documentation is organized to help you find information quickly:

* **Getting Started** - For new users setting up PhpHive
* **Commands** - Quick reference for command usage
* **Features** - Deep dives into specific capabilities
* **Guides** - Practical tutorials for real-world scenarios
* **API** - For developers extending or integrating PhpHive

Each section includes:

* Clear explanations
* Code examples
* Best practices
* Common pitfalls to avoid
* Related resources

***

**Ready to get started?** → [Installation Guide](https://github.com/pixielity-co/phphive-cli/blob/main/docs/getting-started/installation.md)
