PHPackages                             schoolspider/spider-editor - 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. schoolspider/spider-editor

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

schoolspider/spider-editor
==========================

a package that parses json from the spider drag and drop builder

0.0.11(2y ago)0132[2 PRs](https://github.com/schoolspider/spider-editor/pulls)MITPHPPHP ^8.1

Since Feb 27Pushed 1y ago1 watchersCompare

[ Source](https://github.com/schoolspider/spider-editor)[ Packagist](https://packagist.org/packages/schoolspider/spider-editor)[ Docs](https://github.com/schoolspider/spider-editor)[ GitHub Sponsors](https://github.com/schoolspider)[ RSS](/packages/schoolspider-spider-editor/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (8)Dependencies (4)Versions (11)Used By (0)

a package that parses json from the spider drag and drop builder
================================================================

[](#a-package-that-parses-json-from-the-spider-drag-and-drop-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cb66290ca40edada11041780a9b13e3d2da995aca3eea26a18235fa8c0e18a22/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7363686f6f6c7370696465722f7370696465722d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/schoolspider/spider-editor)[![Tests](https://camo.githubusercontent.com/e8c1faadac59f102981efeadd53b847cb3f1f41154a5037ae1ee6899a72a1b67/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7363686f6f6c7370696465722f7370696465722d656469746f722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/schoolspider/spider-editor/actions/workflows/run-tests.yml)[![Total Downloads](https://camo.githubusercontent.com/cd8141eaed1fe9347e1a23c7ab424121009977714af734afb49a4173698ae6ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7363686f6f6c7370696465722f7370696465722d656469746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/schoolspider/spider-editor)

This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/9c57951f3a9905de2c66cf441df54952a9ac20644e4f973e7cdad29afaa4e9bc/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f7370696465722d656469746f722e6a70673f743d31)](https://spatie.be/github-ad-click/spider-editor)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require schoolspider/spider-editor
```

Usage
-----

[](#usage)

```
$editor = new SchoolSpider\SpiderEditor\Editor();
$editor->setContent([
    [
        'type' => 'heading',
        'level' => 1,
        'content' => 'This is my heading',
    ],
    [
        'type' => 'content',
        'content' => 'This is my content',
    ],
]);

$html = $editor->toHTML();
// This is my headingThis is my content
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Simon Morris](https://github.com/schoolspider)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.2% 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 ~10 days

Total

8

Last Release

771d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec1c79ed1ba8cfd805b5b5490ef2224cc810b6dd7c551502049c77b77253080f?d=identicon)[schoolspider](/maintainers/schoolspider)

---

Top Contributors

[![schoolspider-simon](https://avatars.githubusercontent.com/u/179930848?v=4)](https://github.com/schoolspider-simon "schoolspider-simon (16 commits)")[![smorris1709](https://avatars.githubusercontent.com/u/11929317?v=4)](https://github.com/smorris1709 "smorris1709 (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

schoolspiderspider-editor

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/schoolspider-spider-editor/health.svg)

```
[![Health](https://phpackages.com/badges/schoolspider-spider-editor/health.svg)](https://phpackages.com/packages/schoolspider-spider-editor)
```

PHPackages © 2026

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