PHPackages                             mako/haste - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. mako/haste

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

mako/haste
==========

(Experimental) Boost your application performance by running it on a application server like FrankenPHP

01.0k↓33.3%PHPCI passing

Since Mar 20Pushed 1mo agoCompare

[ Source](https://github.com/mako-framework/haste)[ Packagist](https://packagist.org/packages/mako/haste)[ RSS](/packages/mako-haste/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Haste
=====

[](#haste)

[![Static analysis](https://github.com/mako-framework/haste/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/mako-framework/haste/actions/workflows/static-analysis.yml)

The `mako/haste` package allows you to boost your application performance by running it on an application server like [FrankenPHP](https://frankenphp.dev/).

The performance gains will vary based on the application but a basic "Hello, world!" application will run about 4-5 times faster than on a php+apache setup.

> It is important to make sure that you do not leak data between requests by using static variables!

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

[](#requirements)

Mako 12.0 or greater.

Setup
-----

[](#setup)

First you'll need to install the package as a dependency to your project.

```
composer require mako/haste

```

Next you'll have to replace the `index.php` contents with the following.

```
