Example for using the Froala Editor PHP SDK
Easing the Froala WYSIWYG HTML Editor server side integration in PHP projects.
PHP version >= 5.4.0 is required.
The following PHP extensions are required:
Add Froala WYSIWYG Editor PHP SDK in your compose.json file
{
"require" : {
"froala/wysiwyg-editor-php-sdk" : ""
}
}
Run composer:
php composer.phar install
Or if you installed composer globally:
composer install 4. Before running the application, create 'uploads' folder at wamp www root directory
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.