https://github.com/froala/editor-php-sdk-example
Example for using the Froala Editor PHP SDK
https://github.com/froala/editor-php-sdk-example
Last synced: 4 months ago
JSON representation
Example for using the Froala Editor PHP SDK
- Host: GitHub
- URL: https://github.com/froala/editor-php-sdk-example
- Owner: froala
- Created: 2016-10-24T12:04:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T09:53:31.000Z (5 months ago)
- Last Synced: 2026-01-17T04:48:11.918Z (5 months ago)
- Language: PHP
- Size: 2.6 MB
- Stars: 12
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example for using Froala WYSIWYG Editor PHP SDK
Easing the [Froala WYSIWYG HTML Editor](https://github.com/froala/wysiwyg-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
4. Before running the application, create 'uploads' folder at wamp www root directory
## Documentation
* [Official documentation](https://www.froala.com/wysiwyg-editor/docs/sdks/php)
## Help
- Found a bug or have some suggestions? Just submit an issue.
- Having trouble with your integration? [Contact Froala Support team](http://froala.dev/wysiwyg-editor/contact).
## 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](http://froala.com/wysiwyg-editor/pricing) for commercial use.
For details please see [License Agreement](http://froala.com/wysiwyg-editor/terms).