kadircanerergun / astro-api-php-client
该包的最新版本(dev-master)没有提供许可信息。
dev-master
2018-08-02 12:05 UTC
This package is auto-updated.
Last update: 2024-09-28 08:29:33 UTC
README
这是一个用于消费Vedic Rishi Astro API的PHP客户端。
获取API密钥的地方
您可以访问https://www.astrologyapi.com/来获取用于您的网站或移动应用程序的占星术API密钥。
如何使用
sh composer require kadircanerergun/astro-api-php-client
$client = new VedicRishiClient("user_id","api_key"); $response = $client->getTodaysPrediction("cancer", {timezone});