Joan Miquel

Results 473 comments of Joan Miquel

You can use the actual recipe. The Symfony demo blog in the video, it's using v6.1.6. Laravel it's using v6.2.x with the old Front Controller. The Symfony people are changing...

Using Workerman the fastest frameworks are Webman and Mark. All the numbers are from the Techempower Benchmark, but not always the first it's really the fastest. We are working on...

Also you can filter the visualization, to show only PHP frameworks. And remember to watch also which use ORM or direct db connection. That will be necessary for some apps,...

In the TechEmpower benchmark, I'm using the master branch. And if appear a fail or a performance regresion, I'll inform you. Every 6 days finish a run. Now tested with...

Webman also working with PHP 8.2 RC5 ![image](https://user-images.githubusercontent.com/249085/202219677-25a27979-3cf8-4c67-b961-7e9f0d8d5004.png) I think that Webman, would show the version too.

After thinking about which E2E test system to use. We can do it easily with Workerman. So I started an sketch code for create it, with the same style as...

Yes, we need tests. And I really like to use Pest. But we don't need too many unit tests, only for some classes. Because unit tests are tied to code...

I'm creating an HTTP protocol test in Adapterman, to be added later to Workerman. But as the tests can be used also with: swoole, amp, reatchphp, ngx-php, .... and also...

I'll try to make it agnostic of the Http-client. But I want to try the Workerman client, to try not Http protocols.

Still fixing small details with the session. The blog work without any problem. Only the admin area, have small problems with the sessions. Symfony demo with Workerman, an user authenticated...