PHPackages                             fa-fo-a/app-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. fa-fo-a/app-skeleton

ActiveProject[Framework](/categories/framework)

fa-fo-a/app-skeleton
====================

1.5.0(7mo ago)0202[1 PRs](https://github.com/fa-fo-a/app-skeleton/pulls)MITPHPPHP ^8.4

Since Mar 22Pushed 7mo ago2 watchersCompare

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

READMEChangelog (10)Dependencies (23)Versions (11)Used By (0)

to install the project
======================

[](#to-install-the-project)

`docker run -u${UID} -w/app -v${PWD}:/app -it --rm composer:latest create-project fa-fo-a/app-skeleton:1.5.0`
after getting copy of that repository you could by global search-replace replace `appnameplaceholder` to your application name when its done that part could be removed and following content (below) may be used as project readme

project has example of architecture inside, it could be removed by `make uninstall_example`

To check endpoint that it works from the container you may do `/bin/bash test_request.sh`

*yeah, its clear that example is nothing useful. idea to showcase*

general
=======

[](#general)

make
----

[](#make)

for flawless experience you need to install `make`

CI\\CD
------

[](#cicd)

inside of `docker` dir there's `hooks` that is configured for container building at hub.docker.com
*Note that migrations part commented and you may need to uncomment/create own in both solutions*

local docker
------------

[](#local-docker)

docker should be installed to run commands below

### my user is not 1000

[](#my-user-is-not-1000)

if you have user differ from 1000 (check by `echo $UID`), prepend any following docker-compose commands by `USER_ID=${UID}`like

```
USER_ID=${UID} docker compose up -d

```

### to build and launch

[](#to-build-and-launch)

```
make build

```

### to completely remove

[](#to-completely-remove)

```
make purge

```

### to start

[](#to-start)

```
make start

```

### to stop

[](#to-stop)

```
make stop

```

database
--------

[](#database)

in case you decide to use database that project would have following defaults

db name: app
test db name: app\_test
user: app
password: pass

### how use with project defaults

[](#how-use-with-project-defaults)

to use it you have to:

- uncomment db part in docker-compose
- uncomment db migrations in healthcheck.sh

memprof
-------

[](#memprof)

to profile memory we use `memprof.output_dir` at container is set to `/var/www/html/var`, so files would appeat at `/var/www/html/var`to trigger it use `MEMPROF_PROFILE=dump_on_limit php -d memory_limit=10m php highloadscript.php`

xdebug
------

[](#xdebug)

to xdebug expect port 9001

to enter for cli commands
-------------------------

[](#to-enter-for-cli-commands)

with xdebug

```
make enter-debug

```

without xdebug

```
make enter

```

perform application checks
--------------------------

[](#perform-application-checks)

```
make healthcheck

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance63

Regular maintenance activity

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity61

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

Recently: every ~43 days

Total

10

Last Release

226d ago

### Community

Maintainers

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

---

Top Contributors

[![achertovsky](https://avatars.githubusercontent.com/u/13575044?v=4)](https://github.com/achertovsky "achertovsky (67 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fa-fo-a-app-skeleton/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M650](/packages/sylius-sylius)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[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)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)

PHPackages © 2026

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