started · updated
PHP development tools: Composer features and tool scoping
Technical guides provide insights into PHP development tools, focusing on dependency management and tool scoping.
One tutorial explores advanced features of Composer, a dependency management tool for PHP. It covers versioning syntax options, such as the differences between specific operators, and explains how to use the 'composer outdated' command to identify packages requiring updates. It also mentions the 'composer bump' command for version management.
Another guide outlines a ten-step process for scoping PHP command-line tools. This process involves using 'php-scoper' to add unique prefixes to namespaces, preventing conflicts. The guide recommends using a PHAR file for 'php-scoper' to avoid self-scoping issues and discusses configuring 'scoper.php' files with whitelists for specific namespaces.
Entities
Composer · Laravel · PHP · php-scoper