mark icon indicating copy to clipboard operation
mark copied to clipboard

Mark is a high performance API micro framework based on workerman helps you quickly write APIs with php

Results 20 mark issues
Sort by recently updated
recently updated
newest added

It'd be nice to have an ability to pass any PSR-15 compatible dispatcher from this list https://github.com/middlewares/awesome-psr15-middlewares#dispatcher and keep using by default `FastRoute\simpleDispatcher` It will let people to use middlewares

Benchmark with ab is not working Benchmarking 127.0.0.1 (be patient)...apr_pollset_poll: The timeout specified has expired (70007)

How is ssl enabled in this framework?

Hi, How do I add security token authentication to the REST API I develop with _mark_. Is there some sample code, documentation or tutorial. If there is any other alternative...

add $app->get($request,**$response**,..,)

How complex can regex get in the route vars?

Hi, thanks for your work. I'm not a workerman user so my apologies for such a simple question. In your post example, $requst returns a huge object: how to retrieve...

It's there's any option for access local static files ? for rendering Images, css, js ?

For better handling in some programming we detect Header Content-type json, I did add header('Content-Type: application/json'); but still don't work