Birth Chart API - PHP

Birth Chart API with PHP 🐘

Integrate Birth Chart 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.birth_chart(...);

Get Started Free

Try our sandbox API with no authentication required

Try Sandbox Read Docs