Useful Links
Computer Science
Other Tools and Technologies
Composer Dependency Manager
1. Introduction to Dependency Management
2. System Requirements and Installation
3. Core Concepts and Architecture
4. Basic Composer Commands
5. The composer.json Schema
6. Autoloading with Composer
7. Advanced Commands and Features
8. Repository Management
9. Package Creation and Publishing
10. Security and Best Practices
11. Troubleshooting and Maintenance
12. Integration and Workflow
Advanced Commands and Features
Script Management
Custom Script Definition
Built-in Composer Events
pre-install-cmd Event
post-install-cmd Event
pre-update-cmd Event
post-update-cmd Event
pre-autoload-dump Event
post-autoload-dump Event
pre-dependencies-solving Event
post-dependencies-solving Event
Script Execution
Automation Workflows
Script Arguments and Options
Project Creation
composer create-project Command
Project Template Usage
Version Specification
Installation Customization
Skeleton Project Setup
Global Package Management
composer global Command
Global Package Installation
CLI Tool Management
Global vs Local Dependencies
PATH Configuration
Validation and Diagnostics
composer validate Command
Schema Validation
Best Practice Checking
composer diagnose Command
Environment Analysis
Configuration Troubleshooting
Dependency Analysis
composer depends Command
Dependency Chain Analysis
composer prohibits Command
Conflict Detection
Version Constraint Analysis
Command Customization
Command-line Options
Configuration Overrides
Environment-specific Settings
Previous
6. Autoloading with Composer
Go to top
Next
8. Repository Management