PHPackages                             gtdxyz/suda - 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. gtdxyz/suda

ActiveLibrary

gtdxyz/suda
===========

suda system

11.0.6(1y ago)1021412MITJavaScriptPHP ^8.2CI failing

Since Apr 27Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/sudacollect/suda)[ Packagist](https://packagist.org/packages/gtdxyz/suda)[ Docs](https://github.com/sudacollect/suda.git)[ RSS](/packages/gtdxyz-suda/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (58)Used By (2)

ABOUT
=====

[](#about)

Laravel Suda - build mutiple extensions, private SaaS.

- [Official Website](https://panel.cc)
- [Documents](https://docs.panel.cc)
- [中文文档](https://docs.panel.cc)

[![Latest Stable Version](https://camo.githubusercontent.com/9ad2e9c3cf838a8d8c6dd384b53a4d11c3478655a4f75bd79adbf04bc52921ee/687474703a2f2f706f7365722e707567782e6f72672f67746478797a2f737564612f76)](https://packagist.org/packages/gtdxyz/suda)[![Total Downloads](https://camo.githubusercontent.com/c7b360f10075490afe54c8cb6b3295609c643fbb3e509efc261580f65383cec7/687474703a2f2f706f7365722e707567782e6f72672f67746478797a2f737564612f646f776e6c6f616473)](https://packagist.org/packages/gtdxyz/suda)[![Latest Unstable Version](https://camo.githubusercontent.com/ecc0ef107176ab4a20ccd092899b863312aaddebf612a9bd55f45cd53b04612a/687474703a2f2f706f7365722e707567782e6f72672f67746478797a2f737564612f762f756e737461626c65)](https://packagist.org/packages/gtdxyz/suda)[![PHP Version Require](https://camo.githubusercontent.com/9b9c94284799df4cdaf5d4d99524bd088c6a13f55a63d41b10a16f2f490f9735/687474703a2f2f706f7365722e707567782e6f72672f67746478797a2f737564612f726571756972652f706870)](https://packagist.org/packages/gtdxyz/suda)[![composer.lock](https://camo.githubusercontent.com/7d56c44fdcb6f188f031d805b2a6d16cb48b68754a6c6d5fb41d07e81c8c9bf1/687474703a2f2f706f7365722e707567782e6f72672f67746478797a2f737564612f636f6d706f7365726c6f636b)](https://packagist.org/packages/gtdxyz/suda)

Versions
--------

[](#versions)

LaravelSudaPHP11.x11.x(dev)8.2+10.x10.x(dev)8.1+9.x9.x8.0.2+8.x8.x8.0+7.x5.2.17.2~7.4Requirments
-----------

[](#requirments)

PHP &gt;= 8.2+

Install
-------

[](#install)

After initial Laravel project folder,

```
composer require gtdxyz/suda

```

```
php artisan suda:install
# auto install include migrations,assets,themes

```

```
# edit config/app.php
# Chinse
'locale' => 'zh_CN',
'timezone' => 'Asia/Shanghai',

# edit config/auth.php

'guards' => [
    'web' => [
        'driver' => 'session',
        'provider' => 'users',
    ],
	 // add operate
    'operate' => [
        'driver'    => 'session',
        'provider'  => 'operates',
    ],
],

'providers' => [
    'users' => [
        'driver' => 'eloquent',
        'model' => App\Models\User::class,
    ],

	 // add provider
    'operates' => [
        'driver' => 'authsuda_provider',
        'model' => Gtd\Suda\Models\Operate::class,
    ],

    // 'users' => [
    //     'driver' => 'database',
    //     'table' => 'users',
    // ],
],

```

Suda 11.x
---------

[](#suda-11x)

ListDefaultChangeDefault Login Path/adminchange config/sudaconf.phpLogin AccountPasswordsuda#2021Suda 10.x
---------

[](#suda-10x)

ListDefaultChangeDefault Login Path/adminchange config/sudaconf.phpLogin AccountPasswordsuda#2021Suda 9.x
--------

[](#suda-9x)

ListDefaultChangeDefault Login Path/adminchange config/sudaconf.phpLogin AccountPasswordsuda#2021

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance61

Regular maintenance activity

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 98.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 ~30 days

Recently: every ~132 days

Total

57

Last Release

136d ago

Major Versions

5.x-dev → 8.0.12022-01-19

8.0.3 → 9.0.02022-05-30

8.x-dev → 9.x-dev2023-03-23

9.0.8 → 10.0.02023-03-30

10.x-dev → 11.02024-05-18

PHP version history (5 changes)5.0PHP &gt;7.2

8.0.1PHP &gt;7.3

9.0.0PHP ^8.0.2

10.0.0PHP ^8.1

11.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/73b401ed3b172a96fdebb73a27104578a4df8e18120ec7f7d9167473b63764fb?d=identicon)[daocaoit](/maintainers/daocaoit)

---

Top Contributors

[![daocatt](https://avatars.githubusercontent.com/u/760268?v=4)](https://github.com/daocatt "daocatt (167 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (2 commits)")[![ainestbot](https://avatars.githubusercontent.com/u/131767353?v=4)](https://github.com/ainestbot "ainestbot (1 commits)")

---

Tags

laravelGTDsuda

### Embed Badge

![Health badge](/badges/gtdxyz-suda/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M73](/packages/unisharp-laravel-filemanager)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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