PHPackages                             cruddy/ace - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. cruddy/ace

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

cruddy/ace
==========

An ACE editor for Cruddy.

v0.5.0(10y ago)0202JavaScriptPHP &gt;=5.5.9

Since Dec 22Pushed 10y ago1 watchersCompare

[ Source](https://github.com/cruddy/ace)[ Packagist](https://packagist.org/packages/cruddy/ace)[ RSS](/packages/cruddy-ace/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

[ACE](http://http://ace.c9.io) editor support for [Cruddy](http://github.com/lazychaser/cruddy) with special markdown editor.

Installation
------------

[](#installation)

```
composer require cruddy/ace:~0.5.*

```

Include a service provider:

```
'Kalnoy\Cruddy\Ace\AceServiceProvider',
```

Publish assets and config files:

```
php artisan vendor:publish --provider="Kalnoy\Cruddy\Ace\AceServiceProvider"

```

Usage
-----

[](#usage)

```
$schema->code('description')->mode('html');
```

Setting the height of the editor:

```
$schema->code('description')->height(300);
```

Toggling off wordwrap mode:

```
$schema->code('description')->wordwrap(false);
```

Markdown editor:

```
$schema->markdown('description');
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3798d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/13821b295894e4000b282ce9c82eb23d1e897cf787d2532a5295bd0d3df5a804?d=identicon)[lazychaser](/maintainers/lazychaser)

---

Top Contributors

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

---

Tags

markdownacecruddy

### Embed Badge

![Health badge](/badges/cruddy-ace/health.svg)

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

###  Alternatives

[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)[alfredo-ramos/parsedown-extra-laravel

A Parsedown Extra package for Laravel

30155.1k1](/packages/alfredo-ramos-parsedown-extra-laravel)[dmcbrn/laravel-email-database-log

A simple database logger for all outgoing emails sent by Laravel website - built from shvetsgroup/laravel-email-database-log.

1633.6k](/packages/dmcbrn-laravel-email-database-log)[grazulex/laravel-atlas

Laravel Atlas scans your Laravel project to generate a complete, structured map of its internal components — models, controllers, routes, jobs, observers, events, commands, and more — and exports visual or machine-readable representations in formats like Mermaid, Markdown, JSON, or PDF.

161.7k](/packages/grazulex-laravel-atlas)

PHPackages © 2026

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