Community Corner: Interview With Eric Van Johnson

In this episode, Scott talks with Eric Van Johnson of PHP[architect] LLC, about writing for the php[architect] magazine, the talk submissions process for php[tek], and why you should have a subscription to php[architect]. Interview With Eric Van Johnson   Note: this transcript was transcribed and then edited for clarity and to make it easier to […]

The post Community Co

Software Archeology

Welcome, Ghouls and Goblins, to this month’s spooky issue of PHP Architect. Of course, anytime you’re working with code, things can get a little scary. Don’t worry; we’ve got you covered with some great articles this month to help keep your code in line.

The post Software Archeology appeared first on php[architect].

https://www.php

Getting Started With the Pest Testing Framework

As a practitioner of test-driven development, I’m always looking for different ways to write test code faster. Sometimes, this comes as little things like learning a faster way to run my tests using a built-in editor setting, but sometimes it’s a whole new way to write my tests. In this article, we’re going to discuss […]

The post Getting Started With the Pest Tes

Automated Refactoring With Rector

In our previous article, we discussed how to get started using code coverage to determine if our code has enough tests and one of the things I mentioned is how we should integrate this into our CI/CD pipeline but I didn’t say how. This articles exists to rectify that problem by providing you with two […]

The post Automated Refactoring With Rector appeared first on

What’s New and Exciting in PHP 8 3

    At the time of this recording, PHP 8.2 is in the beta release cycle so we can finally start to discuss what’s new and changed in the next release of PHP. In this article, we’ll discuss the timeline for the release and discuss some new features and changes we can expect to see. […]

The post What’s New and Exciting in PHP 8 3 appeared first on

Flowcharts For Developers With Mermaid js

One of the most important soft skills we can have as developers is being able to communicate how our code works. Other developers can dive into your code to see how it works, but this can be time-consuming, and your stakeholders most likely won’t be able to. What we need is some way to communicate […]

The post Flowcharts For Developers With Mermaid js appeared first on

Continuous Integration and Continuous Delivery

    As developers, we’re always looking for ways to take our customer’s problems and turn them into solutions, and sometimes it can take a painfully long time to deliver those solutions. We might have multiple steps involved in the release process or only do a few releases every year, and that can slow us […]

The post Continuous Integration and Continuous Deliv

Scheduling Tasks With CRON

      As developers, most of the time, our websites perform some kind of action based on a user clicking a button or typing some data, but there are some things we need to be able to do outside of the normal web request flow. For example, we should be running our backups at […]

The post Scheduling Tasks With CRON appeared first on php[

Let’s Get Our OSS Ready For Hacktoberfest 2023

As maintainers of open source projects, it’s important to try and bring people into our project so that we’re not the only ones maintaining the project. There are lots of ways to do this, like creating blog posts about the project, contributing articles to magazines, or talking about the project at conferences. Another option is […]

The post Let’s Get Our OSS Ready

The Spectrum of PHP

When it comes to PHP development, one thing remains clear: we are living in a time of exciting changes and rapid innovation. The constant tug-of-war between modernization and classic approaches, the necessity for speed without sacrificing quality, and the search for optimal tools are the battles PHP developers face daily. Just as we marvel at […]

The post The Spectrum of PHP appeare


Ricerca