{"id":46797633,"url":"https://github.com/injahow/meting-api","last_synced_at":"2026-03-10T04:36:44.392Z","repository":{"id":45203901,"uuid":"210584042","full_name":"injahow/meting-api","owner":"injahow","description":"Meting API for APlayer","archived":false,"fork":false,"pushed_at":"2022-10-24T13:37:19.000Z","size":80,"stargazers_count":99,"open_issues_count":2,"forks_count":31,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-06T18:00:45.173Z","etag":null,"topics":["api","aplayer","meting","php"],"latest_commit_sha":null,"homepage":"https://api.injahow.cn/meting/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/injahow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-24T11:17:59.000Z","updated_at":"2023-03-03T08:55:07.000Z","dependencies_parsed_at":"2022-08-12T11:41:07.323Z","dependency_job_id":null,"html_url":"https://github.com/injahow/meting-api","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/injahow/meting-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/injahow%2Fmeting-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/injahow%2Fmeting-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/injahow%2Fmeting-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/injahow%2Fmeting-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/injahow","download_url":"https://codeload.github.com/injahow/meting-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/injahow%2Fmeting-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324498,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","aplayer","meting","php"],"created_at":"2026-03-10T04:36:44.221Z","updated_at":"2026-03-10T04:36:44.371Z","avatar_url":"https://github.com/injahow.png","language":"PHP","readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/2666735/30651452-58ae6c88-9deb-11e7-9e13-6beae3f6c54c.png\" alt=\"Meting\"\u003e\n\u003c/p\u003e\n\n# meting-api\n\n## Descriptions\n\n- 这是基于 [Meting](https://github.com/metowolf/Meting) 创建的 APlayer API\n- 灵感源于 [https://api.fczbl.vip/163/](https://api.fczbl.vip/163/)\n- 部分参考 [Meting-API](https://github.com/metowolf/Meting-API)\n\n## Build Setup\n\n```bash\n# 克隆仓库\n$ git clone https://github.com/injahow/meting-api.git\n\n$ cd meting-api\n\n# 安装依赖\n$ composer install\n\n# 或者使用中国镜像\n$ composer config -g repo.packagist composer https://packagist.phpcomposer.com\n\n$ composer install\n```\n\n或者下载打包文件[https://github.com/injahow/meting-api/releases](https://github.com/injahow/meting-api/releases)\n\n或者直接使用 Meting.php\n\n```php\n// include __DIR__ . '/vendor/autoload.php';\ninclude __DIR__ . '/src/Meting.php';\n```\n\n修改代码参数\n\n```php\n\u003c?php\n// 设置API路径（可默认）\ndefine('API_URI', api_uri());\n// 设置中文歌词\ndefine('TLYRIC', true);\n// 设置歌单文件缓存及时间\ndefine('CACHE', false);\ndefine('CACHE_TIME', 86400);\n// 设置短期缓存-需要安装apcu\ndefine('APCU_CACHE', false);\n// 设置AUTH密钥-更改'meting-secret'\ndefine('AUTH', false);\ndefine('AUTH_SECRET', 'meting-secret');\n\n......\n```\n\n## Demo\n\nAPI-Demo:\n\n- [https://api.injahow.cn/meting/?type=url\u0026id=416892104](https://api.injahow.cn/meting/?type=url\u0026id=416892104)\n- [https://api.injahow.cn/meting/?type=song\u0026id=591321](https://api.injahow.cn/meting/?type=song\u0026id=591321)\n- [https://api.injahow.cn/meting/?type=playlist\u0026id=2619366284](https://api.injahow.cn/meting/?type=playlist\u0026id=2619366284)\n\nAPlayer-Demo:\n\n- [https://injahow.github.io/meting-api/](https://injahow.github.io/meting-api/)\n- [https://injahow.github.io/meting-api/?id=2904749230](https://injahow.github.io/meting-api/?id=2904749230)\n\n## Thanks\n\n- [APlayer](https://github.com/MoePlayer/APlayer)\n- [Meting](https://github.com/metowolf/Meting)\n- [MetingJS](https://github.com/metowolf/MetingJS)\n\n## Requirement\n\nPHP 5.4+ and BCMath, Curl, OpenSSL extension installed.\n\n## License\n\n[MIT](https://github.com/injahow/meting-api/blob/master/LICENSE) license.\n\nCopyright (c) 2019 injahow\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finjahow%2Fmeting-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finjahow%2Fmeting-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finjahow%2Fmeting-api/lists"}