PHPackages                             packettide/bree-wysiwyg - 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. packettide/bree-wysiwyg

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

packettide/bree-wysiwyg
=======================

A WYSIWYG field package for Bree

1174JavaScript

Since Jan 31Pushed 12y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

\#Wysiwyg

Wysiwyg is a field package for [Bree](https://github.com/packettide/bree) which provides an advanced fieldset implementation utilizing [CKEditor](http://ckeditor.com).

\##Installation

1. Install with composer by adding this line to your 'require' block:`"packettide/bree-wysiwyg": "@dev"`
2. Run `composer update`
3. In Laravel4 add `'Packettide\BreeWysiwyg\BreeWysiwygServiceProvider',` to the providers array in app/config/app.php
4. Publish the package assets: `php artisan bree:assets`

\##Usage

```
$book = new Bree('Book', array(
		'description'  => array('type' => 'Wysiwyg')
	));

$book->find(1);
echo $book;

```

For more examples on how to setup fieldtypes for a model refer to the [Bree documentation](https://github.com/packettide/bree/blob/master/readme.md)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/563996?v=4)[Bryan Nielsen](/maintainers/bryannielsen)[@bryannielsen](https://github.com/bryannielsen)

---

Top Contributors

[![bryannielsen](https://avatars.githubusercontent.com/u/563996?v=4)](https://github.com/bryannielsen "bryannielsen (8 commits)")[![SegFaultx64](https://avatars.githubusercontent.com/u/3113549?v=4)](https://github.com/SegFaultx64 "SegFaultx64 (2 commits)")

### Embed Badge

![Health badge](/badges/packettide-bree-wysiwyg/health.svg)

```
[![Health](https://phpackages.com/badges/packettide-bree-wysiwyg/health.svg)](https://phpackages.com/packages/packettide-bree-wysiwyg)
```

###  Alternatives

[classiebit/addchat-laravel

Live chat widget for Laravel that also includes multi-user chat, group permissions, customer support chat &amp; more.

13912.0k](/packages/classiebit-addchat-laravel)

PHPackages © 2026

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