An open API service indexing awesome lists of open source software.

https://github.com/nmapx/couchbase-stubs

Pure vendor (stubs) of Couchbase PHP SDK for IDE autocompletion & hints
https://github.com/nmapx/couchbase-stubs

autocompletion couchbase hints ide php sdk stubs syntax vendor

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![Packagist](https://img.shields.io/packagist/dt/nmapx/couchbase-stubs.svg?maxAge=2592000&style=flat-square)](https://packagist.org/packages/nmapx/couchbase-stubs)
[![Latest Stable Version](https://img.shields.io/github/release/nmapx/couchbase-stubs.svg?style=flat-square)](https://github.com/nmapx/couchbase-stubs/releases)

# 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
```bash
composer require --dev nmapx/couchbase-stubs
```

## License

Copyright 2016-2021 Couchbase Inc.

See full license [here](./LICENSE).