Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/froala/wysiwyg-editor-php-sdk
PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.
https://github.com/froala/wysiwyg-editor-php-sdk
froala-editor rich-text-editor wysiwyg wysiwyg-editor wysiwyg-html-editor wysiwyg-php
Last synced: 4 days ago
JSON representation
PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.
- Host: GitHub
- URL: https://github.com/froala/wysiwyg-editor-php-sdk
- Owner: froala
- License: mit
- Created: 2016-07-14T15:57:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T09:13:22.000Z (about 2 months ago)
- Last Synced: 2024-12-23T05:04:41.927Z (11 days ago)
- Topics: froala-editor, rich-text-editor, wysiwyg, wysiwyg-editor, wysiwyg-html-editor, wysiwyg-php
- Language: PHP
- Homepage: https://www.froala.com/wysiwyg-editor
- Size: 85 KB
- Stars: 42
- Watchers: 9
- Forks: 26
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Froala WYSIWYG Editor PHP SDK
[![Packagist](https://img.shields.io/packagist/v/froala/wysiwyg-editor-php-sdk.svg)](https://packagist.org/packages/froala/wysiwyg-editor-php-sdk)
[![Packagist](https://img.shields.io/packagist/dt/froala/wysiwyg-editor-php-sdk.svg)](https://packagist.org/packages/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
## 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).