PHPackages                             eserozvataf/scabbia1 - 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. eserozvataf/scabbia1

AbandonedArchivedLibrary[Framework](/categories/framework)

eserozvataf/scabbia1
====================

Scabbia PHP Framework (1.x branch)

1.5.1(10y ago)1482GPL-3.0+JavaScriptPHP &gt;=5.3.3

Since Jan 24Pushed 10y ago4 watchersCompare

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

READMEChangelog (1)Dependencies (6)Versions (4)Used By (0)

Scabbia Framework Version 1.5
=============================

[](#scabbia-framework-version-15)

[Scabbia Framework](https://github.com/eserozvataf/scabbia1) is an open source PHP framework project under GPL license. It had been under development by [Eser Ozvataf](http://eser.ozvataf.com/) for 2 years and reached version 1.5 on stable branch. Its active development is frozen but small bugfixes will be available in time.

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\*\* ()

\*\* Skeleton application auto-installs this requirement with other dependencies.

Dependencies
------------

[](#dependencies)

- psr/log: PSR-3 Logger Interface ()
- facebook/php-sdk: Facebook PHP SDK
- dflydev/markdown: Markdown Parser
- mustache/mustache: Mustache Parser
- trekksoft/potomoco: gettext compiler
- leafo/lessphp: LESS compiler

Bundled Components
------------------

[](#bundled-components)

- fonts/KabobExtrabold.ttf
- twitter/bootstrap
- twitter/hogan
- twitter/typeahead
- introjs
- jquery
- cleditor
- flot
- jquery.maskedinput
- jquery.tablesorter
- jquery.validation
- laroux.js
- mapbox
- normalize.css
- reset.css

Optional PHP Extensions
-----------------------

[](#optional-php-extensions)

- curl: http communication
- gd: image manipulation
- gettext: translation
- intl: i18n features
- mbstring: multibyte string manipulation
- memcache: caching features
- mongo: mongodb support
- soap: soap protocol
- sockets: socket communication
- tokenizer: lexical analysis

Links
-----

[](#links)

- [Contributor List](contributors.md)
- [License Information](LICENSE)

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

[](#contributing)

It is publicly open for any contribution. Bugfixes, new features and extra modules are welcome. All contributions should be filed on the [eserozvataf/scabbia1](https://github.com/eserozvataf/scabbia1) repository.

- 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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~536 days

Total

3

Last Release

3783d ago

PHP version history (3 changes)1.0PHP &gt;=5.2.0

1.5PHP &gt;=5.3.7

1.5.1PHP &gt;=5.3.3

### 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 (2 commits)")

---

Tags

frameworkscabbiaeserozvataf

### Embed Badge

![Health badge](/badges/eserozvataf-scabbia1/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[symfony/symfony

The Symfony PHP framework

31.3k86.3M2.2k](/packages/symfony-symfony)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[nutgram/nutgram

The Telegram bot library that doesn't drive you nuts

714214.9k8](/packages/nutgram-nutgram)

PHPackages © 2026

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