Skip to content

cracksalad/memcached-ide-helper-for-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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