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

ActiveProject

fliglio/app
===========

Demo Application for Fliglio Framework

v2.1.1(11y ago)4421GPL-3.0+PHPPHP &gt;=5.3

Since Apr 11Pushed 10y ago7 watchersCompare

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

READMEChangelog (2)Dependencies (7)Versions (6)Used By (0)

fliglio-app
===========

[](#fliglio-app)

Install
-------

[](#install)

### application scaffolding

[](#application-scaffolding)

```
composer create-project fliglio/app --dev

```

### docker

[](#docker)

```
docker build -t benschw/fl .
docker run -t -d -p 80 benschw/fl

docker build -t dev/fliglio-app . && docker run -t -d -p 80:80 -v /home/ben/dev/fliglio-app/:/var/www/ --name fliglio-app dev/fliglio-app
docker build -t dev/fliglio-app . && docker kill fliglio-app && docker rm fliglio-app && docker run -t -d -p 80:80 -v /home/ben/dev/fliglio-app/:/var/www/ --name fliglio-app dev/fliglio-app

```

### vhost-myapp

[](#vhost-myapp)

```

    DocumentRoot "/var/www/my-app/web"
    ServerName fl.local

        RewriteEngine On
        RewriteCond %{SCRIPT_FILENAME} -f [OR]
        RewriteCond %{SCRIPT_FILENAME} -d
        RewriteRule .+ - [L]

        RewriteRule ^(.*)$ /app.php [L,QSA]

        Options Indexes FollowSymLinks
        AllowOverride None
        Order allow,deny
        Require all granted
        Allow from all

```

### Try it out

[](#try-it-out)

```
curl http://fl.local/api/foo

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

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

Total

5

Last Release

4048d ago

Major Versions

v1.0.1 → 2.1.02015-04-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b66bcc04aae61ef3cbc3770b8eb7b8bd5dfb6706e5f71b833c194e429b975fb?d=identicon)[benschw](/maintainers/benschw)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[akeneo/pim-community-dev

Akeneo PIM, the future of catalog management is open!

1.0k614.1k81](/packages/akeneo-pim-community-dev)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[jasonroman/nba-api

PHP Library to request data from various endpoints on NBA websites

994.6k](/packages/jasonroman-nba-api)[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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