2017 © Pedro Peláez
 

library experiment-composer-spotify-playlist-print

First composer package.

image

carlos-reynosa/experiment-composer-spotify-playlist-print

First composer package.

  • Monday, April 13, 2015
  • by carlos-reynosa
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

About

Composer project to test creating and using a composer package., (*1)

Packagist page: https://packagist.org/packages/carlos-reynosa/experiment-composer-spotify-playlist-print, (*2)

Example Use

$clientId='user_id';
$clientSecret='client_secret';

$userId='carlos-reynosa';
$playlistId='1234';

$printer = new SpotifyPlaylistPrint($clientId,$clientSecret);

$printer->printList($userId,$playlistId);

The Versions

13/04 2015

dev-master

9999999-dev

First composer package.

  Sources   Download

proprietary

The Requires

 

by Carlos Reynosa