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.

yii2-simple-auth v1.0.0

Today I released new extension for Yii 2yii2-simple-auth. It provides components for easy authenticate and validate the HTTP request. Each request gets its own unique token with the expiration time, so no passwords or keys are sent with the request – it should be safer than basic access authentication when you don’t use https. Read README on GitHub to get more info.

In addition I create simple helper for official HTTP client for Yii 2 – yii2-simple-auth-yii-authenticator.  It simplify authenticating requests generated by official yii2-httpclient.

Both extensions are already used for some time on Salenauts and Łowcy Gier to authenticate communication with internal API, so you can consider it as tested and stable :).