PHPackages                             crowphp/crow - 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. crowphp/crow

ActiveLibrary[Framework](/categories/framework)

crowphp/crow
============

Fast, un-opinionated, minimalist web framework for PHP.

v0.4.2(4y ago)48495MITPHPCI failing

Since Jan 10Pushed 3y ago3 watchersCompare

[ Source](https://github.com/crowphp/crow)[ Packagist](https://packagist.org/packages/crowphp/crow)[ Docs](https://crowphp.com)[ RSS](/packages/crowphp-crow/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (8)Dependencies (12)Versions (11)Used By (0)

Fast un-opinionated minimalist web framework and server for PHP built on top of Async PHP server (SwoolePHP). CrowPHP lets you build real microservices in PHP without the use of PHP-FPM/Nginx or Apache.

[![Build Status](https://github.com/crowphp/crow/workflows/build/badge.svg)](https://github.com/crowphp/crow/workflows/build/badge.svg)[![License](https://camo.githubusercontent.com/4ed8c334acfc4451abee46abf4fc02ef221b1c9f9c6c7ac2145532eef6032a26/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63726f777068702f63726f77)](https://camo.githubusercontent.com/4ed8c334acfc4451abee46abf4fc02ef221b1c9f9c6c7ac2145532eef6032a26/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f63726f777068702f63726f77)[![Coverage](https://camo.githubusercontent.com/f596d5f7eccef6a6b02880d8be495aaa4e5cfbe0b4e405168a00086c5060c135/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f6261646765722e63726f777068702e636f6d2f636f7665726167652f302e78)](https://camo.githubusercontent.com/f596d5f7eccef6a6b02880d8be495aaa4e5cfbe0b4e405168a00086c5060c135/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f75726c3d68747470733a2f2f6261646765722e63726f777068702e636f6d2f636f7665726167652f302e78)

### Installation

[](#installation)

#### Requirements

[](#requirements)

1. PHP &gt;8.0
2. Swoole PHP extension

```
$ pecl install swoole

```

Installation of CrowPHP via composer, the following command will install the framework and all of its dependencies with it.

```
composer install crowphp/crow

```

### Hello world microservice using CrowPHP

[](#hello-world-microservice-using-crowphp)

```
