PHPackages                             pingsterid/php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pingsterid/php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pingsterid/php-sdk
==================

Official PHP SDK for Pingster.id API

v1.0.2(10mo ago)03MITPHPPHP ^8.1

Since Jul 13Pushed 10mo agoCompare

[ Source](https://github.com/pingsterid/php-sdk)[ Packagist](https://packagist.org/packages/pingsterid/php-sdk)[ Docs](https://pingster.id)[ RSS](/packages/pingsterid-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

Pingster
========

[](#pingster)

Dokumentasi API Pingster

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
