PHP

PHP, frameworks, and related news and developments

Displaying all 8 posts

Deploying ProcessWire on Vultr with DeployHQ

Posted in December 2024 on the DeployHQ blog

This guide explains how to set up and deploy ProcessWire using DeployHQ on a Vultr FreeBSD 13.0 server. DeployHQ will automate our deployment process, making it easier to manage updates and deployments. Please also note that this blogpost is similar to the [Guide](https://www.deployhq.com/guides/processwire) already published.

DeployHQ vs. Deployer: A Comparative Analysis of Automated Deployment Tools

Posted in December 2024 on the DeployHQ blog

In the fast-paced world of web development, efficient deployment processes are crucial. Automated deployment tools like DeployHQ and Deployer have become essential for DevOps teams seeking to streamline their workflows, mostly in the PHP world. This article compares these two popular solutions, helping you choose the right tool for your web application deployment needs.

Craft CMS vs WordPress: Why Craft is Gaining Ground

Posted in November 2024 on the DeployHQ blog

As we move further into 2024, the debate between Craft CMS and WordPress continues to evolve. While WordPress still dominates the CMS market with a 43% share, Craft CMS has been steadily gaining traction among developers and businesses looking for a more flexible and secure content management solution. Let's dive into the key differences and developments in this ongoing comparison.

Deploying Kirby with DeployHQ

Posted in November 2024 on the DeployHQ blog

A major advantage of using a CMS like Kirby is the ability to deploy your website directly from a Git repository. Since Kirby uses flat files instead of a database, this includes both your code and content.

Modern WordPress Plugin Development

Posted in October 2024 on the DeployHQ blog

I wanted to build something that took a more modern structured approach...separates classes into 'single responsibilities'...uses Composer for loading dependencies...is easy to read & extend...Separates HTML from PHP.

Deploying your PHP site with DeployHQ

Posted in May 2023 on the DeployHQ blog

One of the most common technologies used on the web today, and for the past few decades, is PHP, or as it was originally known, Personal Home Page. Now, it's...