Return Zero

Category: PHP

PHP Deployment – Probably done right

In this post, we will go through a way to deploy PHP applications to a shared web host (and not a cloud instance or server). why a shared host you may ask?Because, you don’t have to worry about backups, email, database, security, SSL certs(along with renewals) and a host of other things that you wouldn’t […]

StrongQL – Typed SQL for PHP

If you have used PHP, you likely had to deal with a database in one form or another, There are various ways to communicate with the database, you could start with PDO and start using raw queries or you could interact with the database at an object level using a Repository pattern or Active Record […]

Back to top