{"id":18604678,"url":"https://github.com/muhiddingithub/yii2-meditor","last_synced_at":"2025-05-16T19:10:38.709Z","repository":{"id":57021814,"uuid":"108370716","full_name":"muhiddingithub/yii2-meditor","owner":"muhiddingithub","description":"Yii2 publish editor using froala jquery  ","archived":false,"fork":false,"pushed_at":"2017-10-26T06:47:25.000Z","size":662,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-13T12:14:00.295Z","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/muhiddingithub.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":"2017-10-26T06:28:29.000Z","updated_at":"2017-10-26T06:32:00.000Z","dependencies_parsed_at":"2022-08-23T13:51:00.032Z","dependency_job_id":null,"html_url":"https://github.com/muhiddingithub/yii2-meditor","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/muhiddingithub%2Fyii2-meditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhiddingithub%2Fyii2-meditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhiddingithub%2Fyii2-meditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhiddingithub%2Fyii2-meditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhiddingithub","download_url":"https://codeload.github.com/muhiddingithub/yii2-meditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254592394,"owners_count":22097013,"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-07T02:18:44.417Z","updated_at":"2025-05-16T19:10:38.690Z","avatar_url":"https://github.com/muhiddingithub.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yii2-meditor\nYii2 publish editor using froala jquery  \n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\nphp composer.phar require muhiddingithub/yii2-meditor \"dev-master\"\n```\n\nor add\n\n```\n\"muhiddingithub/yii2-meditor\": \"dev-master\"\n```\n\nto the require section of your `composer.json` file.\n\n[Jquery source](https://www.froala.com/wysiwyg-editor)\n\nUsage\n-----\nwith ActiveForm\n\n```\n$form-\u003efield($model, 'body')-\u003ewidget(\\muhiddin\\meditor\\FroalaEditor::className(), [\n        'options' =\u003e [\n            'height' =\u003e '400px',\n            'imageManagerPageSize' =\u003e 2\n        ]\n    ])\n```\nSimple Usage\n-----\n\n```\necho \\muhiddin\\meditor\\FroalaEditor::widget([\n        'name'=\u003e'name',\n        'value'=\u003e'',\n        'form'=\u003e$form,// if has $form ActiveForm, else not set\n        'model'=\u003e$model, // if has $model extend Model, else not set\n        'options' =\u003e [\n            'height' =\u003e '400px',\n            'imageManagerPageSize' =\u003e 2\n        ]\n    ])\n```\nconfig\n-----\n```\n'components' =\u003e [\n  ...\n    'modules'=\u003e[\n      ...\n      'meditor' =\u003e [\n            'class' =\u003e 'muhiddin\\meditor\\Module',\n        ]\n      ...\n    ]\n  ...\n  ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhiddingithub%2Fyii2-meditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhiddingithub%2Fyii2-meditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhiddingithub%2Fyii2-meditor/lists"}