PHPackages                             abenevaut/yafarel - 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. abenevaut/yafarel

ActiveProject[Framework](/categories/framework)

abenevaut/yafarel
=================

Yet another YAF framework

0.0.2(12mo ago)04GPL-3.0-onlyPHPPHP ^8.1CI passing

Since Apr 23Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/abenevaut/yaf-cms)[ Packagist](https://packagist.org/packages/abenevaut/yafarel)[ RSS](/packages/abenevaut-yafarel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (8)Versions (3)Used By (0)

Yet another YAF framework
=========================

[](#yet-another-yaf-framework)

Description
-----------

[](#description)

This is a simple YAF framework to start a new project.

Setup PHP YAF extension
-----------------------

[](#setup-php-yaf-extension)

```
[yaf]
;
; https://www.php.net/manual/fr/yaf.configuration.php
;
yaf.use_spl_autoload=On
yaf.cache_config=
yaf.use_namespace=On
yaf.environ=

```

Setup Http server
-----------------

[](#setup-http-server)

See example at

Setup the framework
-------------------

[](#setup-the-framework)

```
cp app.ini.example app.ini
composer install

```

### Setup the database

[](#setup-the-database)

Note that you can have multiple database connections. The main one should be named `default`.

#### MySQL

[](#mysql)

```
database..driver = "mysql"
database..host = ""
database..database = ""
database..username = ""
database..password = ""

```

#### SQLite

[](#sqlite)

```
//  could be "default" or "whatever"
database..driver = "mysql"
database..database = ""

```

Command line interface
----------------------

[](#command-line-interface)

Convenient commands to help you in terminal. Wink to @laravel

### Commands list

[](#commands-list)

```
php artisan about

```

Testing
-------

[](#testing)

```
XDEBUG_MODE=coverage vendor/bin/phpunit

```

Build
-----

[](#build)

```
docker tag abenevaut/yaf-cms:test ghcr.io/abenevaut/yaf-cms:latest-php83-testing
docker publish ghcr.io/abenevaut/yaf-cms:latest-php83-testing
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance50

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.8% 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 ~753 days

Total

2

Last Release

361d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/46619d39f5bfbf68b122f68de36a3f3fae3dbee6f899876b42cba1de6f7e71ae?d=identicon)[abenevaut](/maintainers/abenevaut)

---

Top Contributors

[![abenevaut](https://avatars.githubusercontent.com/u/1134021?v=4)](https://github.com/abenevaut "abenevaut (36 commits)")[![antoineb-primeum](https://avatars.githubusercontent.com/u/232540397?v=4)](https://github.com/antoineb-primeum "antoineb-primeum (4 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

phpyaf

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/abenevaut-yafarel/health.svg)

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

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[luoxiaojun/sw-fw-less

Swoole Http Server without framework

165.3k](/packages/luoxiaojun-sw-fw-less)

PHPackages © 2026

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