legacyphpdoctor/pouler_soundcloud-api-php-7-4
Composer 安装命令:
composer require legacyphpdoctor/pouler_soundcloud-api-php-7-4
包简介
PHP Wrapper for the SoundCloud API
关键字:
README 文档
README
WARNING: This repository is a PHP 7.4 compatible fork of pouler/soundcloud-api.
SoundCloud API PHP
This is a PHP wrapper for the SoundCloud API.
Requirements
- PHP >=8.1
- Symfony HTTP Client
Installation
Install it using Composer:
composer require legacyphpdoctor/pouler_soundcloud-api-php-7-4
<?php require 'vendor/autoload.php'; $curl = new \Symfony\Component\HttpClient\CurlHttpClient(); $client = new PouleR\SoundCloudAPI\SoundCloudClient($curl); $api = new \PouleR\SoundCloudAPI\SoundCloudAPI($client); $api->setClientId('client.id'); // Get information about given user $api->getUser(123456); // Get information about current usr $api->setAccessToken('access.token'); $api->getUser(); var_dump($result);
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-15