PHPackages                             codx/codx - 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. codx/codx

ActiveProject

codx/codx
=========

Comic Framework

v1.0.4(2y ago)016MITCSSPHP ^7.2.5 || ^8.0

Since May 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ralphxp/codx)[ Packagist](https://packagist.org/packages/codx/codx)[ RSS](/packages/codx-codx/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (5)Used By (0)

Codizium Micro Framework
========================

[](#codizium-micro-framework)

Overview
--------

[](#overview)

Codizium Micro Framework is a lightweight PHP framework designed for secure routing and API development. With an intuitive and straightforward syntax, it facilitates rapid development while adhering to best practices in security and performance. The framework supports the MVC architecture, making it easy to maintain and scale your applications.

Developed by Codizium Innovative Technologies in Jos, Nigeria, the framework embodies the innovative spirit of its founder, Rapha Panchi.

Features
--------

[](#features)

- **Secure Routing:** Define routes using a clear and concise syntax.
- **API Development:** Create robust APIs with minimal effort.
- **MVC Support:** Separate your code into models, views, and controllers for better organization.
- **Lightweight:** Minimal overhead to ensure fast performance.
- **Easy to Use:** Simplified syntax to get you started quickly.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- PHP 7.4 or higher
- Composer

### Installation

[](#installation)

1. **Start project:**

    ```
    composer create-project codx/codx
    cd comic
    ```
2. **Install dependencies:**

    ```
    composer install
    ```
3. **Run:**

    ```
    php ralph serve
    ```

### Basic Usage

[](#basic-usage)

#### Defining Routes

[](#defining-routes)

Define routes in your `routes.blade.php` file using the framework's syntax:

```
@get('/')
@controller('HomeController@index')
@end
```

#### Creating Controllers

[](#creating-controllers)

Controllers should be placed in the `app/Controllers` directory. Here's an example of a simple controller:

```
namespace Codx\Comic\Controller;

use Codx\Ralph\Engine as View;
use \Codx\Comic\Model\User;

class HomeController extends Controller{

    public function index()
    {

        return View::view('welcome');
    }

    public function auth()
    {
        echo("logged");
    }
}
```

#### Creating Views

[](#creating-views)

Views should be placed in the `views` directory. Here's an example of a simple view file `welcome.blade.php`:

```
DOCTYPE html>

    Home

    Welcome to Comic Micro Framework

```

### Directory Structure

[](#directory-structure)

```
/comic
├── app
│   ├── Controllers
│   │   └── HomeController.php
│   └── Models
|       |__ User.php
├── config
│   └── app.php
├── public
│   └── index.php
├── views
│   └── welcome.blade.php
├── routes
│   └── router.blade.php
├── composer.json
└── README.md

```

### Running the Application

[](#running-the-application)

To start the development server, navigate to the `public` directory and use PHP's built-in server:

```
php ralph serve
```

Visit `http://localhost:8000` in your browser to see your application in action.

Contributing
------------

[](#contributing)

We welcome contributions from the community! If you would like to contribute, please follow these steps:

1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes and commit them (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Create a new Pull Request.

License
-------

[](#license)

This project is licensed under the MIT License. See the `LICENSE` file for more details.

Contact
-------

[](#contact)

For any inquiries or support, please contact Codizium Innovative Technologies at \[\].

---

Developed with ❤️ by Codizium Innovative Technologies, Jos, Nigeria. Founded by Rapha Panchi.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

4

Last Release

661d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[studio/laravel-totem

A Laravel package to manage your cron jobs through a beautiful dashboard

1.8k1.1M](/packages/studio-laravel-totem)[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)

PHPackages © 2026

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