{"id":16316614,"url":"https://github.com/philippfrenzel/yii2sly","last_synced_at":"2025-10-25T17:30:46.876Z","repository":{"id":16644379,"uuid":"19399699","full_name":"philippfrenzel/yii2sly","owner":"philippfrenzel","description":"jquery sly","archived":false,"fork":false,"pushed_at":"2015-02-21T11:25:06.000Z","size":242,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-23T14:17:30.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/philippfrenzel.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":"2014-05-03T09:21:24.000Z","updated_at":"2017-11-12T21:03:47.000Z","dependencies_parsed_at":"2022-08-23T23:31:02.510Z","dependency_job_id":null,"html_url":"https://github.com/philippfrenzel/yii2sly","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippfrenzel%2Fyii2sly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippfrenzel%2Fyii2sly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippfrenzel%2Fyii2sly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philippfrenzel%2Fyii2sly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philippfrenzel","download_url":"https://codeload.github.com/philippfrenzel/yii2sly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219865309,"owners_count":16555929,"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-10T22:05:09.185Z","updated_at":"2025-10-25T17:30:46.505Z","avatar_url":"https://github.com/philippfrenzel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"yii2sly\n=======\n\nThis extension is a wrapper for the amazing jquery slider \"sly\" which can be found here:\n\nhttp://darsa.in/sly/\n\nPls. take a closer look at all the plugin options, which can be passed over by adding them to\nthe \"clientOptions\" parameter as shown below.\n\nA demo of the extension can be found here:\n\nhttp://yii2fullcalendar.beeye.org/index.php/site/sly\n\nInstallation\n============\n\nAdd this to your composer.json require section\n\n```json\n  \"philippfrenzel/yii2sly\": \"*\",\n```\n\nAnd finaly the view should look like this:\n\n```php\n\n\u003c?php\n\nuse yii\\helpers\\Url;\n\n?\u003e\n\n\u003ch1\u003e\u003c?php echo Html::encode($this-\u003etitle); ?\u003e\u003c/h1\u003e\n\n\u003c?= philippfrenzel\\yii2sly\\yii2sly::widget([\n    'id' =\u003e 'sp_slider',\n    'items'=\u003e [\n        ['content' =\u003e '\u003cimg src=\"' . Url::to('@web/img/sportster_forty-eight_sly.jpg') . '\"\u003e\u003c/img\u003e'],\n        ['content' =\u003e '\u003cimg src=\"' . Url::to('@web/img/softtail_heritage-classic_sly.jpg') . '\"\u003e\u003c/img\u003e'],\n        ['content' =\u003e '\u003cimg src=\"' . Url::to('@web/img/dyna_wide-glide_sly.jpg') . '\"\u003e\u003c/img\u003e'],\n        ['content' =\u003e '\u003cimg src=\"' . Url::to('@web/img/cvo_limited_sly.jpg') . '\"\u003e\u003c/img\u003e'],\n        ['content' =\u003e '\u003cimg src=\"' . Url::to('@web/img/v-rod_muscle_sly.jpg') . '\"\u003e\u003c/img\u003e']\n    ],\n    'options' =\u003e [\n        'style' =\u003e \"height:400px;\"\n    ],\n    'clientOptions' =\u003e [\n        'horizontal' =\u003e 1,\n        'activateMiddle' =\u003e 1,\n        ...\n    ]\n]); ?\u003e\n\n```\n\nCurrently it cause issues with having multiple sly's on one page, but we know this issue and are working on it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippfrenzel%2Fyii2sly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilippfrenzel%2Fyii2sly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilippfrenzel%2Fyii2sly/lists"}