PHPackages                             glueful/framework - 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. glueful/framework

ActiveLibrary[Framework](/categories/framework)

glueful/framework
=================

Glueful API Framework - High-performance PHP API framework

v1.41.0(2mo ago)2767MITPHPPHP ^8.3CI passing

Since Sep 20Pushed 2mo agoCompare

[ Source](https://github.com/glueful/framework)[ Packagist](https://packagist.org/packages/glueful/framework)[ Docs](https://glueful.com/)[ GitHub Sponsors](https://github.com/sponsors/glueful)[ RSS](/packages/glueful-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (62)Versions (76)Used By (7)

Glueful Framework
=================

[](#glueful-framework)

High‑performance PHP API framework components for building secure, scalable backends. This repository contains the framework runtime (router, DI, HTTP, caching, security, queues, etc.). For a ready‑to‑use application skeleton, see the API skeleton link below.

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

[](#requirements)

- PHP 8.3+
- Composer 2+

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

[](#installation)

Install as a library into your application:

```
composer require glueful/framework
```

If you want a pre‑scaffolded app, use the API skeleton instead (recommended to get started quickly).

Quick Start (framework usage)
-----------------------------

[](#quick-start-framework-usage)

Bootstrap and handle a request:

```
