#slimphp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #slimphp, aggregated by home.social.
-
It's quite interesting how one would build online maps with an "add place" form for hobby projects nowadays. Like https://makevienna.cool/ or https://pingpongmap.net/.
One way is a shared PHP Webspace, small SQL database and maybe a tiny API framework like #slimphp or #leafphp (abandonded?) on top. Caching via stored JSON file of POIs.
Another way I'd like to try could be with #SvelteKit #Svelte remote functions, e.g. on #Cloudflare. https://svelte.dev/docs/kit/remote-functions
A Cloudflare D1 (?) SQL database would be needed here as well.Would like to try it just for fun, might be a simple stack for hobby projects with user input?
How would you build a map like this? 👨🔧 #WebDev
-
It's quite interesting how one would build online maps with an "add place" form for hobby projects nowadays. Like https://makevienna.cool/ or https://pingpongmap.net/.
One way is a shared PHP Webspace, small SQL database and maybe a tiny API framework like #slimphp or #leafphp (abandonded?) on top. Caching via stored JSON file of POIs.
Another way I'd like to try could be with #SvelteKit #Svelte remote functions, e.g. on #Cloudflare. https://svelte.dev/docs/kit/remote-functions
A Cloudflare D1 (?) SQL database would be needed here as well.Would like to try it just for fun, might be a simple stack for hobby projects with user input?
How would you build a map like this? 👨🔧 #WebDev
-
🚨 Slim Framework released a patch fixing a reflected XSS vulnerability in the HTML error renderer.
Affected versions:
>=v4.4.0, <=v4.15.1
If you are passing unsanitized user input into HttpException, upgrade to Slim v4.15.2 immediately!
https://www.slimframework.com/2026/05/22/slim-security-advisory.html
https://github.com/slimphp/Slim/security/advisories/GHSA-53h4-8rc4-f539
-
Je ne sais plus si j'en avais parlé, mais mon projet #devperso #PHP #slimphp avance plutôt bien.
Je peux générer
- des squelettes de modules,
- des fichiers de models,
- des squelettes de templates,
- des squelettes de fonctions, dans un contrôleur, associée ou non à un template
- toute la partie ACL
- toute la partie associée à la gestion de compte (register, confirm, login, logout, reset password, change password, communication par mail)Je vais pouvoir l'utiliser pour mes autres projets.
-
Je ne sais plus si j'en avais parlé, mais mon projet #devperso #PHP #slimphp avance plutôt bien.
Je peux générer
- des squelettes de modules,
- des fichiers de models,
- des squelettes de templates,
- des squelettes de fonctions, dans un contrôleur, associée ou non à un template
- toute la partie ACL
- toute la partie associée à la gestion de compte (register, confirm, login, logout, reset password, change password, communication par mail)Je vais pouvoir l'utiliser pour mes autres projets.
-
Activités du moment :
Création : framework #PHP basé sur #slimphp, avec un core doté d'1 orm perso léger basé sur #PDO, des aspects de sécurité, d'envoi de msg, des générateurs (contrôleurs, templates, modules, routes, models...), etc.
Possibilités : #restful, #microservice, #monolithique ou tout à la fois.
Utilité : un projet de site pour des copains (ils participeront au dev) et mes propres besoins.
Présentation : GIT, langages, outils de prog (pour des néophyte motivés)
-
Fixed a bug in my #slimphp application with the flash messages by simply removing the twig global variable for the flash messages and calling the flash message manager from the session manager interface. Scoping and bootstrapping was a l pain in the ass to resolve.
-
Fixed a bug in my #slimphp application with the flash messages by simply removing the twig global variable for the flash messages and calling the flash message manager from the session manager interface. Scoping and bootstrapping was a l pain in the ass to resolve.
-
I released Slim 4.14.0 yesterday. It tidies the plain text error renderer and also adds template generics to the classes where we expose the PSR-11 container. #php #slimphp
https://www.slimframework.com/2024/06/13/slim-4.14.0-release.html
-
I released Slim 4.14.0 yesterday. It tidies the plain text error renderer and also adds template generics to the classes where we expose the PSR-11 container. #php #slimphp
https://www.slimframework.com/2024/06/13/slim-4.14.0-release.html
-
Quick note that I'm available for part-time and/or contract work for teams needing to augment a project but don't need a full time staff member.
I excel at maintaining & modernizing legacy PHP apps, Symfony, technical documentation writing & #WebDev team leadership.
I have some niche experience in multilingual projects (EN/FR) and Canadian insurance rating. I could pick #Laravel back up quickly.
#PHP #Symfony #JS #SlimPHP #WordPress #MapBox
Remote only (EST timezone). 👩💻
-
Quick note that I'm available for part-time and/or contract work for teams needing to augment a project but don't need a full time staff member.
I excel at maintaining & modernizing legacy PHP apps, Symfony, technical documentation writing & #WebDev team leadership.
I have some niche experience in multilingual projects (EN/FR) and Canadian insurance rating. I could pick #Laravel back up quickly.
#PHP #Symfony #JS #SlimPHP #WordPress #MapBox
Remote only (EST timezone). 👩💻
-
This weekend I was working on a re-do of a side project of mine
Moving from #Symfony to #SlimPHP
Moving from #BootstrapCSS to #TailwindCSS
I've used Tailwind before, but an older version
I was amazed at how fast it was to get the latest one up and running
Bravo
Anyway, new https://rbox.app coming soon 👀
-
This weekend I was working on a re-do of a side project of mine
Moving from #Symfony to #SlimPHP
Moving from #BootstrapCSS to #TailwindCSS
I've used Tailwind before, but an older version
I was amazed at how fast it was to get the latest one up and running
Bravo
Anyway, new https://rbox.app coming soon 👀
-
Guess who was fighting middleware and initialisation / execution orders etc in #SlimPHP for 45 minutes before remembering they're LIFO rather than FIFO
I need to RTFM more
-
Guess who was fighting middleware and initialisation / execution orders etc in #SlimPHP for 45 minutes before remembering they're LIFO rather than FIFO
I need to RTFM more
-
With #SlimPHP stripping so much stuff out and being _so_ minimal in V4, how many versions do we think it'll take before it just turns into a README telling you to install other packages because it's entered its final form of "we're so slim, we have no code at all!"
-
With #SlimPHP stripping so much stuff out and being _so_ minimal in V4, how many versions do we think it'll take before it just turns into a README telling you to install other packages because it's entered its final form of "we're so slim, we have no code at all!"
-
Is Slim-PHP still the state of the art if you want to build a small REST API application with PHP? Or do you use something else?
-
Is Slim-PHP still the state of the art if you want to build a small REST API application with PHP? Or do you use something else?