Christoph Kappestein
Christoph Kappestein
Iam not really sure whats causing this behaviour but in the next release we will update the PHP-Parser dependency from `^3.0` to `^4.0` which then install a current version.
Hi, so you could simply use the `urldecode` function of PHP to decode those values. But is there maybe a problem on the client side since the decoded value looks...
You can simply use it like this in your action: ```php $value = $request->getParameter('value');; parse_str(urldecode($value), $data); $http_rule = $data['value']; $http_code = $data['status']; $http_protocol = $data['protocol']; ```
Ok, so I think the problem regarding the parameters is not related to Fusio but to help you, you may want to take a look at the following script s....
Hi, ok, which concrete PHP version do you use it is `8.1` or `8.0`? In general the error message seems strange since we use explicit for both arguments arrays s....
Hi @kidino, thanks for sharing this great ebook. I would really like to link it somehow from the documentation page (https://www.fusio-project.org/documentation) maybe I will create a new section community resources....
I have just updated our documentation page (https://www.fusio-project.org/documentation), which now has also a community section which lists your ebook. If you want to change the link or want to add...
Hi, thanks for the feedback, so regarding the sign up you can basically build the sign up form at your iOS/Android app and also at your web portal. Then you...
Hi, thanks for the nice feedback and your support. You can follow us on https://twitter.com/FusioAPI for any news and please let me know if you have any issues or ideas...
Hi Stephanie, sure so at the `.env` file you can configure the `FUSIO_MAILER` setting. By default it uses the settings configured at your `php.ini` but you can also configure an...