PHPackages                             stardots-io/stardots-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. stardots-io/stardots-sdk-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

stardots-io/stardots-sdk-php
============================

PHP SDK for StarDots platform

00PHPCI passing

Since Jun 26Pushed 1y agoCompare

[ Source](https://github.com/stardots-io/stardots-sdk-php)[ Packagist](https://packagist.org/packages/stardots-io/stardots-sdk-php)[ RSS](/packages/stardots-io-stardots-sdk-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

[![logo.png](logo.png "logo.png")](logo.png)
============================================

[](#)

StarDots-SDK-PHP
================

[](#stardots-sdk-php)

[![PHP](https://github.com/stardots-io/stardots-sdk-php/actions/workflows/go.yml/badge.svg)](https://github.com/stardots-io/stardots-sdk-php/actions/workflows/php.yml)[![CodeQL](https://github.com/stardots-io/stardots-sdk-php/actions/workflows/codeql.yml/badge.svg)](https://github.com/stardots-io/stardots-sdk-php/actions/workflows/codeql.yml)[![codecov](https://camo.githubusercontent.com/ec1d354a877f7067c3d8f2b94028c354f5b62cf7315b8a6bd3166d8c49851c28/68747470733a2f2f636f6465636f762e696f2f6769746875622f73746172646f74732d696f2f73746172646f74732d73646b2d7068702f67726170682f62616467652e7376673f746f6b656e3d554e4c4f4f52524a4841)](https://codecov.io/github/stardots-io/stardots-sdk-php)[![LICENSE: MIT](https://camo.githubusercontent.com/f071ab54c2aff51c0a3bc572e3a176a774e9c4660781aba2d91a614e7305323c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73746172646f74732d696f2f73746172646f74732d73646b2d7068702e7376673f7374796c653d666c6174)](LICENSE)

### Introduction

[](#introduction)

This project is used to help developers quickly access the StarDots platform and is written in PHP. Compatible with PHP 5.5+.

### Requirements

[](#requirements)

> PHP version &gt;= 5.5.0
> cURL extension
> JSON extension

### Installation

[](#installation)

#### Using Composer (Recommended)

[](#using-composer-recommended)

```
composer require stardots-io/stardots-sdk-php
```

#### Manual Installation

[](#manual-installation)

1. Download the source code
2. Include the autoloader or manually include the files
3. Use the SDK

### Usage

[](#usage)

#### Basic Example

[](#basic-example)

```
