Skip to content

PHP SDK Froala WYSIWYG Editor

Download

Get Froala rich text editor running with our PHP SDK library by hitting the download link below.

Dowload PHP SDK

Or Use Composer

Composer is a package manager for PHP. In the composer.json file in your project add the Froala WYSIWYG Editor PHP SDK:

{
  "require" : {
    "froala/wysiwyg-editor-php-sdk" : ""
  }
}

And then run:

php composer.phar install

Import the SDK in your app

require 'PATH_TO_FROALA_SDK/lib/froala_editor.php';

Note: For image upload, please make sure your server has the FileInFo extension enabled.

File: 2113