2017 © Pedro Peláez
 

symfony-bundle lastfm-bundle

This bundle provides services for using the last.fm API inside the symfony.

image

core23/lastfm-bundle

This bundle provides services for using the last.fm API inside the symfony.

  • Sunday, July 15, 2018
  • by core23
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

NucleosLastFmBundle

Latest Stable Version Latest Unstable Version License, (*1)

Total Downloads Monthly Downloads Daily Downloads, (*2)

Continuous Integration Code Coverage Type Coverage, (*3)

This bundle provides a wrapper for using the Last.fm API inside symfony., (*4)

Installation

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*5)

composer require nucleos/lastfm-bundle
# To define a default http client and message factory
composer require symfony/http-client nyholm/psr7

Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php file of your project:, (*6)

// config/bundles.php

return [
    // ...
    Nucleos\LastFmBundle\NucleosLastFmBundle::class => ['all' => true],
];

Configure the Bundle

Define the API credentials in your configuration., (*7)

# config/packages/nucleos_lastfm.yaml

nucleos_lastfm:
    api:
        app_id:         "%lastfm_api.id%"
        shared_secret:  "%lastfm_api.secret%"

    http:
        client: 'httplug.client'
        message_factory: 'nyholm.psr7.psr17_factory'

License

This bundle is under the MIT license., (*8)

The Versions

08/01 2018

0.2.0

0.2.0.0 https://core23.de

This bundle provides services for using the last.fm API inside the symfony.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Gripp

api bundle symfony crawler last.fm webservice client

11/01 2017

0.1.0

0.1.0.0 https://core23.de

This bundle provides services for using the last.fm API inside the symfony.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian Gripp

api bundle symfony crawler last.fm webservice client