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

ActiveProject[Framework](/categories/framework)

jinexus-framework/jinexus-framework-skeleton
============================================

JiNexus Framework Skeleton

1.0.0(7y ago)10116BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Dec 13Pushed 7y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

JiNexus Framework Skeleton
==========================

[](#jinexus-framework-skeleton)

Introduction
------------

[](#introduction)

This is a skeleton application using the JiNexus Framework MVC layer and module systems. This application is meant to be used as a starting place for those looking to use JiNexus Framework.

System Requirements
-------------------

[](#system-requirements)

##### JiNexus Framework 1.x.x requires:

[](#jinexus-framework-1xx-requires)

- PHP 5.6 or later
- Mod\_Rewrite
- Mbstring

Setup
-----

[](#setup)

To create your new JiNexus Framework application, first make sure you're using PHP 5.6 or later and have [Composer](https://getcomposer.org/) installed. You may also check how to install composer in their [documentation](https://getcomposer.org/download/).

All you have to do—to create your new JiNexus Framework project is to run this one single line command:

```
$ composer create-project jinexus-framework/jinexus-framework-skeleton path/to/my-project
```

This will create a new my-project directory, download some dependencies into it and even generate the basic directories and files you'll need to get started. In other words, your new app is ready!

Next you'll have to make project directories writable (command may vary depending on your system):

```
$ chown -R www-data:www-data path/to/my-project
```

```
$ chmod -R g+rwX path/to/my-project
```

Start a Web Server
------------------

[](#start-a-web-server)

The Skeleton creates a full application structure that's ready-to-go when complete. You can test it out using [built-in web server](http://php.net/manual/en/features.commandline.webserver.php).

From the project root directory, execute either of the following command:

#### Using Composer

[](#using-composer)

```
$ composer run --timeout=0 serve
```

#### Using PHP

[](#using-php)

```
$ php -S localhost:8000 -t public
```

Either of the following command—this will starts up a web server on localhost port 8000; browse to  to see if your application responds correctly!

---

- File issues at
- Documentation is at

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

2705d ago

### Community

Maintainers

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

---

Top Contributors

[![JiNexus](https://avatars.githubusercontent.com/u/6903966?v=4)](https://github.com/JiNexus "JiNexus (6 commits)")

---

Tags

frameworkjinexusjinexus-frameworkphpframeworkmvcjinexusjf

### Embed Badge

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

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

PHPackages © 2026

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