PHPackages                             jelix/jelix-skeleton-app - 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. jelix/jelix-skeleton-app

ActiveApplication[Framework](/categories/framework)

jelix/jelix-skeleton-app
========================

Jelix skeleton application to start a new project

075PHP

Since Aug 4Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jelix/jelix-skeleton-app)[ Packagist](https://packagist.org/packages/jelix/jelix-skeleton-app)[ RSS](/packages/jelix-jelix-skeleton-app/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

jelix-skeleton-app
==================

[](#jelix-skeleton-app)

Application skeleton to start a new project with the Jelix framework.

Only for the Jelix master branch (unstable). For stable version of jelix, see other branches of the jelix-skeleton-app git repository.

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

[](#installation)

[Install Composer](https://getcomposer.org/doc/00-intro.md#system-requirements). For example on Linux or MacOs:

```
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
```

Then create your project, let's say 'myapp', using the source code of jelix-skeleton-app:

```
composer create-project jelix/jelix-skeleton-app myapp dev-master
```

And go into the newly created folder for next commands

```
cd myapp/
```

The next thing to do is to setup the application:

```
# copy the file where
cp var/config/profiles.ini.php.dist var/config/profiles.ini.php

# an empty file to indicate local configuration values
cp var/config/localconfig.ini.php.dist var/config/localconfig.ini.php

# run the Jelix installer
php install/installer.php
```

Create a link to the jelix-www of jelix. Jelix-www contains web resources for some Jelix components:

```
ln -s ../vendor/jelix/jelix/lib/jelix-www www/jelix
```

or copy the directory

```
cp -a ../vendor/jelix/jelix/lib/jelix-www www/jelix
```

Then you can launch the Php web server

```
php -S localhost:8080 -t www

```

And see your first page in your browser at the URL: .

You are ready to develop your application and modules ;-)

Note: use the PHP web server only for development. Use production ready web server like Apache or Nginx to run the application for production.

name &amp; informations
-----------------------

[](#name--informations)

In some comments header and other files, there is the name of the application "jelix-skeleton-app". You should probably change it. You should also probably want to change informations into the .jelix-scripts.ini file, in the composer.json file and in the project.xml file.

licence and copyright
---------------------

[](#licence-and-copyright)

The source code files are not released under a licence. So you have to choose a licence and you should update the LICENSE file, the composer file and all comments header of other files.

installation without Composer
-----------------------------

[](#installation-without-composer)

Retrieve [the Jelix archive](http://jelix.org/articles/en/download/stable). You'll find a create-jelix-app.php script in it which creates from scratch the skeleton app. See [the documentation](http://docs.jelix.org/en/manual-1.7/create-application).

###  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

Maturity42

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/ae8142be36568660282368ce7c1eec904ecbc515ab5b58c759a487f3a6f1d114?d=identicon)[laurentj](/maintainers/laurentj)

---

Top Contributors

[![laurentj](https://avatars.githubusercontent.com/u/336034?v=4)](https://github.com/laurentj "laurentj (20 commits)")

### Embed Badge

![Health badge](/badges/jelix-jelix-skeleton-app/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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