{"id":30300345,"url":"https://github.com/bfncs/cakesoundcloudwidget","last_synced_at":"2025-08-17T04:33:07.585Z","repository":{"id":3371857,"uuid":"4418910","full_name":"bfncs/CakeSoundcloudWidget","owner":"bfncs","description":"CakePHP 2.x-Plugin to embed Soundcloud widgets","archived":false,"fork":false,"pushed_at":"2012-08-31T07:39:49.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-13T09:08:45.943Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfncs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-05-23T10:48:23.000Z","updated_at":"2014-01-09T18:27:58.000Z","dependencies_parsed_at":"2022-08-06T14:00:29.439Z","dependency_job_id":null,"html_url":"https://github.com/bfncs/CakeSoundcloudWidget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bfncs/CakeSoundcloudWidget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfncs%2FCakeSoundcloudWidget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfncs%2FCakeSoundcloudWidget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfncs%2FCakeSoundcloudWidget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfncs%2FCakeSoundcloudWidget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfncs","download_url":"https://codeload.github.com/bfncs/CakeSoundcloudWidget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfncs%2FCakeSoundcloudWidget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270807431,"owners_count":24649342,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-08-17T04:32:43.812Z","updated_at":"2025-08-17T04:33:07.526Z","avatar_url":"https://github.com/bfncs.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CakePHP 2.x Soundcloud-Widget Helper\n\nEmbed Soundcloud-Players quick and easy\n\n## Requirements\n\n* CakePHP 2.x\n\n## Installation\n\n### Git Clone\n\n\nIn your app directory:\n\n    git clone git@github.com:boundaryfunctions/CakeSoundcloudWidget.git Plugin/Soundcloud\n\n### Git Submodule\n\nIn your app directory:\n\n    git submodule add git@github.com:boundaryfunctions/CakeSoundcloudWidget.git Plugin/Soundcloud\n    git update --init\n\n### Without Git:\n\nDownload the [zipball](https://github.com/boundaryfunctions/CakeSoundcloudWidget/zipball/master \"Download the repository zipped\") and extract it's contents to `app/Plugin/Soundcloud`.\n\n## Usage\n\n\n### Controller\n\nInclude the helper in your Controller:\n\n    \u003c?php\n    class MyController extends AppController {\n      public $helpers = array('Soundcloud.SoundcloudWidget');\n    }\n\n### View\n\nAfter including the helper in your controller, you can use it like this in your views:\n\n    $this-\u003eSoundcloud-\u003ewidget($url);\n\nWhere `$url` is a valid Soundcloud URL (i.e. `http://soundcloud.com/forss/flickermood`) of a song or a set.\n\nAdditionaly, you can add custom options for the current Player by passing an array iFrame options (as you would pass it as the third argument `$options` to the (`HtmlHelper::tag()`)[http://api20.cakephp.org/class/html-helper#method-HtmlHelpertag] function) as second argument and an array of [parameters for the player](http://developers.soundcloud.com/docs/html5-widget#widget-params) as third argument:\n\n    $this-\u003eSoundcloud-\u003ewidget($url, array('width' =\u003e 640), array('show_artwork' =\u003e 'false'));\n\n## License\n\nCopyright (c) 2012 Marc Löhe\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfncs%2Fcakesoundcloudwidget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfncs%2Fcakesoundcloudwidget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfncs%2Fcakesoundcloudwidget/lists"}