PHPackages                             larukedi/scabbia-skeleton - 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. larukedi/scabbia-skeleton

Abandoned → [eserozvataf/scabbia1-skeleton](/?search=eserozvataf%2Fscabbia1-skeleton)ArchivedLibrary

larukedi/scabbia-skeleton
=========================

Skeleton Application for Scabbia PHP Framework (1.x branch)

214PHP

Since Jan 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/eserozvataf/scabbia1-skeleton)[ Packagist](https://packagist.org/packages/larukedi/scabbia-skeleton)[ RSS](/packages/larukedi-scabbia-skeleton/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Scabbia Skeleton Application
============================

[](#scabbia-skeleton-application)

[This project](https://github.com/eserozvataf/scabbia1-skeleton) is the skeleton application using [Scabbia Framework](https://github.com/eserozvataf/scabbia1) and its extensions. It is designed to helps you to jump-start developing projects with the Scabbia without setting up a configuration from scratch.

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

[](#installation)

**Step 1:**

On Terminal or Command Prompt:

```
git clone https://github.com/eserozvataf/scabbia1-skeleton project
```

Alternatively [Scabbia Skeleton](https://github.com/eserozvataf/scabbia1-skeleton/archive/master.zip) package can be downloaded directly.

**Step 2:**

```
cd project
php scabbia update
```

**Step 3:**

Make `application/writable` and `application/locale` directories writable.

```
chmod 0777 -R application/writable
chmod 0777 -R application/locale
```

**Step 4:**

Open `application/config/datasources.json` file to update the database configuration parameters.

a sample mysql database configuration:

```
{
    "datasourceList": [
        {
            "id":           "dbconn",
            "interface":    "pdo",
            "persistent":   true,
            "overrideCase": "natural",
            "pdoString":    "mysql:host=localhost;dbname=project",
            "username":     "root",
            "password":     "123456",
            "initCommand":  "SET NAMES utf8",
            "errors":       "exception"
        }
    ]
}
```

Requirements
------------

[](#requirements)

- PHP 5.3.3+ ()
- Composer Dependency Manager\*\* ()
- Scabbia Framework\*\* ()

\*\* Will be auto-installed during composer execution

Links
-----

[](#links)

- [License Information](LICENSE)

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

[](#contributing)

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome.

- To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
- To report a bug: If something does not work, please report it using GitHub issues.
- To support: [![Donate](https://camo.githubusercontent.com/648ad6f048733f167bf65e11a4fd759eef14da88db61ad078bbd5ddea5d57133/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXNMWG56V6LYS)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad4a7ec4c200bd6939df5aac1149f7d8d95aa5b8730a2276981f449c0c12fb18?d=identicon)[eserozvataf](/maintainers/eserozvataf)

---

Top Contributors

[![eser](https://avatars.githubusercontent.com/u/866558?v=4)](https://github.com/eser "eser (3 commits)")

### Embed Badge

![Health badge](/badges/larukedi-scabbia-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/larukedi-scabbia-skeleton/health.svg)](https://phpackages.com/packages/larukedi-scabbia-skeleton)
```

PHPackages © 2026

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