PHPackages                             aphiria/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. [API Development](/categories/api)
4. /
5. aphiria/app

ActiveLibrary[API Development](/categories/api)

aphiria/app
===========

The Aphiria skeleton application

1.x-dev(3mo ago)41791[1 issues](https://github.com/aphiria/app/issues)MITPHPPHP ^8.4CI failing

Since Dec 20Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/aphiria/app)[ Packagist](https://packagist.org/packages/aphiria/app)[ RSS](/packages/aphiria-app/feed)WikiDiscussions 1.x Synced 3d ago

READMEChangelog (6)Dependencies (6)Versions (9)Used By (0)

[![](https://camo.githubusercontent.com/b524a39ab8922b927ed94708692e2de878abfe1f9d859dbbb4d82eab6ab59156/68747470733a2f2f7777772e617068697269612e636f6d2f696d616765732f617068697269612d6c6f676f2e737667)](https://www.aphiria.com "Aphiria")

[![](https://github.com/aphiria/app/workflows/ci/badge.svg)](https://github.com/aphiria/app/actions)[![Coverage Status](https://camo.githubusercontent.com/4510a0ece89bebfca92055bf9076de5d0977b7a2377cb2e1c56ad4459f2eda56/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f617068697269612f6170702f62616467652e7376673f6272616e63683d312e78)](https://coveralls.io/github/aphiria/app?branch=1.x)[![](https://camo.githubusercontent.com/fadebcda962cb85bf030da4d03bc74439ed41ca2a5d5824a8d919c73a925a25d/68747470733a2f2f73686570686572642e6465762f6769746875622f617068697269612f6170702f6c6576656c2e737667)](https://psalm.dev)[![](https://camo.githubusercontent.com/8260d00a1df269db7d1c8bf47bdde3352e81db61e823c2c024a6945a4795a2ed/68747470733a2f2f706f7365722e707567782e6f72672f617068697269612f6170702f762f737461626c652e737667)](https://packagist.org/packages/aphiria/app)[![](https://camo.githubusercontent.com/f85350eaf194c897d58957afc9f1113809576707f085c9b876a7b13de1c64166/68747470733a2f2f706f7365722e707567782e6f72672f617068697269612f6170702f762f756e737461626c652e737667)](https://packagist.org/packages/aphiria/app)[![](https://camo.githubusercontent.com/2a2e1316af33aa4349ebf78195988901f9a341587feab22e17fc999597442e6a/68747470733a2f2f706f7365722e707567782e6f72672f617068697269612f6170702f6c6963656e73652e737667)](https://packagist.org/packages/aphiria/app)

> **Note:** This framework is not stable yet.

This application is a useful starting point for projects that use the Aphiria framework. Check out this repository, and get started building your own REST API.

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

[](#installation)

Aphiria can be installed using Composer:

```
composer create-project aphiria/app --prefer-dist --stability dev
```

Running Locally
---------------

[](#running-locally)

You can run your app locally either directly via the built-in PHP web server or via Docker Compose. Both solutions result in your app being hosted at .

### Built-In PHP Web Server

[](#built-in-php-web-server)

```
php aphiria app:serve

```

### Docker Compose Web Server

[](#docker-compose-web-server)

This app comes bundled with a Docker Compose setup meant to ease local development. It is not meant for production, but can get you up and running quickly with an nginx web server running your application along with Xdebug for debugging. Simply run:

```
docker compose up -d --build app

```

To start debugging with Xdebug, configure your IDE to map your checked out Aphiria code to the */app* directory within the php service created by Docker Compose. Ensure that your IDE is configured to listen to port 9003 for Xdebug connections.

Demo
----

[](#demo)

This app comes with a simple demo that can store, retrieve, and authenticate users from a local SQLite database. It uses [Phinx](https://book.cakephp.org/phinx/0/en/contents.html) to manage database migrations and seeding, which can be executed with the following commands, respectively:

- `vendor/bin/phinx migrate`
- `vendor/bin/phinx seed:run`

Phinx-specific configuration settings, eg the paths to migration and seed files, are located in *phinx.php*.

Learn More
----------

[](#learn-more)

To learn more about how to use Aphiria, [read its documentation](https://www.aphiria.com/docs/1.x/introduction).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance73

Regular maintenance activity

Popularity16

Limited adoption so far

Community8

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

Recently: every ~287 days

Total

7

Last Release

115d ago

PHP version history (4 changes)v1.0.0-alpha1PHP &gt;=8.0

v1.0.0-alpha3PHP &gt;=8.1

v1.0.0-alpha4PHP &gt;=8.2

v1.0.0-alpha6PHP ^8.4

### Community

Maintainers

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

---

Top Contributors

[![davidbyoung](https://avatars.githubusercontent.com/u/6652430?v=4)](https://github.com/davidbyoung "davidbyoung (250 commits)")

---

Tags

phpapiSkeleton

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

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