Using php-sdk with configcat.com

PHP integration

✓ Official SDK

Install

composer require php-sdk
Get authenticated user details
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/me
List Products
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/products
Get Tag
curl \
  -u "$API_USER:$API_PASS" \
  https://api.configcat.com/v1/tags/{tagId}
SDK on GitHub 📄 API Docs
SDK
php-sdk
PHP
API
configcat.com
configcat.com

At a glance

Language PHP
Endpoints62
Base URLhttps://api.configcat.com
✓ Official