{"id":19553918,"url":"https://github.com/developeruz/yii2-tinymce-widget","last_synced_at":"2026-05-17T06:31:42.635Z","repository":{"id":24408576,"uuid":"27809191","full_name":"developeruz/yii2-tinymce-widget","owner":"developeruz","description":null,"archived":false,"fork":false,"pushed_at":"2014-12-10T08:46:29.000Z","size":132,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T16:44:55.835Z","etag":null,"topics":["widget","yii2"],"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/developeruz.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-12-10T08:18:39.000Z","updated_at":"2016-12-30T16:03:59.000Z","dependencies_parsed_at":"2022-08-22T23:40:19.404Z","dependency_job_id":null,"html_url":"https://github.com/developeruz/yii2-tinymce-widget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developeruz/yii2-tinymce-widget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Fyii2-tinymce-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Fyii2-tinymce-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Fyii2-tinymce-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Fyii2-tinymce-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developeruz","download_url":"https://codeload.github.com/developeruz/yii2-tinymce-widget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developeruz%2Fyii2-tinymce-widget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33129247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["widget","yii2"],"created_at":"2024-11-11T04:25:15.122Z","updated_at":"2026-05-17T06:31:42.616Z","avatar_url":"https://github.com/developeruz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"InputWidget для текстовых полей на основе tinyMce\n===================\nУстановка:\n```bash\n$ php composer.phar require developeruz/yii2-tinymce-widget \"*\"\n```\n###Простое использование###\n```php\nuse developeruz\\tinyMce\\TinyMce;\n\n    echo TinyMce::widget( [\n            'name' =\u003e 'content',\n            'options' =\u003e ['rows' =\u003e 6], // параметры передаваемые в Html::textarea\n            'clientOptions' =\u003e [        // параметры передаваемые в tinymce.init()\n                'language' =\u003e 'ru',\n            ],\n        ]);\n    ?\u003e\n```\n\n###Использование c ActiveForm###\n```php\nuse developeruz\\tinyMce\\TinyMce;\n\n    echo $form-\u003efield($model, 'content')-\u003ewidget(TinyMce::className(), [\n        'options' =\u003e ['rows' =\u003e 6], // параметры передаваемые в Html::textarea\n        'clientOptions' =\u003e [        // параметры передаваемые в tinymce.init()\n            'language' =\u003e 'ru',\n        ],\n    ]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperuz%2Fyii2-tinymce-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperuz%2Fyii2-tinymce-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperuz%2Fyii2-tinymce-widget/lists"}