ldg/ldgappstore

ldgappstore!

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ldg/ldgappstore

v1.0.1 2022-07-25 09:13 UTC

This package is auto-updated.

Last update: 2025-10-25 17:38:24 UTC


README

苹果appstore搜索排名,榜单等

安装:

composer require ldg/ldgappstore

实例化

$store = new appstore('cn','zh');

获取排名列表

$store->search('abc');

获取app详情

$store->appinfo(appid);

获取榜单

$store->top();

获取评论

$store->reviews(appid);