PHPackages                             mquery/sinmore - 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. mquery/sinmore

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

mquery/sinmore
==============

An SDK for quick start projects

0.0.9(7y ago)095MITPHP

Since Dec 19Pushed 7y agoCompare

[ Source](https://github.com/Guo-jian/sinmore)[ Packagist](https://packagist.org/packages/mquery/sinmore)[ RSS](/packages/mquery-sinmore/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (4)Versions (10)Used By (0)

 sinmore
=========

[](#-sinmore-)

 Company of sinmore quickly starts the project SDK.

Introduction
------------

[](#introduction)

1. 引用了无数个overtrue大神的包,感谢大神
2. 代码质量极其低下,还请各位大神多指导,批评

Installing
----------

[](#installing)

```
$ composer require mquery/sinmore:dev-master -vvv
```

Usage
-----

[](#usage)

$ php artisan vendor:publish --provider="Mquery\\Sinmore\\GenerateServiceProvider"

配置好.env文件

$ php artisan migrate

$ composer dump-autoload

$ php artisan db:seed

需要富文本的话

$ php artisan vendor:publish --provider='Overtrue\\LaravelUEditor\\UEditorServiceProvider'

config\\filesystems.php文件添加

```
'ueditor' => [
            'driver' => 'local',
            'root' => storage_path('app/public'),
            'url' => '/storage',
            'visibility' => 'public',
        ],
```

config\\ueditor.php文件修改

```
'disk' => 'ueditor',
```

License
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Every ~15 days

Recently: every ~6 days

Total

9

Last Release

2583d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5382b35c95ac12ac1660f339048a96f64ce0aa03e276143e0e572f365999fc38?d=identicon)[Guo-jian](/maintainers/Guo-jian)

---

Top Contributors

[![Guo-jian](https://avatars.githubusercontent.com/u/26914532?v=4)](https://github.com/Guo-jian "Guo-jian (19 commits)")

### Embed Badge

![Health badge](/badges/mquery-sinmore/health.svg)

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

PHPackages © 2026

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