An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Gearman IDE helper

[![Latest Stable Version](https://poser.pugx.org/cracksalad/gearman-ide-helper/v)](https://packagist.org/packages/cracksalad/gearman-ide-helper)
[![Total Downloads](https://poser.pugx.org/cracksalad/gearman-ide-helper/downloads)](https://packagist.org/packages/cracksalad/gearman-ide-helper)
[![License](https://poser.pugx.org/cracksalad/gearman-ide-helper/license)](https://packagist.org/packages/cracksalad/gearman-ide-helper)
[![PHP Version Require](https://poser.pugx.org/cracksalad/gearman-ide-helper/require/php)](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.