PHPackages                             orbitali/core - 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. [Framework](/categories/framework)
4. /
5. orbitali/core

ActiveLibrary[Framework](/categories/framework)

orbitali/core
=============

Open Source Moduler CMS Project

0116[1 PRs](https://github.com/Orbitali/Core/pulls)PHPCI failing

Since Oct 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Orbitali/Core)[ Packagist](https://packagist.org/packages/orbitali/core)[ RSS](/packages/orbitali-core/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Core
====

[](#core)

[![Codacy Badge](https://camo.githubusercontent.com/c65ebf20aae2b476ac5f8e77ac62496f4ffb7ddaf03593070c638978cd47a565/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3562663835323338313263633437646661656463666339323232396331613034)](https://www.codacy.com/gh/Orbitali/Core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Orbitali/Core&utm_campaign=Badge_Grade)[![Quality Gate Status](https://camo.githubusercontent.com/4d2c5b9df6568c09097c5797e916345a188db1e71d32018636a13df53f254b0a/68747470733a2f2f736f6e6172636c6f75642e696f2f6170692f70726f6a6563745f6261646765732f6d6561737572653f70726f6a6563743d4f72626974616c695f436f7265266d65747269633d616c6572745f737461747573)](https://sonarcloud.io/dashboard?id=Orbitali_Core)

Test structure data```
[
    {
        ":tag": "div",
        ":salt": true,
        ":title": "Status",
        "class": "form-group",
        ":children": [
            {
                ":tag": "label",
                "class": "d-block",
                ":content": "Status"
            },
            {
                ":tag": "div",
                "class": "custom-control custom-control-inline custom-radio custom-control-success",
                ":children": [
                    {
                        ":tag": "input",
                        "type": "radio",
                        "id": "active",
                        "name": "status",
                        ":value": "1",
                        "class": "custom-control-input"
                    },
                    {
                        ":tag": "label",
                        "for": "active",
                        ":content": "Active",
                        "class": "custom-control-label"
                    }
                ]
            },
            {
                ":tag": "div",
                "class": "custom-control custom-control-inline custom-radio custom-control-danger",
                ":children": [
                    {
                        ":tag": "input",
                        "type": "radio",
                        "id": "passive",
                        "name": "status",
                        ":value": "0",
                        "class": "custom-control-input"
                    },
                    {
                        ":tag": "label",
                        "for": "passive",
                        ":content": "Passive",
                        "class": "custom-control-label"
                    }
                ]
            },
            {
                ":tag": "div",
                "class": "custom-control custom-control-inline custom-radio custom-control-dark",
                ":children": [
                    {
                        ":tag": "input",
                        "type": "radio",
                        "id": "draft",
                        "name": "status",
                        ":value": "2",
                        "class": "custom-control-input"
                    },
                    {
                        ":tag": "label",
                        "for": "draft",
                        ":content": "Draft",
                        "class": "custom-control-label"
                    }
                ]
            }
        ]
    },
    {
        ":tag": "div",
        ":salt": true,
        ":title": "Order",
        "class": "form-group",
        ":children": [
            {
                ":tag": "label",
                "for": "order",
                ":content": "Order"
            },
            {
                ":tag": "input",
                "type": "number",
                "name": "order",
                "class": "form-control",
                ":rules": ["required", "numeric"]
            }
        ]
    },
    {
        ":tag": "div",
        "class": "js-wizard-simple block block block-rounded block-bordered",
        ":content": "",
        ":children": [
            {
                ":tag": "ul",
                "class": "nav nav-tabs nav-tabs-alt nav-justified",
                "role": "tablist",
                ":content": "",
                ":children": [
                    {
                        ":tag": "li",
                        "class": "nav-item",
                        ":content": "",
                        ":children": [
                            {
                                ":tag": "a",
                                "class": "nav-link active show",
                                "href": "#wizard-simple2-step1",
                                "data-toggle": "tab",
                                ":content": "1. Personal"
                            }
                        ]
                    },
                    {
                        ":tag": "li",
                        "class": "nav-item",
                        ":content": "",
                        ":children": [
                            {
                                ":tag": "a",
                                "class": "nav-link",
                                "href": "#wizard-simple2-step2",
                                "data-toggle": "tab",
                                ":content": "2. Details"
                            }
                        ]
                    },
                    {
                        ":tag": "li",
                        "class": "nav-item",
                        ":content": "",
                        ":children": [
                            {
                                ":tag": "a",
                                "class": "nav-link",
                                "href": "#wizard-simple2-step3",
                                "data-toggle": "tab",
                                ":content": "3. Extra"
                            }
                        ]
                    }
                ]
            },
            {
                ":tag": "div",
                "class": "block-content block-content-full tab-content",
                "style": "min-height: 290px;",
                ":content": "",
                ":children": [
                    {
                        ":tag": "div",
                        "class": "tab-pane active show",
                        "id": "wizard-simple2-step1",
                        "role": "tabpanel",
                        ":content": "",
                        ":children": [
                            {
                                ":tag": "div",
                                "class": "form-group",
                                ":content": "",
                                ":children": [
                                    {
                                        ":tag": "label",
                                        "for": "wizard-simple2-firstname",
                                        ":content": "First Name"
                                    },
                                    {
                                        ":tag": "input",
                                        "class": "form-control form-control-alt",
                                        "type": "text",
                                        "id": "wizard-simple2-firstname",
                                        "name": "firstname"
                                    }
                                ]
                            },
                            {
                                ":tag": "div",
                                "class": "form-group",
                                ":content": "",
                                ":children": [
                                    {
                                        ":tag": "label",
                                        "for": "wizard-simple2-lastname",
                                        ":content": "Last Name"
                                    },
                                    {
                                        ":tag": "input",
                                        "class": "form-control form-control-alt",
                                        "type": "text",
                                        "id": "wizard-simple2-lastname",
                                        "name": "lastname"
                                    }
                                ]
                            },
                            {
                                ":tag": "div",
                                "class": "form-group",
                                ":content": "",
                                ":children": [
                                    {
                                        ":tag": "label",
                                        "for": "wizard-simple2-email",
                                        ":content": "Email"
                                    },
                                    {
                                        ":tag": "input",
                                        "class": "form-control form-control-alt",
                                        "type": "email",
                                        "id": "wizard-simple2-email",
                                        "name": "email"
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        ":tag": "div",
                        "class": "tab-pane",
                        "id": "wizard-simple2-step2",
                        "role": "tabpanel",
                        ":content": "",
                        ":children": [
                            {
                                ":tag": "div",
                                "class": "form-group",
                                ":content": "",
                                ":children": [
                                    {
                                        ":tag": "label",
                                        "for": "wizard-simple2-bio",
                                        ":content": "Bio"
                                    },
                                    {
                                        ":tag": "textarea",
                                        "class": "form-control form-control-alt",
                                        "id": "wizard-simple2-bio",
                                        "name": "bio",
                                        "rows": "7",
                                        ":rules": ["required", "min:10"]
                                    }
                                ]
                            }
                        ]
                    },
                    {
                        ":tag": "div",
                        "class": "tab-pane",
                        "id": "wizard-simple2-step3",
                        "role": "tabpanel",
                        ":content": "",
                        ":children": [
                            {
                                ":tag": "div",
                                "class": "form-group",
                                ":content": "",
                                ":children": [
                                    {
                                        ":tag": "label",
                                        "for": "wizard-simple2-location",
                                        ":content": "Location"
                                    },
                                    {
                                        ":tag": "input",
                                        "class": "form-control form-control-alt",
                                        "type": "text",
                                        "id": "wizard-simple2-location",
                                        "name": "location"
                                    }
                                ]
                            },
                            {
                                ":tag": "div",
                                "class": "form-group",
                                ":content": "",
                                ":children": [
                                    {
                                        ":tag": "label",
                                        "for": "wizard-simple2-skills",
                                        ":content": "Skills"
                                    },
                                    {
                                        ":tag": "select",
                                        "class": "form-control form-control-alt",
                                        "id": "wizard-simple2-skills",
                                        "name": "skills",
                                        ":content": "",
                                        ":children": [
                                            {
                                                ":tag": "option",
                                                "value": "",
                                                ":content": "Please select your best skill"
                                            },
                                            {
                                                ":tag": "option",
                                                "value": "1",
                                                ":value": "1",
                                                ":content": "Photoshop"
                                            },
                                            {
                                                ":tag": "option",
                                                "value": "2",
                                                ":value": "2",
                                                ":content": "HTML"
                                            },
                                            {
                                                ":tag": "option",
                                                "value": "3",
                                                ":value": "3",
                                                ":content": "CSS"
                                            },
                                            {
                                                ":tag": "option",
                                                "value": "4",
                                                ":value": "4",
                                                ":content": "JavaScript"
                                            }
                                        ]
                                    }
                                ]
                            },
                            {
                                ":tag": "div",
                                "class": "form-group",
                                ":content": "",
                                ":children": [
                                    {
                                        ":tag": "div",
                                        "class": "custom-control custom-checkbox custom-control-primary",
                                        ":content": "",
                                        ":children": [
                                            {
                                                ":tag": "input",
                                                "type": "checkbox",
                                                "class": "custom-control-input",
                                                "id": "wizard-simple2-terms",
                                                "name": "terms",
                                                ":value": "on",
                                                ":rules": ["checkbox"]
                                            },
                                            {
                                                ":tag": "label",
                                                "class": "custom-control-label",
                                                "for": "wizard-simple2-terms",
                                                ":content": "Agree with the terms"
                                            }
                                        ]
                                    }
                                ]
                            }
                        ]
                    }
                ]
            }
        ]
    }
]
```

Demo Func```
function bodyParser(d, i, p, r = []) {
    for (i = 0; i  (p[t.name] = t.value));
        if (d[i].value) p[":value"] = d[i].value;
        if (d[i].firstChild && d[i].firstChild.nodeType == 3)
            p[":content"] = d[i].firstChild.nodeValue.trim();
        if ((c = bodyParser(d[i].children)).length) p[":children"] = c;
        r.push(p);
    }
    return r;
}
```

Rols Func```php /\* use Illuminate\\Support\\Str; use Illuminate\\Support\\Arr; use Illuminate\\Support\\Facades\\Artisan; Artisan::call("route:list", \["--json" =&gt; true\]); $routes = json\_decode(Artisan::output(), true); $routes = collect($routes) -&gt;pluck("middleware", "name") -&gt;map(function ($m) { $mArr = Str::of($m) -&gt;explode("\\n") -&gt;filter(function ($s) { return Str::startsWith( $s, "Illuminate\\Auth\\Middleware\\Authorize:" ); }) -&gt;map(function ($s) { return Str::after( $s, "Illuminate\\Auth\\Middleware\\Authorize:" ); }); return $mArr; }) -&gt;filter(function ($s) { return $s-&gt;count() &gt; 0; }); dd($routes); \*/ ``` Search view query```sql SELECT 'website\_detail' AS model\_type, wd.id AS model\_id, wd.name AS `name`, we. `key` AS `key`, we. `value` AS `value`, wde. `key` AS detail\_key, wde. `value` AS detail\_value, wd.`language` as `language`, u.website\_id AS website\_id, u.url AS url FROM websites AS w LEFT JOIN website\_extras AS we ON we.website\_id = w.id LEFT JOIN website\_details AS wd ON wd.website\_id = w.id LEFT JOIN website\_detail\_extras AS wde ON wde.website\_detail\_id = wd.id LEFT JOIN urls AS u ON u.model\_id = wd.id AND u.model\_type = 'website\_detail' UNION SELECT 'node\_details' AS model\_type, nd.id AS model\_id, nd.name AS `name`, ne. `key` AS `key`, ne. `value` AS `value`, nde. `key` AS detail\_key, nde. `value` AS detail\_value, nd.`language` as `language`, u.website\_id AS website\_id, u.url AS url FROM nodes AS n LEFT JOIN node\_extras AS ne ON ne.node\_id = n.id LEFT JOIN node\_details AS nd ON nd.node\_id = n.id LEFT JOIN node\_detail\_extras AS nde ON nde.node\_detail\_id = nd.id LEFT JOIN urls AS u ON u.model\_id = nd.id AND u.model\_type = 'node\_details' UNION SELECT 'page\_details' AS model\_type, pd.id AS model\_id, pd.name AS `name`, pe. `key` AS `key`, pe. `value` AS `value`, pde. `key` AS detail\_key, pde. `value` AS detail\_value, pd.`language` as `language`, u.website\_id AS website\_id, u.url AS url FROM pages AS p LEFT JOIN page\_extras AS pe ON pe.page\_id = p.id LEFT JOIN page\_details AS pd ON pd.page\_id = p.id LEFT JOIN page\_detail\_extras AS pde ON pde.page\_detail\_id = pd.id LEFT JOIN urls AS u ON u.model\_id = pd.id AND u.model\_type = 'page\_details' UNION SELECT 'category\_details' AS model\_type, cd.id AS model\_id, cd.name AS `name`, ce. `key` AS `key`, ce. `value` AS `value`, cde. `key` AS detail\_key, cde. `value` AS detail\_value, cd.`language` as `language`, u.website\_id AS website\_id, u.url AS url FROM categories AS c LEFT JOIN category\_extras AS ce ON ce.category\_id = c.id LEFT JOIN category\_details AS cd ON cd.category\_id = c.id LEFT JOIN category\_detail\_extras AS cde ON cde.category\_detail\_id = cd.id LEFT JOIN urls AS u ON u.model\_id = cd.id AND u.model\_type = 'category\_details' ```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 99.3% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8670548?v=4)[Umut Akkaya](/maintainers/Xicy)[@Xicy](https://github.com/Xicy)

---

Top Contributors

[![Xicy](https://avatars.githubusercontent.com/u/8670548?v=4)](https://github.com/Xicy "Xicy (556 commits)")[![ImgBotApp](https://avatars.githubusercontent.com/u/31427850?v=4)](https://github.com/ImgBotApp "ImgBotApp (2 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")[![etartar](https://avatars.githubusercontent.com/u/8392578?v=4)](https://github.com/etartar "etartar (1 commits)")

---

Tags

cmslaravel

### Embed Badge

![Health badge](/badges/orbitali-core/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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