yii-tinymce – the WYSIWYG editor for Yii

I recently released a new extension for Yii 1.1: yii-tinymce. It is a simple widget that integrates TinyMCE editor with Yii 1.1 with the possibility to integrate with the file manager (for example, by using yii-elfinder2 extension). The extension is based on yii-tinymce with a much-simplified code, integration with Composer and configuration adjusted to new TinyMCE releases.

Version 1.0.0 can be downloaded from GitHub or installed by Composer.

yii-elfinder2 – file manager for Yii

For one of my projects written in Yii I needed a plugin that would allow manage and upload file to the server. None of the existing plug-ins was not good enought, so I decided to write my own. In fact, it’s just a modified version of another plugin with the updated elFinder and several amendments to make it all work. Still, I think it is quite useful and allow to easily integrate elFinder with own project in Yii. Its development can be followed on Github, where you can also report any bugs.