承接 legacyphpdoctor/pouler_soundcloud-api-php-7-4 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Latest Stable Version Latest Unstable Version

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-15