PHPackages                             aeberdinelli/express-php - 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. [API Development](/categories/api)
4. /
5. aeberdinelli/express-php

AbandonedArchivedLibrary[API Development](/categories/api)

aeberdinelli/express-php
========================

A clone of the ExpressJS Framework for PHP

v1.1.0(8y ago)91533PHP

Since Jul 13Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aeberdinelli/express-php)[ Packagist](https://packagist.org/packages/aeberdinelli/express-php)[ RSS](/packages/aeberdinelli-express-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

ExpressPHP
==========

[](#expressphp)

This framework tries to clone the NodeJS [ExpressJS framework](https://www.npmjs.com/package/express) writing style. It does not have an event loop, it just mimics the method and helpers names that ExpressJS offers.

Install
-------

[](#install)

**Note**: To run ExpressPHP you need PHP &gt;= 7.0 and Apache.

The preferred installation is using Composer:

`composer require aeberdinelli/express-php v1.1.0`

Then, move the .htaccess to the root of your site and you're done:

`mv vendor/aeberdinelli/express-php/.htaccess ./.htaccess`

Usage
-----

[](#usage)

If you installed using composer, you can just do:

```
