woomai / netease-cloud-music

1.0.0 2022-06-06 12:02 UTC

This package is auto-updated.

Last update: 2024-09-22 01:11:17 UTC


README

Netease Cloud Music 的简单 PHP 客户端库。用于 WooMai Bot V2。

要求

PHP 8.0 (64位) 或更高版本

安装

composer install woomai/netease-cloud-music ^1.0

示例用法

<?php

use WooMaiLabs\NeteaseCloudMusic\Client;

/**
 * @var string $music_u Your MUSIC_U cookie. Can be null.
 */

$client = new Client($music_u);

print_r(json_decode($client->search('Hand in Hand')->getBody()));

print_r(json_decode($client->getSongUrl(1808556594)->getBody()));

API

它简单易读。请查看 源代码

参考

许可证

MIT