{"id":18850192,"url":"https://github.com/edofre/yii2-ckeditor","last_synced_at":"2025-04-14T10:30:45.049Z","repository":{"id":56975168,"uuid":"60648082","full_name":"Edofre/yii2-ckeditor","owner":"Edofre","description":"Simple widget to include ckeditor","archived":false,"fork":false,"pushed_at":"2018-01-07T12:15:59.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-23T08:08:16.257Z","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/Edofre.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGE.MD","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-07T21:35:32.000Z","updated_at":"2019-03-17T17:38:12.000Z","dependencies_parsed_at":"2022-08-21T11:50:56.591Z","dependency_job_id":null,"html_url":"https://github.com/Edofre/yii2-ckeditor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-ckeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-ckeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-ckeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edofre%2Fyii2-ckeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edofre","download_url":"https://codeload.github.com/Edofre/yii2-ckeditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223626670,"owners_count":17175561,"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-11-08T03:28:21.227Z","updated_at":"2024-11-08T03:28:21.802Z","avatar_url":"https://github.com/Edofre.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yii2 ckeditor widget\n\n[![Latest Stable Version](https://poser.pugx.org/edofre/yii2-ckeditor/v/stable)](https://packagist.org/packages/edofre/yii2-ckeditor)\n[![Total Downloads](https://poser.pugx.org/edofre/yii2-ckeditor/downloads)](https://packagist.org/packages/edofre/yii2-ckeditor)\n[![Latest Unstable Version](https://poser.pugx.org/edofre/yii2-ckeditor/v/unstable)](https://packagist.org/packages/edofre/yii2-ckeditor)\n[![License](https://poser.pugx.org/edofre/yii2-ckeditor/license)](https://packagist.org/packages/edofre/yii2-ckeditor)\n[![composer.lock](https://poser.pugx.org/edofre/yii2-ckeditor/composerlock)](https://packagist.org/packages/edofre/yii2-ckeditor)\n\n## Installation\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nTo install, either run\n\n```\n$ php composer.phar require edofre/yii2-ckeditor \"V1.0.2\"\n```\n\nor add\n\n```\n\"edofre/yii2-ckeditor\": \"V1.0.2\"\n```\n\nto the ```require``` section of your `composer.json` file.\n\n## Usage\n\n### ActiveForm usage with a model\n\n```php\n\u003c?= $form-\u003efield($model, 'body')-\u003ewidget(\\edofre\\ckeditor\\CKEditor::className(), [\n    'editorOptions' =\u003e [\n        'language' =\u003e 'nl',\n    ],\n]) ?\u003e\n```\n\n### Usage without model\n\n```php\n\u003c?= \\edofre\\ckeditor\\CKEditor::widget([\n    'name'          =\u003e 'content',\n    'editorOptions' =\u003e [\n        'height'      =\u003e '400px',\n    ],\n]) ?\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedofre%2Fyii2-ckeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedofre%2Fyii2-ckeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedofre%2Fyii2-ckeditor/lists"}