Dasha API - PHP

Dasha API with PHP 🐘

Integrate Dasha API into your PHP application.

Installation

composer require vedika/sdk

Example Code

// PHP example
// Install: composer require vedika/sdk

const client = new VedikaClient("YOUR_API_KEY");
const result = client.dasha(...);

Get Started Free

Try our sandbox API with no authentication required

Try Sandbox Read Docs