- Getting Started
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
PHP SDK Froala 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.
Additional Resources
- Building a Support System Using Laravel PHP Framework and Froala HTML Editor Software – Part 1
- Building a Support System Using Laravel PHP Framework and Froala HTML Editor Software – Part 2
- Building a Support System Using Laravel PHP Framework and Froala HTML Editor Software – Part 3
- How To Use WYSIWYG Editor In PHP