https://github.com/zendtech/zendhq-ide-helper
Provides class stubs for ZendHQ classes to help with IDE completion when the ZendHQ extension is not installed
https://github.com/zendtech/zendhq-ide-helper
Last synced: 27 days ago
JSON representation
Provides class stubs for ZendHQ classes to help with IDE completion when the ZendHQ extension is not installed
- Host: GitHub
- URL: https://github.com/zendtech/zendhq-ide-helper
- Owner: zendtech
- License: bsd-3-clause
- Created: 2023-09-06T18:59:19.000Z (almost 3 years ago)
- Default Branch: 1.7.x
- Last Pushed: 2025-11-24T14:42:16.000Z (7 months ago)
- Last Synced: 2026-03-05T12:52:44.798Z (4 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zendtech/zendhq-ide-helpers
This package provides class stubs for the purpose of IDE autocompletion when programming to [ZendHQ](https://www.zend.com/products/zendphp-enterprise/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:
- [JobQueue](https://help.zend.com/zendphp/current/content/zendhq/zendhq_jobqueue_php_api.htm)
## Support
The stubs contained in this library are generated from PHP stubs included in the ZendHQ extension, and provided as-is.