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

ActiveProject[Framework](/categories/framework)

pabana/app
==========

Pabana skeleton app

1.0.0(8y ago)024BSD-3-ClausePHPPHP ^5.6 || ^7.0

Since Feb 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/FuturaSoft/PabanaApp)[ Packagist](https://packagist.org/packages/pabana/app)[ Docs](https://pabana.futurasoft.fr)[ RSS](/packages/pabana-app/feed)WikiDiscussions master Synced 6d ago

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

Pabana Application Skeleton
===========================

[](#pabana-application-skeleton)

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

[](#introduction)

This is a skeleton application using the Pabana Framework. This application is meant to be used as a starting place for those looking to get their feet wet with Pabana.

Installation using Composer
---------------------------

[](#installation-using-composer)

The easiest way to create a new Pabana project is to use [Composer](https://getcomposer.org/). If you don't have it already installed, then please install as per the [documentation](https://getcomposer.org/doc/00-intro.md).

To create your new Pabana project:

```
$ composer create-project pabana/app path/to/install
```

Once installed, you can test it out immediately using PHP's built-in web server:

```
$ cd path/to/install
$ php -S 0.0.0.0:8080 -t public
```

This will start the cli-server on port 8080, and bind it to all network interfaces. You can then visit the site at

**Note:** The built-in CLI server is *for development only*.

Web server setup
----------------

[](#web-server-setup)

### Apache setup

[](#apache-setup)

To setup apache, setup a virtual host to point to the public/ directory of the project and you should be ready to go! It should look something like below:

```

    ServerName app.localhost
    DocumentRoot /path/to/app/public

        DirectoryIndex index.php
        AllowOverride All
        Order allow,deny
        Allow from all

```

**Note:** For WAMPServer you must add `Require local` in directory tag.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3006d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6246ab634821517fb4b932f506a4d001b5f5ad944ffb3230152d0afe8a28c402?d=identicon)[t.forax](/maintainers/t.forax)

---

Tags

frameworkmvc

### Embed Badge

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

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

PHPackages © 2026

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