nmapx/couchbase-stubs

Pure vendor (stubs) of Couchbase PHP SDK for IDE autocompletion & hints

3.1.2 2021-05-17 22:01 UTC

This package is auto-updated.

Last update: 2024-04-18 04:21:34 UTC


README

Packagist Latest Stable Version

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.