Modernizing the internals of an old notes taking app
Many years ago I worked on a PHP based notes taking app named after a friendly cat in our family back then. I still use it from time to time, but because it’s obsolete, time has come to give it…
Many years ago I worked on a PHP based notes taking app named after a friendly cat in our family back then. I still use it from time to time, but because it’s obsolete, time has come to give it…
I was recently asked to help with creating a form to submit certain tax redirections for a non-profit organization.
This is a very simple example on how to use SlimPHP and PDO in a basic API that updates, lists and deletes entries from a table. If you are new to building APIs with SlimPHP, then this is a good…
I got the “Failed asserting that 200 is identical to 404” while using Slim and phpunit. But the API works fine when manually testing.