It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
- Back to Docs
- Install and Configure
- Image
- Server Upload
- Server Delete
- S3 Upload
- Resize
- Validation
- Image Manager
- Simple Server
- File
- Server Upload
- Server Delete
- S3 Upload
- Validation
- References
- Image
- File
- S3
PHP SDK Froala WYSIWYG Editor
Download
Get Froala rich text editor running with our PHP SDK library by hitting the download link below.
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.