Breaking Free from Guzzle5 with PHP-HTTP and HTTPlug
By Bruno Skvorc,
Bruno looks at PHP-HTTP, a project aiming to fully abstract HTTP client implementations in libraries / apps. In this tutorial, we break free from Guzzle5!
By Bruno Skvorc,
Bruno looks at PHP-HTTP, a project aiming to fully abstract HTTP client implementations in libraries / apps. In this tutorial, we break free from Guzzle5!
By Reza Lavarian,
M. Reza explains how Laravel's facades work and shows you how to reimplement them in any non-Laravel project! Facades in Silex? Yes please!
By Bruno Skvorc,
Bruno demonstrates how easy it is to extend the default Diffbot PHP client and get it to fetch custom data from completely custom webpage types
By Nicola Pietroluongo,
Nicola Pietroluongo takes a look at the new randomness functions in PHP 7, compares them to "rand", and introduces alternatives for older PHP versions.
By Reza Lavarian,
Reza Lavaryan demonstrates the use of Laravel's task scheduler - a solution to version controller cronjobs and advanced Laravel Artisan commands!
By Lukas White,
OCR in PHP is possible! Lukas White builds a simple Silex app into which a user can upload an image, and get the text from image accurately extracted.
By Andrew Carter,
Andrew Carter explains the Flyweight Design Pattern - a relatively unknown pattern in PHP land - using the familiar example of a FileFactory and enums.
By Christopher Pitt,
Christopher Pitt re-introduces generators on a practical demo by reading and writing large CSV files while using very little memory.
By Jeff Smith,
Jeff Smith looks at Flarum, the soon to be released PHP forum. We talk about features, installation, customization, and more!
By Bruno Skvorc,
Sourcehunt is an open source promotion post by SitePoint, listing some less popular open source projects which could use your help - yes, YOURS!
By Younes Rafie,
Docker Explained! Younes goes through the process of building a sample Laravel + MySQL app powered by two docker containers - check it out!
By Daniel Sipos,
Danny, our Drupal expert, introduces custom display suite fields - a new feature of Drupal 8 you'll definitely need!
By Daniel Berman,
Daniel Berman from Zend walks you through using Z-Ray to optimize your WordPress apps hosted on Microsoft's cloud hosting - Azure.
By Narayan Prusty,
Narayan introduces Munee - a PHP lib that automates CSS, JS, LESS, SCSS, CoffeeScript etc minification and compilation, image resizing, caching, and more!
By Lami Adabonyan,
Learn how to protect your PHP applications from Brute Force Attacks. I'll show you how in this screencast.
By Nicola Pietroluongo,
PuliPHP is a new paradigm-shifting tool, designed to re-revolutionize PHP package development by making it extra easy to track and share resource files.