PHPackages                             binarythinking/lastfm-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. binarythinking/lastfm-bundle

ActiveSymfony-bundle[API Development](/categories/api)

binarythinking/lastfm-bundle
============================

Use Last.fm API in your Symfony 2 application.

14958PHP

Since Aug 22Pushed 9y ago6 watchersCompare

[ Source](https://github.com/karolsojko/BinaryThinkingLastfmBundle)[ Packagist](https://packagist.org/packages/binarythinking/lastfm-bundle)[ RSS](/packages/binarythinking-lastfm-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

BinaryThinking/LastfmBundle
===========================

[](#binarythinkinglastfmbundle)

[![Build Status](https://camo.githubusercontent.com/d657bfb705593fa96165727674f77373b154a03b50f7e5b5b989bf076288c824/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6b61726f6c736f6a6b6f2f42696e6172795468696e6b696e674c617374666d42756e646c652e706e67)](http://travis-ci.org/karolsojko/BinaryThinkingLastfmBundle)

Symfony 2 Bundle for Last.fm API

This is a Bundle that will help you communicate with Last.fm's API.

Status
======

[](#status)

The Bundle handles API methods for following contexts (Please see [Milestones](https://github.com/karolsojko/BinaryThinkingLastfmBundle/issues/milestones) on github):

- Album
- Artist
- Chart
- Geo
- Library
- Tag
- User

Stay tuned for more coming soon.

Installation
============

[](#installation)

If you're using composer just add:

```
{
    "require": {
        "binarythinking/lastfm-bundle": "dev-master"
    }
}
```

If you're using a deps file just add:

```
[BinaryThinkingLastfmBundle]
    target=/bundles/BinaryThinking/LastfmBundle
    git=http://github.com/karolsojko/BinaryThinkingLastfmBundle.git

```

Register the BinaryThinking namespace in autoload.php

```
