empi89/php-amqp-stubs
Provides PHP stub files for AMQP-related extensions, improving IDE autocomplete, static analysis, and type hints in projects that use AMQP functions/classes without bundling the actual extension. Useful for CI, analysis, and editor support.
Stubs of php-amqp (pdezwart/php-amqp) via packagist
If you need stubs for unit-test your php-amqp setup in an environment without working php-amqp extension (e.g. your desktop), just add "empi89/php-amqp-stubs": "dev-master" to your composer.json.
In production env the autoloader will not load this classes as the classes are already loaded by the extension.
Packagist page: https://packagist.org/packages/empi89/php-amqp-stubs
How can I help you explore Laravel packages today?