Using ably-php with ably.io

PHP integration

✓ Official SDK
Install
composer require ably-php
Get the service time
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/time
Retrieve usage statistics for an application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/stats
Enumerate all active channels of the application
curl \
  -u "$API_USER:$API_PASS" \
  https://rest.ably.io/channels
SDK on GitHub 📄 API Docs
SDK
ably-php
PHP
API
ably.io
ably.io:platform
At a glance
Language PHP
Endpoints22
Base URLhttps://rest.ably.io
✓ Official