Developers
Software Development Kits
Build faster with our official SDKs for popular programming languages. Get started in minutes with production-ready libraries.
Available SDKs
Choose your preferred language and start integrating with METASONIC.
Quick Installation
Install the SDK for your preferred language in seconds.
1
Install Package
Use your package manager to install the SDK.
composer require metasonic/php-sdk
npm install @metasonic/js-sdk
2
Get API Key
Generate your API key from the dashboard.
Go to Dashboard → API Keys
3
Initialize Client
Start making API calls with your key.
$client = new Metasonic\Client('YOUR_API_KEY');