PHPackages                             astralicht/content-delivery - 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. astralicht/content-delivery

ActiveProject[Framework](/categories/framework)

astralicht/content-delivery
===========================

A small and simple PHP MVC framework for content delivery.

v0.2.0(1y ago)010MITPHPPHP &gt;=8.0

Since Sep 30Pushed 1y ago1 watchersCompare

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

READMEChangelog (8)DependenciesVersions (3)Used By (0)

Content Delivery Framework
==========================

[](#content-delivery-framework)

*A small and simple PHP MVC framework for content delivery.*

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

[](#installation)

To install, navigate to the latest release and download it from there. Composer is **now supported** as of *October 1, 2024*. To install with Composer, run *composer create-project astralicht/content-delivery*.

Routing
-------

[](#routing)

CDF has support for separate HTTP requests *(GET, POST, PUT, DELETE, etc.)* as long as the request type is *explicitly included* in the route.

### Route Format

[](#route-format)

There are two types of route formats for CDF:

1. Route to Controller/Model

> ```
> "{URI}" => ["{filepath to controller/route/view}", [
>     "{HTTP Request Type (GET, POST, etc.)}" => "{Function name in Class}",
> ], "{Class name (include namespace if present)}", {boolean value but cdf only accepts if this value is true}],
>
> ```

2. Route to View

> ```
> "{URI}" => ["{filepath to controller/route/view}", ["{HTTP Request Type (GET)}"]],
>
> ```

Database Support
----------------

[](#database-support)

CDF (as of release Dev-006, subject to testing) now has support for database connections other than mysqli.

Controllers and Models
----------------------

[](#controllers-and-models)

When creating a new controller or model manually, make sure to include their respective namespaces. (e.g. *cdf\\Controllers* or *cdf\\Models*) Until a command line interface has been created, this will have to be taken note of in case something does not work.

Development Server
------------------

[](#development-server)

To start the PHP's development server, you can type in *php cdf serve* in your terminal in the correct directory.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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

595d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b13eb6dbd27b060edd248c232051c269e600bca88442839c3893b0e14a371a4?d=identicon)[astralicht](/maintainers/astralicht)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/astralicht-content-delivery/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

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

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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