nmapx / couchbase-stubs
Pure vendor (stubs) of Couchbase PHP SDK for IDE autocompletion & hints
Installs: 29 564
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
README
Couchbase PHP SDK development stubs
Description
It's a stub of Couchbase PHP SDK.
No system requirements, pure code.
Recommended for docker environment projects and for those who don't have Couchbase PHP SDK (extension) locally installed.
Installation guide
Just add this library to your composer.json file (the best way is to add it as require-dev) or download it manually and place somewhere in your project dir. Your IDE should recognize it and... that's it! Don't forget to "lock" your version on a specific release.
using Composer
composer require --dev nmapx/couchbase-stubs
License
Copyright 2016-2021 Couchbase Inc.
See full license here.