PHPackages                             jcode/framework - 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. jcode/framework

ActiveLibrary[Framework](/categories/framework)

jcode/framework
===============

J!Code PHP framework

1.0.2(8y ago)015611GPL-3.0-or-laterPHPPHP ^7.0

Since Nov 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/JBleijenberg/jcode-framework)[ Packagist](https://packagist.org/packages/jcode/framework)[ Docs](https://github.com/JBleijenberg/jcode-framework)[ RSS](/packages/jcode-framework/feed)WikiDiscussions development Synced 2mo ago

READMEChangelog (1)Dependencies (8)Versions (8)Used By (11)

Example application.json file:

```
{
    "application": {
        "layout": "{{LAYOUT}}",
        "unsecure_base_url": "{{UNSECURE_BASE_URL}}",
        "secure_base_url": "{{SECURE_BASE_URL}}",
        "use_ssl": false,
        "force_ssl": false,
        "encryption_key": "{{ENCRYPTION_KEY}}",
        "title": "{{APPLICATION_TITLE}}",
        "default_route": "{{DEFAULT_ROUTE}}",
        "database": {
            "adapter": "mysql",
            "host": "{{MYSQL_HOST}}",
            "name": "{{MYSQL_DBNAME}}",
            "user": "{{MYSQL_USER}}",
            "password": "{{MYSQL_PASSWD}}"
        },
        "cache": {
            "enabled": false
        }
    }
}

```

Example .htaccess file:

```
DirectoryIndex index.php

Options +FollowSymLinks
RewriteEngine on

RewriteCond %{REQUEST_URI} !^/(media|skin|js)/

############################################
## never rewrite for existing files, directories and links

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

############################################
## rewrite everything else to index.php

RewriteRule .* index.php [L]

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

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

Total

5

Last Release

2990d ago

Major Versions

0.0.2 → 1.0.02017-12-01

PHP version history (2 changes)0.0.2PHP &gt;=7.0.0

1.0.0PHP ^7.0

### Community

Maintainers

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

---

Top Contributors

[![diabeeto076](https://avatars.githubusercontent.com/u/2639322?v=4)](https://github.com/diabeeto076 "diabeeto076 (49 commits)")

### Embed Badge

![Health badge](/badges/jcode-framework/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19462.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)

PHPackages © 2026

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