https://github.com/cracksalad/gearman-ide-helper-for-php
IDE help files for PHP's Gearman extension.
https://github.com/cracksalad/gearman-ide-helper-for-php
gearman ide-helper php php8
Last synced: 2 months ago
JSON representation
IDE help files for PHP's Gearman extension.
- Host: GitHub
- URL: https://github.com/cracksalad/gearman-ide-helper-for-php
- Owner: cracksalad
- License: mit
- Created: 2023-04-24T12:03:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T10:21:29.000Z (8 months ago)
- Last Synced: 2025-02-28T07:34:56.565Z (3 months ago)
- Topics: gearman, ide-helper, php, php8
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gearman IDE helper
[](https://packagist.org/packages/cracksalad/gearman-ide-helper)
[](https://packagist.org/packages/cracksalad/gearman-ide-helper)
[](https://packagist.org/packages/cracksalad/gearman-ide-helper)
[](https://packagist.org/packages/cracksalad/gearman-ide-helper)This package contains IDE help files for [PECL Gearman extension](https://github.com/php/pecl-networking-gearman). It may be used for autocomplete in your IDE and type checking.
This package is up to date with **PECL Gearman extension version 2.1** and uses types **compatible with PHP 8.0+**. Additionally it uses type annotations based on [Psalm](https://psalm.dev/).
**This package is for you, if** you do not want to install gearmand (Gearman daemon) and the PECL Gearman extension in your development environment, but you do not want to abstain from type checking and IDE autocomplete.
## Installation
You should not use this package in production. Thereby add the `--dev` flag when requiring.
```bash
composer require --dev cracksalad/gearman-ide-helper
```## License
This library is licensed under the MIT License (MIT). Please see [LICENSE](LICENSE) for more information.