https://github.com/borutainfo/php-parallel-ide-autocomplete
This package allows you to activate the auto-complete in the IDE for native functions from the extension: PHP Parallel
https://github.com/borutainfo/php-parallel-ide-autocomplete
autocomplete ext-parallel ide multithreading parallel php
Last synced: 8 days ago
JSON representation
This package allows you to activate the auto-complete in the IDE for native functions from the extension: PHP Parallel
- Host: GitHub
- URL: https://github.com/borutainfo/php-parallel-ide-autocomplete
- Owner: borutainfo
- License: mit
- Created: 2021-02-09T18:03:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T18:43:13.000Z (over 5 years ago)
- Last Synced: 2026-05-01T15:12:43.253Z (about 1 month ago)
- Topics: autocomplete, ext-parallel, ide, multithreading, parallel, php
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Parallel - IDE autocomplete
This package allows you to activate the auto-complete in the IDE for native functions from the extension: [PHP Parallel](https://www.php.net/manual/en/book.parallel.php).
## Installation
Install the library using Composer. Please read the [Composer Documentation](https://getcomposer.org/doc/01-basic-usage.md) if you are unfamiliar with Composer or dependency managers in general.
You don't need this package in production, please use `require-dev`.
```shell
composer require --dev boruta/php-parallel-ide-autocomplete
```
That's it, the IDE autocomplete should work.
## Requirements
Package requires PHP 7.2 or above and `ext-parallel` >= 1.1.4.
## About
If your IDE does not auto-complete functions from the PHP Parallel extension, add this package to your project to fix it. The directory `autocomplete` contains documentation of the functions from the extension mentioned above, without their implementation. This files are not automatically loaded by composer and you shouldn't include them. It's just their presence in the project directory, which fixes the missing documentation in the IDE. Just add the package to composer and your IDE should start displaying the documentation correctly.
