Download the PHP package clusterpoint/php-client-api-v4 without Composer
On this page you can find all versions of the php package clusterpoint/php-client-api-v4. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package php-client-api-v4
Clusterpoint 4.x PHP Client API
Clusterpoint is a NoSQL document database known for its innovative Cloud-based distributed architecture, fast processing speed, and a flexible "pay as you use" pricing model. The database also features a developer-friendly API suitable for many popular modern programming languages, including PHP -- the specific API which is the focus of this document. Its full support for ACID-compliant transactions is a rarity among NoSQL databases, making the product useful for situations where data integrity is a must.
The recently introduced fourth edition of Clusterpoint added a unique JavaScript/SQL query language with computational capabilities,, allowing you to create powerful queries to store, retrieve, and transform data. The PHP API is flexible enough to allow you to use either interface methods or raw JS/SQL queries to accomplish your database tasks. The decision to use either approach ultimately depends on programmer preference and the individual development scenario.
Clusterpoint 4.x PHP Client API
- Official Documentation
- Requirements
- Getting Started
- Quick Example
- Bugs and Vulnerabilities
- License
Official Documentation
Documentation for the API can be found on the Clusterpoint website.
Requirements
PHP >= 5.4.0
cURL PHP Extension
Composer
Getting Started
- Sign up for Clusterpoint – Before you begin, you need to sign up for a Clusterpoint account and retrieve your Clusterpoint credentials.
- Minimum requirements – To run the PHP Client API, your system will need to meet the minimum requirements, including having **PHP >= 5.4.0 compiled with the cURL extension and cURL 4.0.2+.
- Install the API – Composer is the right way to install the PHP Client API.
composer require clusterpoint/php-client-api-v4
- Publish config file - this is optional step, you can pass access points during workflow, but this might make your development process easier.
php -r "copy('vendor/clusterpoint/php-client-api-v4/src/config.example', 'clusterpoint.php');"
- Access – You can pass the credentials inside on
Clusterpoint\Client
class construction, or use clusterpoint.php inside your project root folder, to manage your access points.
Quick Example
Support, Feature Requests & Bug Reports
- GitHub issues for bug reports and feature requests
- StackOverflow to ask questions (please make sure to use the clusterpoint tag)
- You can also send an e-mail to our support team at [email protected]
License
Clusterpoint 4.x PHP Client API is open-sourced software licensed under the MIT license
All versions of php-client-api-v4 with dependencies
ext-curl Version *