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
- Host: GitHub
- URL: https://github.com/nmapx/couchbase-stubs
- Owner: nmapx
- License: apache-2.0
- Created: 2017-06-24T22:58:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T22:02:02.000Z (almost 5 years ago)
- Last Synced: 2025-10-26T12:43:11.260Z (4 months ago)
- Topics: autocompletion, couchbase, hints, ide, php, sdk, stubs, syntax, vendor
- Language: PHP
- Size: 115 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/nmapx/couchbase-stubs)
[](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).