PHPackages                             jeph/frame - 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. jeph/frame

ActiveLibrary

jeph/frame
==========

1.0.0(3mo ago)03MITPHPPHP &gt;=8.3CI passing

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/josephscott/jeph-frame)[ Packagist](https://packagist.org/packages/jeph/frame)[ RSS](/packages/jeph-frame/feed)WikiDiscussions trunk Synced 1mo ago

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

JEPH/Frame
==========

[](#jephframe)

Just Enough PHP for a bit of a framework.

[![Tests](https://github.com/josephscott/jeph-frame/actions/workflows/tests.yml/badge.svg)](https://github.com/josephscott/jeph-frame/actions/workflows/tests.yml)

A minimal PHP routing framework built on [FastRoute](https://github.com/nikic/FastRoute). Define routes, match HTTP methods, and handle requests with closures, files, or classes.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.3
- nikic/fast-route 1.3.0

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

[](#installation)

```
composer require jeph/frame
```

Basic Usage
-----------

[](#basic-usage)

```
