PHPackages                             lou117/core-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. lou117/core-skeleton

ActiveProject[Framework](/categories/framework)

lou117/core-skeleton
====================

Ready-to-use skeleton for Core microframework. See https://github.com/Lou117/core for more details about Core.

v3.0.6(7y ago)023MITPHPPHP 7.1 - 7.2

Since Jul 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Lou117/core-skeleton)[ Packagist](https://packagist.org/packages/lou117/core-skeleton)[ Docs](https://github.com/lou117/core-skeleton)[ RSS](/packages/lou117-core-skeleton/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

You're about to discover *Core* microframework !
================================================

[](#youre-about-to-discover-core-microframework-)

`core-skeleton` repository is a very basic functional example for *Core* microframework : you can discover *Core*[by clicking here](https://github.com/Lou117/core).

Installation procedure
----------------------

[](#installation-procedure)

Creating project with [Composer](https://get-composer.org/)
-----------------------------------------------------------

[](#creating-project-with-composer)

*Core* is available as a package in Packagist, and *Core* skeleton as a project :

```
composer create-project lou117/core-skeleton

```

Updating permissions
--------------------

[](#updating-permissions)

Ensure that `var/` directory is allowed for write operations:

```
cd core-skeleton
chmod -R 777 var

```

Of course, any mode will do as long as user executing PHP can write in `var/` directory.

Setting up your web server
--------------------------

[](#setting-up-your-web-server)

### PHP integrated web server (development only)

[](#php-integrated-web-server-development-only)

The easiest way to get a working application is to run integrated PHP webserver:

```
cd web
php -S localhost:8000

```

Open your favorite browser and navigates to `http://localhost:8000/ping`. If you see this...

```
{
    "text": "Welcome to Core framework !",
    "link": "https://github.com/lou117/core"
}

```

... then you're done and ready !

### Apache users

[](#apache-users)

Make sure :

- `DocumentRoot` of your `VirtualHost` is set to `web/` directory of your newly created project ;
- `mod-rewrite` is activated ;
- `Allow` directive for your `VirtualHost` allows for `.htaccess` file interception.

`.htaccess` file in `web/` directory is ready-to-use.

### NGINX users

[](#nginx-users)

An NGINX configuration piece is available in `web/` directory to help you.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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

Recently: every ~42 days

Total

7

Last Release

2729d ago

Major Versions

v2.x-dev → v3.0.02018-07-24

PHP version history (2 changes)v2.0.8PHP 7.1.\*

v3.x-devPHP 7.1 - 7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/4316021c9d7b877eca431261b6fd6d75f48b043c9778fd19c054f76c04d7b2ba?d=identicon)[Lou117](/maintainers/Lou117)

---

Top Contributors

[![Lou117](https://avatars.githubusercontent.com/u/1639343?v=4)](https://github.com/Lou117 "Lou117 (12 commits)")

### Embed Badge

![Health badge](/badges/lou117-core-skeleton/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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