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

ActiveLibrary

ledc/mark
=========

a PHP API micro framework based on workerman

v1.0.0(2y ago)04MITPHPPHP &gt;=8.1

Since Oct 9Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (2)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 ledc/mark`

Usage
=====

[](#usage)

start.php

```
