{"id":16535799,"url":"https://github.com/clemfromspace/grooveshark-php-api","last_synced_at":"2026-05-10T01:10:53.030Z","repository":{"id":27321779,"uuid":"30796163","full_name":"clemfromspace/grooveshark-php-api","owner":"clemfromspace","description":"Grooveshark php api","archived":false,"fork":false,"pushed_at":"2015-02-16T15:57:58.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T02:43:59.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clemfromspace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-14T12:37:47.000Z","updated_at":"2015-02-16T15:57:58.000Z","dependencies_parsed_at":"2022-08-21T04:10:17.710Z","dependency_job_id":null,"html_url":"https://github.com/clemfromspace/grooveshark-php-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fgrooveshark-php-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fgrooveshark-php-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fgrooveshark-php-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fgrooveshark-php-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clemfromspace","download_url":"https://codeload.github.com/clemfromspace/grooveshark-php-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241697436,"owners_count":20005010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T18:28:55.525Z","updated_at":"2026-05-10T01:10:52.994Z","avatar_url":"https://github.com/clemfromspace.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grooveshark Web Api PHP\n\nThis is a PHP implementation of the [Grooveshark Web API](http://developers.grooveshark.com/docs/public_api/v3/).\n\n## Requirements\n\nPHP 5.3 or greater.\n\n## Installation\n\nUsing composer:\n```json\n\"require\": {\n    \"clemfromspace/grooveshark-php-api\": \"dev-master\"\n}\n```\n\n## Examples\n\nFirst, request a session ID using your [application credentials](http://developers.grooveshark.com/api).\n```php\n$session = new GroovesharkAPI\\Session('YOUR APPLICATION KEY', 'YOUR APPLICATION SECRET');\n$session-\u003estartSession();\n\n$api = new GroovesharkAPI\\GroovesharkAPI($session);\n```\n\nUsing this session object, initialize the client :\n\n```php\n$api = new GroovesharkAPI\\GroovesharkAPI($session);\n```\n\nYou can now send requests to Grooveshark's API :\n\n```php\n$response = $api-\u003egetSongSearchResults('Beat it');\n```\n\n\n[Grooveshark Api documentation](http://developers.grooveshark.com/docs/public_api/v3/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemfromspace%2Fgrooveshark-php-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclemfromspace%2Fgrooveshark-php-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemfromspace%2Fgrooveshark-php-api/lists"}