zendtech / zendhq-ide-helper
Provides class stubs for ZendHQ classes to help with IDE completion when the ZendHQ extension is not installed
Requires
- php: ^7.2.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
README
This package provides class stubs for the purpose of IDE autocompletion when programming to ZendHQ APIs. You should primarily include this only if you do not have ZendHQ installed in your local PHP installation, but need your production application code to be able to use ZendHQ PHP APIs.
Installation
This package should be installed as a development package:
composer require --dev zendtech/zendhq-ide-helpers
If you omit the
--dev
flag, Composer will prompt you to see if you meant to install it as a development dependency.
What's included
This package contains stubs for the following ZendHQ PHP APIs:
Support
The stubs contained in this library are generated from PHP stubs included in the ZendHQ extension, and provided as-is.