PHPackages                             popnable/popnable-api - 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. popnable/popnable-api

ActiveLibrary[API Development](/categories/api)

popnable/popnable-api
=====================

A PHP wrapper for the Popnable API

02PHP

Since Oct 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/popnable/popnable-api)[ Packagist](https://packagist.org/packages/popnable/popnable-api)[ RSS](/packages/popnable-popnable-api/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Popnable API
============

[](#popnable-api)

[Popnable](https://popnable.com) is leading website providing [music charts](https://popnable.com/charts) from all over the world. Webiste contains data about 250K videos, 50K artists, 110 countries, 100K music charts.

This API is a wrapper for the [Popnable API](https://github.com/popnable/popnable-api/wiki) and allows you to fetch music charts, songs, artists and many others from Popnable Repository.

This library is compatible with Laravel Framework.

Requirements
------------

[](#requirements)

- PHP 5.3.0 or greater
- CURL
- JSON

### Installation

[](#installation)

**Composer.json:**

```
  "require": {
        "popnable/popnable-api": "dev-master"
  }

```

**Console command:**

```
  composer require "popnable/popnable-api"

```

### Basic Example

[](#basic-example)

```
