File tree Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Expand file tree Collapse file tree 3 files changed +29
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased]
6
+ ### Added
7
+ - Spotify
8
+ - Album
6
9
### Changed
7
- - _ internal _ Optimalizations
10
+ - Dependencies
8
11
- _ internal_ Unit tests
12
+ ### Removed
13
+ - ** PHP 5.5 support**
9
14
10
15
## [ 0.0.2] - 2016-12-01
11
16
### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ This PHP library enables you to combine multiple music related API Services to l
7
7
## Requirements ##
8
8
In order to use this library your environment MUST meet the following criteria:
9
9
* PHP 5.6 (or later)
10
+ * curl extension
10
11
11
12
12
13
## Installation ##
@@ -92,17 +93,21 @@ music_info:
92
93
93
94
## Services ##
94
95
95
- | | Version | General | Track | Artist | Album | Comments |
96
- |---|:-------:|:-------:|:-----:|:------:|:-----:|:--------:|
97
- |Spotify | 0.1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: ||
98
- |VocaDB | 0.1 | :white_check_mark: | :heavy_multiplication_x: | :white_check_mark: | :heavy_multiplication_x: ||
99
- |MusicBrains | 0.1 | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: ||
100
- |~~Echonest~~ | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | Service cancelled in favor of Spotify [[1]](http://developer.echonest.com/docs/v4) |
96
+ | | Version | General | Track | Artist | Album | Comments |
97
+ |--- |:-------: |:-------: |:-----: |:------: |:-----: |:--------:|
98
+ |Spotify | 0.1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :heavy_multiplication_x: ||
99
+ |VocaDB | 0.1 | :white_check_mark: | :heavy_multiplication_x: | :white_check_mark: | :heavy_multiplication_x: ||
100
+ |MusicBrains | 0.1 | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: ||
101
+ |Discogs | N/A | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: ||
102
+ |~~Echonest~~ | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | Service cancelled in favor of Spotify [[1]](http://developer.echonest.com/docs/v4) |
101
103
102
104
## Changelog
103
105
104
106
Please see [CHANGELOG.md](CHANGELOG.md)
105
107
108
+ ## Todo
109
+
110
+ Please see [TODO.md](TODO.md)
106
111
107
112
## License
108
113
Original file line number Diff line number Diff line change
1
+ # To-Do
2
+
3
+ This document lists all planned features for future releases.
4
+ Please note that this document does not guarantee the addition of these features.
5
+ ** The list is in no particular order**
6
+
7
+ * Suggest corrections
8
+ * Cache mechanism
9
+ * Job system
10
+ * Prevent ban from API exhaustion (rate limit exceeding)
11
+ * More modular system
12
+ * Allow adding support for extra services without adding it to this project/codebase
You can’t perform that action at this time.
0 commit comments