PHP is used to create web solutions, but core PHP may not be suitable to work on complex business requirements. Enter PHP frameworks …
How to Log to Console in PHP
Learn how to log to console within PHP, and why logging in PHP can be a good thing.
Laravel Logging Tutorial
Regardless of what language and framework you use, proper logging is crucial to web development.
How To Load Test Your PHP Website
It is important that web applications are optimized to ensure the best application performance for the end user. PHP developers can improve website performance by load testing their PHP website. Load testing checks the rigidity, speed, interoperability of the system, and the performance and the reliability of a PHP website. Why should you Load Test your PHP Website? Load testing …
What is LAMP Stack?
Need help on what tech stack suits for your software project? In this entry, let’s learn about LAMP stack’s architecture, its components, and how it works. First, let’s explain the term stack in the software development world. Stack comes from the coined term “solution stack.” It is a collection of software technology that is packed together to form a platform. …
Which is better to Create Web Apps: Laravel or CakePHP?
Laravel development services have been growing in popularity, with the Laravel framework often being compared to CakePHP. This article will show how to choose the best framework to meet specific business or solution requirements in the most effective way. Laravel and CakePHP are both very popular PHP frameworks. PHP is often used for creating dynamic websites or building high-end apps. …
Display All PHP Errors: Basic & Advanced Usage
A PHP application might produce many different levels of earning and errors during its execution. Being able to see these errors is essential for developers trying to troubleshoot a misbehaving application. However, developers often have trouble when trying to display errors from their PHP applications. Instead, their apps just fail silently. If you are having problems with your PHP web …
PHP vs Python: Is There a Clear Choice in 2020?
There are dozens of great languages to learn. Today we’ll be breaking down the differences between two of the best: PHP vs Python. Which one is best for your application? Which is going to give you the best return on your development time? We’ll pit these two head-to-head and find out which is the best choice for you. Ease of …
Docker for PHP: A Start-to-Finish Guide
You’ve probably seen mentions of Docker over the past few years. This guide explains the basics so you can get up and running with Docker for PHP in your local development environment. Why Docker? In the dim and distant past, when a developer wanted to make a change to production code, they may have SSHed onto the server and changed …
A Guide to Streams in PHP: In-Depth Tutorial With Examples
You’ve already used PHP streams in your PHP development. However, they’re transparent, so you may not have noticed them. Streams are powerful tools. In this article, you’ll learn to harness the power of streams in your PHP development and take your applications to the next level. What are streams? Streams provide on-demand access to data. This means you don’t need to …
Symfony Performance Improvements: Tips and Techniques
Perhaps you came upon this post while looking at ways to improve Symfony performance. Or maybe you read our comparison of Laravel and Symfony and want to know more. You could have gotten here because you want to write a performant app from the start. Then again, you could just love reading all of Stackify’s blog posts. And who could blame …
PHP Debugging Tips
Anyone developing software will sooner or later want to debug their code. It’s very clarifying to see your code execute step by step and inspect the values of variables at runtime. Developing with PHP is no different. In this article, we’ll have a look at PHP debugging, and I’ll also provide some tips and tricks. Debugging The term “bug” was first …
How to Host PHP on Windows With IIS
Running PHP on IIS might not seem like a logical choice, but it can make sense. Luckily, getting PHP to run on IIS isn’t very hard, and gives you access to all the great PHP work that this community has produced. What is PHP? PHP was originally an acronym for personal home page, but now it’s short for PHP: Hypertext …
Laravel vs Symfony: PHP Framework Comparison
Choosing a good PHP framework provides the right building blocks to make developing your app a breeze. Today we’re going to look at two PHP frameworks: Laravel and Symfony. We’ll compare them, score them, and declare a winner. Along the way, you’ll choose the framework that’s right for you and your product. PHP Framework Similarities Both Symfony and Laravel provide …
PHP Performance Monitoring: A Developer’s Guide
As PHP applications are getting more complex, it’s becoming harder to deliver high-quality applications. It’s more important than ever to perfect your process for PHP performance monitoring. Tools like Application Performance Monitoring (APM) are essential for the development process. To get good performance data, developers need to deal with the rising trends of containerization, microservices, heterogeneous cloud services, and big data. To …
PHP Error Log Basics
When developing PHP applications, error logs tend to be underutilized due to their apparent complexity. The reality is that PHP error logs are extremely helpful, especially when configured and used properly. While there are advanced tricks to truly squeeze every last drop of utility out of error logs, this article will cover the basics of configuration and the most common …
A Detailed Guide to PHP Debugging
If you use PHP or you find yourself “adopting” a PHP app (like I did a few years ago), you must know how to debug PHP. In this detailed guide to PHP debugging, you’ll see some debugging techniques that apply to almost any programming language. But don’t worry. I’ll get into the specifics that apply to PHP, from the basics all …
PHP Error Log Guide: Configuration And Use Cases
When developing PHP applications, error logs are under-used because of their apparent complexity. PHP error logs are helpful, especially when configured and used properly. While there are advanced tricks to truly squeeze every last drop of utility out of error logs, this article will cover the basics of configuration and the most common use cases so you can get up …
Comparison: Node.js vs. PHP
Both Node.js and PHP are popular platforms for websites, APIs, and other types of web content. They have a few similarities, but their differences far outweigh those similarities. In this post, we’ll take a look at how they stack up against each other. It’s Node.js vs. PHP… let’s get ready for the showdown! Similarities First, let’s take a deeper look at …
PHP Profiling: How to Find Slow Code
I use performance monitoring tools primarily to find slow and buggy code. At the start of development, I typically use the tools more for finding software bugs. Once the codebase is at a relatively stable phase, then I shift my focus toward finding less performant code. Which is why I turn to tools like Retrace to help with profiling for …
- Page 1 of 2
- 1
- 2