PHPackages                             skullyframework/skully-admin - 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. [Admin Panels](/categories/admin)
4. /
5. skullyframework/skully-admin

ActivePackage[Admin Panels](/categories/admin)

skullyframework/skully-admin
============================

Admin for Skully Framework.

v0.1.32(10y ago)279721MITJavaScriptPHP &gt;=5.4

Since Jun 30Pushed 9y ago4 watchersCompare

[ Source](https://github.com/skullyframework/skully-admin)[ Packagist](https://packagist.org/packages/skullyframework/skully-admin)[ RSS](/packages/skullyframework-skully-admin/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (6)Versions (35)Used By (1)

skully-admin
============

[](#skully-admin)

Admin scaffold to use with Skully Framework

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

[](#installation)

Include this into your composer:

```
"require": {
    "skullyframework/admin": "0.1.*"
}

```

Then update your composer.

And then, basically look at vendor/skullyframework/skully-project/Tests/app/ and just follow the structure of that test app within your application.

### Don't Forget

[](#dont-forget)

In your App\\Application class, add the following:

```
use SkullyAdmin\AdminTrait;
...

class Application extends \Skully\Application {
    use AdminTrait;
    protected function setupTheme() {
        parent::setupTheme();
        $this->addAdminTemplateDir();
    }
    ...
}

```

Copy vendor/skullyframework/skully-project/Tests/app/public/default/resources/images/admin to public/default/resources/images/admin. Copy vendor/skullyframework/skully-project/Tests/app/public/default/resources/js/admin to public/default/resources/js/admin. Copy vendor/skullyframework/skully-project/Tests/app/public/default/resources/js/plugins to public/default/resources/js/plugins.

Example
-------

[](#example)

There is a sample application ready in Tests/TestApp/app. To set this up:

1. Clone this repository into your web server `git clone https://github.com/skullyframework/admin `.
2. Create a database named `skully_admin` and `skully_admin_test`.
3. Browse to the test app `cd Tests/app`.
4. Run db migration `./console skully:schema db:migration`.
5. Browse to your app =======

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 90.6% 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 ~19 days

Recently: every ~84 days

Total

33

Last Release

3714d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/126318?v=4)[Jay](/maintainers/jaycode)[@jaycode](https://github.com/jaycode)

---

Top Contributors

[![jaycode](https://avatars.githubusercontent.com/u/126318?v=4)](https://github.com/jaycode "jaycode (29 commits)")[![icemanbsi](https://avatars.githubusercontent.com/u/2840084?v=4)](https://github.com/icemanbsi "icemanbsi (2 commits)")[![dionch](https://avatars.githubusercontent.com/u/7640705?v=4)](https://github.com/dionch "dionch (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skullyframework-skully-admin/health.svg)

```
[![Health](https://phpackages.com/badges/skullyframework-skully-admin/health.svg)](https://phpackages.com/packages/skullyframework-skully-admin)
```

###  Alternatives

[filament/support

Core helper methods and foundation code for all Filament packages.

2323.9M151](/packages/filament-support)[shopware/administration

Administration frontend for the Shopware Core

413.9M75](/packages/shopware-administration)[ezsystems/ezplatform-admin-ui

eZ Platform Admin v2

54805.4k61](/packages/ezsystems-ezplatform-admin-ui)[roadiz/roadiz

Roadiz is a modern CMS based on a polymorphic content-schema system which can handle many types of services. It’s based on Symfony component and Doctrine ORM for maximum performances and security.

3769.3k6](/packages/roadiz-roadiz)[kunstmaan/admin-bundle

The Kunstmaan Admin bundle supplies your project with a basic, elegant backend interface you can modify and extend so you can make your perfect admin module. The clean interface makes it straightforward for you and the people working with it to change settings and modify content.

58149.5k20](/packages/kunstmaan-admin-bundle)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)

PHPackages © 2026

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