Skip to content

Tag: api

PHP architecture – Individual cron job per user

I’m building a website in PHP and need an API to be checked on a regular basis for EACH USER individually. In a nutshell it’s a SaaS to steer a user account on another website with additional/automated options. A web based bot if you want. So basically, I need to dynamically create a new cron job …

RUN API inside SQL database upload

I have an API to do an action for a site. The API works and does what it needs to be done. The API information is populated from a form I have. the form also needs to upload information to MYSQL database using SQL I have the following SQL The above works as the header runs the API, but once

Slim Php not recognizing gets

I am just starting to work with Slim PHP. What could be the reason that get is not recognized on server? This route works: it returns required text https://mywebsite/back/public This route doesn’t …

Fetching A Patron Data From Patreon API

I’m developing a webpage with Laravel 8 and I have issues with fetching a patron details by id from Patreon API. Here is my use case. I’ve added “Login with Patreon” option to my webpage, and it works well. When someone login with Patreon successfully, I store her/his Patreon id and set reme…