PHPackages                             jmathai/epiphany - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jmathai/epiphany

ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

jmathai/epiphany
================

6831.7k140[14 issues](https://github.com/jmathai/epiphany/issues)[13 PRs](https://github.com/jmathai/epiphany/pulls)PHP

Since Dec 17Pushed 5y ago49 watchersCompare

[ Source](https://github.com/jmathai/epiphany)[ Packagist](https://packagist.org/packages/jmathai/epiphany)[ RSS](/packages/jmathai-epiphany/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

The Epiphany PHP Framework
==========================

[](#the-epiphany-php-framework)

#### Fast. Easy. Clean. RESTful

[](#fast-easy-clean-restful)

---

### How it looks

[](#how-it-looks)

The most basic example is including the routing module and defining a few endpoints and providing a callback function that executes when someone requests that page.

```
Epi::init('route');
getRoute()->get('/', 'home');
getRoute()->get('/contact', 'contactUs');
getRoute()->run();

function home() {
    echo 'You are at the home page';
}

function contactUs() {
    echo 'Send us an email at foo@bar.com';
}

```

---

### Learn more about the modules

[](#learn-more-about-the-modules)

Read documentation on the individual modules available in Epiphany.

1. [Route](https://github.com/jmathai/epiphany/blob/master/docs/Route.markdown) - A RESTful routing library to map paths to functions.
2. [Api](https://github.com/jmathai/epiphany/blob/master/docs/Api.markdown) - An API helper module to create private and public APIs. This is both new and awesome.
3. [Session](https://github.com/jmathai/epiphany/blob/master/docs/Session.markdown) - A multi-engine session library which supports native PHP sessions, APC and Memcached.
4. [Database](https://github.com/jmathai/epiphany/blob/master/docs/Database.markdown) - A simple interface to PDO's MySql driver.
5. [Cache](https://github.com/jmathai/epiphany/blob/master/docs/Cache.markdown) - A easy caching library which supports APC and Memcached.
6. [Config](https://github.com/jmathai/epiphany/blob/master/docs/Config.markdown) - An ini based configuration library that supports overloading.

---

### The Manifesto

[](#the-manifesto)

The Epiphany framework is fast, easy, clean and RESTful. The framework does not do a lot of magic under the hood. It is, by design, very simple and very powerful.

The documentation provides a few conventions that we believe lead to well written code but you're free to use any style you'd like. The framework never dictates how you should write or structure your application.

---

### What you need

[](#what-you-need)

The Epiphany framework only requires PHP 5+, Apache and mod\_rewrite. That's all!

---

### Getting started

[](#getting-started)

The following links to documentation and articles will help you get up and running in no time. Included in the repository is an example directory with sub applications highlighting the different features of the Epiphany framework.

1.

### The authors

[](#the-authors)

Get in touch with the authors if you have suggestions or questions.

  [![](https://camo.githubusercontent.com/c5e24ca8c306ef4e32edd026c849ebbf14e6db239542438318055980eff030fe/687474703a2f2f7777772e67726176617461722e636f6d2f6176617461722f65346431663039396434306533623435336265333335353334396239303435373f733d3630)](https://camo.githubusercontent.com/c5e24ca8c306ef4e32edd026c849ebbf14e6db239542438318055980eff030fe/687474703a2f2f7777772e67726176617461722e636f6d2f6176617461722f65346431663039396434306533623435336265333335353334396239303435373f733d3630)Jaisen Mathai
jaisen-at-jmathai.com
   [![](https://camo.githubusercontent.com/5959ca1a3950a844f6b8347983e13ccc695564a8002f441cc50a9ba85fdd1925/687474703a2f2f7777772e67726176617461722e636f6d2f6176617461722f6e6f686173683f733d3630)](https://camo.githubusercontent.com/5959ca1a3950a844f6b8347983e13ccc695564a8002f441cc50a9ba85fdd1925/687474703a2f2f7777772e67726176617461722e636f6d2f6176617461722f6e6f686173683f733d3630)Kevin Hornschemeier
khornschemeier-at-gmail.com

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community29

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a72987233cbe1478234e6bf203ba54c466a6758b1117e6bf73fe2b3ad1fb513?d=identicon)[jmathai](/maintainers/jmathai)

---

Top Contributors

[![jmathai](https://avatars.githubusercontent.com/u/6384?v=4)](https://github.com/jmathai "jmathai (130 commits)")[![kolarski](https://avatars.githubusercontent.com/u/239133?v=4)](https://github.com/kolarski "kolarski (3 commits)")[![ericmmartin](https://avatars.githubusercontent.com/u/81307?v=4)](https://github.com/ericmmartin "ericmmartin (2 commits)")[![fechu](https://avatars.githubusercontent.com/u/830915?v=4)](https://github.com/fechu "fechu (2 commits)")[![marchenko1985](https://avatars.githubusercontent.com/u/88868?v=4)](https://github.com/marchenko1985 "marchenko1985 (2 commits)")[![arikfr](https://avatars.githubusercontent.com/u/71468?v=4)](https://github.com/arikfr "arikfr (2 commits)")[![georules](https://avatars.githubusercontent.com/u/775628?v=4)](https://github.com/georules "georules (1 commits)")[![aoschadlin](https://avatars.githubusercontent.com/u/431800?v=4)](https://github.com/aoschadlin "aoschadlin (1 commits)")[![abrahamvegh](https://avatars.githubusercontent.com/u/53161?v=4)](https://github.com/abrahamvegh "abrahamvegh (1 commits)")[![ierceg](https://avatars.githubusercontent.com/u/1505203?v=4)](https://github.com/ierceg "ierceg (1 commits)")[![kgustine](https://avatars.githubusercontent.com/u/6899533?v=4)](https://github.com/kgustine "kgustine (1 commits)")

### Embed Badge

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

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

###  Alternatives

[nativephp/electron

Electron wrapper for the NativePHP framework.

519114.4k8](/packages/nativephp-electron)[abdelhamiderrahmouni/filament-monaco-editor

A monaco editor form field for filamentphp.

18182.2k](/packages/abdelhamiderrahmouni-filament-monaco-editor)[hiqdev/yii2-module-pages

Yii2 Pages Module

121.1k](/packages/hiqdev-yii2-module-pages)

PHPackages © 2026

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