lookingdown
lookingdown
Is there a way to get variables returned in an array instead of individually.. Like so Instead of `$app->get('/nanna/{name}[/{id}[/{product}[/{size}]]]', function($name, $id, $product, $size ) { ` Like so `$app->get('/nanna/{name}[/{id}[/{product}[/{size}]]]', function(array...
Hi there.. Very interesting app you have created thanks for sharing. What does the future look like for this project, I love the concept and am thinking of using it...
Hello, Thanks for very useful libraries, currently using Siler\Route; Siler\Swoole; Siler\Http\Response; Siler\Http\Request; With swoole 4.6.7 for a rest API and access controle via JWT (lcobucci/jwt) everything works really great and...
Thanks for a truly amazing script.. I have a question regarding the use of Editor on Screenshot and Direct url.. which would be really handy.. Does it exist a possibility...
Any plans for debian 11 / Bullseye support anytime soon?
Hi... When opening and saving an image (jpeg) which works well by the way.. The save image is a lot smaller than the original.. If I open a photo 7.3Mb,...
Hi there.. Thanks for making nice useable code available.. This is a Question Any plans on adding php 8.2+ support for this lib?? Thanks Johan