cracksalad / memcached-ide-helper-for-php

IDE help files for PHP's memcached extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memcached IDE helper

This package contains IDE help files for PECL memcached extension. It may be used for autocomplete in your IDE and type checking.

This package is up to date with PECL memcached extension version 3.2 and uses types compatible with PHP 8.0+. Additionally it uses type annotations based on Psalm.

This package is for you, if you do not want to install libmemcached and the PECL memcached 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.

composer require --dev cracksalad/memcached-ide-helper

About

IDE help files for PHP's memcached extension.

License:MIT License


Languages

Language:PHP 100.0%