PHPackages                             alanretubis/praxis-php - 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. alanretubis/praxis-php

ActiveProject[Framework](/categories/framework)

alanretubis/praxis-php
======================

PraxisPHP: A lightweight beginner-friendly PHP MVC microframework.

v1.0.0(1y ago)03MITPHP

Since Apr 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/alanretubis/praxis-php)[ Packagist](https://packagist.org/packages/alanretubis/praxis-php)[ RSS](/packages/alanretubis-praxis-php/feed)WikiDiscussions main Synced 1mo ago

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

PraxisPHP
=========

[](#praxisphp)

PraxisPHP is a lightweight and modern PHP micro-framework designed for simplicity, speed, and flexibility.
Perfect for building small to medium web applications and APIs without the heavy baggage of larger frameworks.

---

🚀 Features
----------

[](#-features)

- Minimal and Clean MVC Architecture
- Built-in Lightweight Routing
- Simple Database Connection (PDO)
- Environment Variables Loader (.env)
- Extendable and Customizable Core
- Composer Autoloading
- GitHub Actions CI ready

---

🧰 Requirements
--------------

[](#-requirements)

- PHP 8.0 or higher
- Composer
- MySQL or MariaDB
- Web Server (Apache, Nginx, etc.)

---

📦 Installation
--------------

[](#-installation)

1. **Install via Composer:**

    You can install the PraxisPHP package directly using Composer:

    ```
    composer create-project alanretubis/praxis-php
    ```
2. Configure the Environment

    Copy the example environment file to `.env`.

    - For **macOS/Linux**:

    ```
    cp .env.example .env
    ```

    - For **Windows**:

    ```
    copy .env.example .env
    ```
3. Running your app

    ```
    php -S localhost:8000 -t public
    ```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance48

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

385d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35ca8e8835e58e0cb9a9d02f02e3bef01d2cbecdfdde0b6fade85827c42e87d3?d=identicon)[alanretubis](/maintainers/alanretubis)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/alanretubis-praxis-php/health.svg)

```
[![Health](https://phpackages.com/badges/alanretubis-praxis-php/health.svg)](https://phpackages.com/packages/alanretubis-praxis-php)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

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