2 مستودعات
Mechanisms for detecting and integrating with Composer's autoloader for third-party package loading.
Distinct from Plugin Autoloading: Distinct from Plugin Autoloading: focuses on integrating with Composer's autoloader rather than loading plugins from local directories.
Explore 2 awesome GitHub repositories matching development tools & productivity · Composer Autoloader Integrations. Refine with filters or upvote what's useful.
Laravel Tinker is an interactive shell that boots the full Laravel application context, allowing you to run PHP code, test models, and experiment with the framework in real time from the command line. It integrates PsySH as its underlying REPL engine, providing features like automatic namespace resolution, command history persistence, and on-demand class loading through Composer's autoloader. The tool handles the full lifecycle of a Laravel console command, from defining input signatures and prompting for missing arguments to executing commands programmatically and queuing them for background
Loads application classes and dependencies on demand during REPL sessions using Composer's autoloader.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Wraps reusable functionality into Composer packages for installation and autoloading in any project.