PHPackages                             coders/phastify - 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. coders/phastify

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

coders/phastify
===============

Like Fastify, but with more $ signs and less performance.

0.1.0(7mo ago)12MITPHP

Since Oct 19Pushed 7mo agoCompare

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

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

🚀 Phastify
==========

[](#-phastify)

> Like Fastify, but with more $ signs and less performance.

**Phastify** is a lightweight HTTP framework for PHP inspired by popular Node.js frameworks like Fastify. It provides a simple and intuitive syntax for building APIs and web applications with middleware, hooks, and routing support.

✨ Features
----------

[](#-features)

- 🔥 **Simple routing** - Fastify-style API with parameter support
- 🔧 **PSR-7 compatible** - Built-in PSR-7 HTTP message support
- 🎯 **Hook system** - Global and route-specific hooks
- 🛠️ **Middleware support** - Easy middleware integration
- 📝 **Fluent Response API** - Convenient JSON/HTML response creation
- ⚡ **Event-driven** - Built-in event system

📦 Installation
--------------

[](#-installation)

```
composer require coders/phastify
```

🚀 Quick Start
-------------

[](#-quick-start)

```
