All Projects → froala → wysiwyg-editor-php-sdk

froala / wysiwyg-editor-php-sdk

Licence: MIT license
PHP SDK to ease the integration of Froala WYSIWYG Editor on server side.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to wysiwyg-editor-php-sdk

wysiwyg-editor-dotnet-sdk
.NET SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 23 (-37.84%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor, froala-editor
wysiwyg-editor-python-sdk
Python SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 20 (-45.95%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor, froala-editor
wysiwyg-editor-node-sdk
Node.JS SDK to ease the integration of Froala WYSIWYG Editor on server side.
Stars: ✭ 25 (-32.43%)
Mutual labels:  wysiwyg, wysiwyg-editor, wysiwyg-html-editor, froala-editor
textbus
Textbus 是一个组件化的、数据驱动的富文本框架,支持在线协同编辑,同时也可以作为一个开箱即用的富文本编辑器,拥有非常好的扩展性和可定制性,是构建复杂富文本的不二之选!
Stars: ✭ 642 (+1635.14%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor
wordpress-froala-wysiwyg
Wordpress plugin for Froala WYSIWYG HTML Editor.
Stars: ✭ 38 (+2.7%)
Mutual labels:  rich-text-editor, wysiwyg-editor, wysiwyg-html-editor, froala-editor
Wysiwyg Editor
The next generation Javascript WYSIWYG HTML Editor.
Stars: ✭ 4,756 (+12754.05%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor, wysiwyg-html-editor
ngx-wall
Helps build content editor for note-taking application
Stars: ✭ 78 (+110.81%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (+2554.05%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Canner Slate Editor
📝Rich Text / WYSIWYG Editor built for Modularity and Extensibility.
Stars: ✭ 1,071 (+2794.59%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Awesome Wysiwyg
A curated list of awesome WYSIWYG editors.
Stars: ✭ 1,801 (+4767.57%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Simditor
An Easy and Fast WYSIWYG Editor
Stars: ✭ 4,926 (+13213.51%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Tinymce
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
Stars: ✭ 10,179 (+27410.81%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-html-editor
Pell
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Stars: ✭ 11,653 (+31394.59%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Jodit
Jodit - Best WYSIWYG Editor for You
Stars: ✭ 947 (+2459.46%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Angular Froala Wysiwyg
Angular 4, 5, 6, 7, 8 and 9 plugin for Froala WYSIWYG HTML Rich Text Editor.
Stars: ✭ 696 (+1781.08%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
am-editor
A rich text collaborative editor framework that can use React and Vue custom plug-ins. 一个富文本实时协同编辑器框架,可以使用React和Vue自定义插件。
Stars: ✭ 542 (+1364.86%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Ng Quill
AngularJS Component for Quill rich text editor
Stars: ✭ 223 (+502.7%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Textbus
基于组件 + 数据驱动的现代富文本编辑器
Stars: ✭ 242 (+554.05%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
cazary
jQuery plugin of WYSIWYG editor that aims for fast, lightweight, stylish, customizable, cross-browser, and multi-language.
Stars: ✭ 12 (-67.57%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor
Wysiwyg.js
wysiwyg contenteditable editor (minified+compression: 6kb)
Stars: ✭ 520 (+1305.41%)
Mutual labels:  wysiwyg, rich-text-editor, wysiwyg-editor

Froala WYSIWYG Editor PHP SDK

Packagist Packagist

Easing the Froala WYSIWYG HTML 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

Help

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 for commercial use. For details please see License Agreement.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].