Using svix-php with svix.com

PHP integration

Install
composer require svix-php
List Applications
curl \
  -H "Authorization: Bearer $API_KEY" \
  /api/v1/app/
Health
curl \
  -H "Authorization: Bearer $API_KEY" \
  /api/v1/health/
List Event Types
curl \
  -H "Authorization: Bearer $API_KEY" \
  /api/v1/event-type/
SDK on GitHub 📄 API Docs
SDK
svix-php
PHP
API
svix.com
svix.com
At a glance
Language PHP
Endpoints52