PHPackages                             mashmars/froalaeditor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mashmars/froalaeditor

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

mashmars/froalaeditor
=====================

一个froalaeditor2.8.1破解版的bundle

v1.2(6y ago)29MITJavaScript

Since Jun 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/mashmars/froalaeditor)[ Packagist](https://packagist.org/packages/mashmars/froalaeditor)[ RSS](/packages/mashmars-froalaeditor/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

### floalaeditor2.8.1破解bundle

[](#floalaeditor281破解bundle)

```
composer require mashmars/froalaeditor

```

### symfony4 配置如下

[](#symfony4-配置如下)

```
# config/bundles.php
Mashmars\FroalaeditorBundle\FroalaeditorBundle::class => ['all' => true],
# 添加静态文件
php bin/console assets:install

```

#### 新增配置froalaeditor.yaml

[](#新增配置froalaeditoryaml)

```
# config/packages/froalaeditor.yaml

froalaeditor:
  upload_directory:
    image_directory: ./upload/images  # 图片上传目录 以及 图片检索目录
    video_directory: ./upload/videos  # 视频上传目录
    file_directory: ./upload/files    # 文件上传目录

```

#### 修改twig.yaml配置

[](#修改twigyaml配置)

```
# config/packages/twig.yaml 新增字段模板
form_themes:
    - '@Froalaeditor/Form/froalaeditor_type.twig'

```

#### 引入FroalaeditorBundle路由

[](#引入froalaeditorbundle路由)

```
# config/routes.yaml 新增
froalaeditor:
  resource: '@FroalaeditorBundle/Resources/config/route.yaml'
  prefix: /

```

#### formType使用

[](#formtype使用)

```
use Mashmars\FroalaeditorBundle\Form\FroalaeditorType;
$builder->add('content', FroalaeditorType::class)

```

\####效果 [![效果图](/xiaoguo.png)](/xiaoguo.png)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

2522d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c1d198782b6f823fb1c610dc46c98b80767acae53058df72bba592d1c7390fb?d=identicon)[mashmars](/maintainers/mashmars)

---

Top Contributors

[![mashmars](https://avatars.githubusercontent.com/u/23092654?v=4)](https://github.com/mashmars "mashmars (9 commits)")

---

Tags

editorfroalaeditormashmars

### Embed Badge

![Health badge](/badges/mashmars-froalaeditor/health.svg)

```
[![Health](https://phpackages.com/badges/mashmars-froalaeditor/health.svg)](https://phpackages.com/packages/mashmars-froalaeditor)
```

###  Alternatives

[froala/wysiwyg-editor

A beautiful jQuery WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.

5.4k306.9k3](/packages/froala-wysiwyg-editor)[ckeditor/ckeditor

JavaScript WYSIWYG web text editor.

5234.2M76](/packages/ckeditor-ckeditor)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[unisharp/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

377762.3k5](/packages/unisharp-laravel-ckeditor)[yajra/laravel-datatables-editor

Laravel DataTables Editor plugin for Laravel 5.5+.

1186.1M2](/packages/yajra-laravel-datatables-editor)[h5p/h5p-editor

H5P Editor functionality in PHP

761.5M29](/packages/h5p-h5p-editor)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
