PHPackages                             hongyukeji/laravel-simditor - 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. hongyukeji/laravel-simditor

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

hongyukeji/laravel-simditor
===========================

laravel simditor editor

v1.1.2(6y ago)22.4k[1 issues](https://github.com/hongyukeji/laravel-simditor/issues)MITJavaScript

Since May 18Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

 laravel-simditor
==================

[](#-laravel-simditor-)

 laravel simditor editor.

Installing
----------

[](#installing)

```
$ composer require hongyukeji/laravel-simditor
```

```
$ php artisan vendor:publish --provider="Hongyukeji\LaravelSimditor\SimditorServiceProvider"
```

Usage
-----

[](#usage)

- in your block just put

```
@include('Simditor::assets')

```

```

    这里写你的初始化内容

    $(document).ready(function() {
        var editor = new Simditor({
            textarea: $('#editor'),
            upload: {
                url: '上传图片地址',
                params: {
                    _token: 'Csrf Token'
                },
                fileKey: 'upload_file',
                connectionCount: 3,
                leaveConfirm: '文件上传中，关闭此页面将取消上传。'
            },
            pasteImage: true,
        });
    });

    这里写你的初始化内容

    $(document).ready(function() {
      var editor = new Simditor({
        textarea: $('#editor'),
      });
    });

```

- Simditor官方文档:
- 服务器后端返回json格式

```
echo json_encode([
    'success' => true,
    'msg' => '图片上传错误信息',
    'file_path' => '/upload/2018_10_11/1.jpg'
]);
```

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

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/hongyukeji/laravel-simditor/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/hongyukeji/laravel-simditor/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity62

Established project with proven stability

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 ~41 days

Total

4

Last Release

2428d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/484917e0c99c9779961352578c18bae13504567d6ec43cc3c594b3e447aad436?d=identicon)[hongyukeji](/maintainers/hongyukeji)

### Embed Badge

![Health badge](/badges/hongyukeji-laravel-simditor/health.svg)

```
[![Health](https://phpackages.com/badges/hongyukeji-laravel-simditor/health.svg)](https://phpackages.com/packages/hongyukeji-laravel-simditor)
```

###  Alternatives

[jolicode/ffi-uuid

Bind libuuid to PHP thanks to FFI

40127.3k](/packages/jolicode-ffi-uuid)[aloko/nova-persian-datepicker

Persian Datepicker for Laravel Nova.

203.5k](/packages/aloko-nova-persian-datepicker)[sdkconsultoria/base

Funciones basicas y auxiliares, para generar una página web rápidamente

161.3k](/packages/sdkconsultoria-base)

PHPackages © 2026

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