Žyma: Codeigniter4
-
Easy integration of Queue management into an existing Codeigniter 4 project
While working on a university information system we were encountering a phenomenon when some emails sent to users would fail to send. The university used Microsoft infrastructure for sending emails via SMTP, and well, for some esoteric reason one in 100 or so were failing to reach the recepient. Of course the failed emails needed…
-
Started using Packagist.org
Last week I finally braced for a reform – imported two of my PHP packages into Packagist.org – a public repository for PHP packages. And I was surprised at how easy it was. All I had to do was to register at the packagist.org, paste the github.com link to the package, and press a few…
-
Running migrations for Codeigniter 4 via HTTP
I did not have command line access on a few of the servers that hosted the projects I was working on. And currently Codeigniter 4 only has documentation on running database migrations / rollbacks / seeds in the command line. Therefore I asked around and made a special controller for the migrations / rollbacks /…