froala / wysiwyg-editor-php-sdk

PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.

Home Page:https://www.froala.com/wysiwyg-editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Froala WYSIWYG Editor PHP SDK

Packagist Packagist

Easing the Froala WYSIWYG HTML Editor server side integration in PHP projects.

Dependencies

PHP version >= 5.4.0 is required.

The following PHP extensions are required:

  • fileinfo
  • imagick

Setup Instructions

  1. Install composer within the example directory. You can find instructions on how to install composer on composer’s website (https://getcomposer.org/download/)

  2. Add Froala WYSIWYG Editor PHP SDK in your compose.json file

     {
       "require" : {
         "froala/wysiwyg-editor-php-sdk" : ""
       }
     }
    
  3. Run composer:

     php composer.phar install
    

Or if you installed composer globally:

    composer install

Documentation

Help

License

The Froala WYSIWYG Editor PHP SDK is licensed under MIT license. However, in order to use Froala WYSIWYG HTML Editor plugin you should purchase a license for it.

Froala Editor has 3 different licenses for commercial use. For details please see License Agreement.

About

PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.

https://www.froala.com/wysiwyg-editor

License:MIT License


Languages

Language:PHP 100.0%