When contributing to this repository, please open an issue first and explain the change- feature, bug, optimization?
git clone https://github.com/ReardGjoni/spotify-web-api-sdk
composer init
- add the following to the composer.json:
"repositories": [
{
"type": "path",
"url": "../spotify-web-api-sdk"
}
]
composer require rgjoni/spotify-web-api-sdk dev-main
Based on the above added lines this will symlink your local copy into the vendor folder and get you ready for development.
- Please follow this commit naming convention and keep a level of verbosity(comments in the code etc.)
- Update the README.md with details of changes, this includes any major changes that result to changes in the usage of the library.