Amazing PHP
9.02K subscribers
11 photos
84 links
Welcome to the Amazing PHP Channel! Here you can find a lot of interesting articles/news about PHP, frameworks, tools and development.

Support the channel: https://www.paypal.com/donate?hosted_button_id=FAYP5QJH5LVRL
Download Telegram
Channel created
Channel photo updated
8 Laravel must-have packages to install when you start a new API-Based Project
Here is several useful packages must-have to install when you decide to start new API-based project.
Implementing the Clean Architecture
In this blog post I’ll introduce you to an application following the Clean Architecture and incorporating a lot of DDD patterns.
Writing Async Libraries – Let’s Convert HTML to PDF
Today, we’re going to look at a few ways to make your application code work well in an asynchronous architecture.
Design Patterns for Humans
Design patterns are solutions to recurring problems; guidelines on how to tackle certain problems. They are not classes, packages or libraries that you can plug into your application and wait for the magic to happen. These are, rather, guidelines on how to tackle certain problems in certain situations.