PHPackages                             mark-php/mark - 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. mark-php/mark

ActiveLibrary[API Development](/categories/api)

mark-php/mark
=============

a PHP API micro framework based on workerman

v2.1.0(6mo ago)3407.3k—0%27[14 issues](https://github.com/passwalls/mark/issues)MITPHPPHP &gt;=7.1

Since Jun 22Pushed 6mo ago16 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (18)Used By (0)

Mark is a high performance API micro framework based on [FastRoute](https://github.com/nikic/FastRoute) and [workerman](https://github.com/walkor/workerman) helps you quickly write APIs with php. It is so simple that the [core codes](https://github.com/passwalls/mark/blob/master/src/App.php) is only about 200 lines.

Install
=======

[](#install)

It's recommended that you use Composer to install Mark.

`composer require mark-php/mark`

Usage
=====

[](#usage)

start.php

```
