SitePoint PHP Blog: Displaying Youtube Videos in PHP
The SitePoint PHP blog has a new post today showing you how to display YouTube videos inside your application as a part of this series. The series is using Laravel as a framework to create the...
View ArticlePádraic Brady: PHP's "Magic Hash" Vulnerability (Or Beware Of Type...
Pádraic Brady has a new post to his site talking about the recently announced (but actually relatively old) issue with PHP hash comparison, the "magic hash" issues. A while back, I noticed a flurry of...
View ArticleLaravel Podcast: Episode 27 - Jeffrey Way: Tau Ceti Murderer
The Laravel Podcast, with host Matt Stauffer and guests Taylor Otwell and Jeffrey Way, has posted their latest episode (#27): Jeffrey Way: Tau Ceti Murderer. This week the crew discusses new Laravel...
View ArticleSite News: Popular Posts for the Week of 05.15.2015
Popular posts from PHPDeveloper.org for the past week:Reddit.com: What great advantages does Python have over PHP? Acquia Blog: Web Accessibility Tips for Developers Marc Morera: Lazy Commands in...
View ArticleFogCreek.com: How to Find, Hire, and Retain Developers - Interview with Cal...
On FogCreek.com they've posted a new interview they recorded with PHP community member Cal Evans about how to find, hire and retain developers for your business. We've interviewed Cal Evans, author of...
View ArticleProduct & Support: Interview with Taylor Otwell
The Product & Support site has posted an interview with Taylor Otwell, the creator of the Laravel framework. In it they talk about what Laravel is, how it treats users as "customers" and the...
View ArticleAcquia Blog: Web Accessibility Tips for Developers - Part 2
The Acquia blog has posted the second part in their series sharing tips for developers around web accessibility. In this new post they focus on page content and making things accessible. We're at the...
View ArticlePHP.net: Release of PHP 5.4.41 & 5.5.25
The latest versions of the PHP language in the 5.4.x and 5.5.x series have been released - PHP 5.4.41 and PHP 5.5.25. These releases both fix several bugs including seven security related issues...
View ArticleRun Geek Radio: Episode 003 - OpenWest Namebadges, Overtraining, Dev Salary &...
The Run Geek Radio podcast, with host and PHP community member Adam Culp, has released its latest episode - Episode 003 - OpenWest Namebadges, Overtraining, Developer Salary and Freelance Rates,...
View ArticleMarc Morera: Defeating Expression Language
Marc Morera has a new post to his site wanting to help you defeat Symfony's expression language and perform the same functionality, just more on the code side (another option). How beautiful...
View ArticleAnthony Ferrara: Tries and Lexers
Anthony Ferrara has an interesting new post to his site talking about tries and lexers, two pieces of a puzzle that are used during script execution. In this case, he's tried his hand at writing a...
View ArticlePeter Petermann: A few thoughts about composer and how people use it
In the latest post to Peter Petermann's site he shares a few thoughts about Composer and how people use it in the more modern PHP ecosystem. Composer has changed the PHP ecosystem like now other tool...
View ArticleSimon Holywell: Memoization or function cache
Simon Holywell's latest post shares an interesting feature of PHP's static function handling that lets you cache the results of a function call to improve performance. A little known feature of PHP's...
View ArticleRoss Tuck: How I Use Traits
Ross Tuck has posted a new article to his site today talking about how he uses traits in his applications and where he sees them having the most value. Recently, a few folks asked about a trait in a...
View ArticleCommunity News: Latest PECL Releases for 05.19.2015
Latest PECL Releases: stomp 1.0.8 - Fix perm on source files. (Remi) - Fixing PHP_STOMP_VERSION constant, per Remi's request. (Gennady) yaml 1.2.0 New Features: - #69617 Allow unserialize for...
View ArticleSound of Symfony: Episode 8 - Concerning command buses
The Sound of Symfony podcast has released their latest episode today, episode #8 - Concerning command buses with hosts Magnus Nordlander and Tobias Nyholm and special guest Matthias Noback. In this...
View ArticleLorna Mitchell: PHP7: Easiest Upgrade Yet
In her most recent post Lorna Mitchell talks about her own experiences in getting a current application upgraded and ready to run on PHP7. It can best be summed up in a tweet from her: "Total lines of...
View ArticleAnthony Ferrara: Prefix Trees and Parsers
Anthony Ferrara has a new post, following up from his previous look at tries and lexers, continuing along the path to apply what he learned to a HTTP routing system. In my last post, Tries and Lexers,...
View ArticleNetTuts.com: Using Laravel 5's Authentication Facade
The NetTuts.com site has a new tutorial posted today sharing more information about the authentication facade in Laravel 5 and how to use it to implement simple, custom authentication handling....
View ArticlePHP Town Hall: Episode 41: Loosely Town Hall - Dallas Edition
The PHP Town Hall podcast has posted their latest episode recorded live at the Lone Star PHP conference this year (2015). In episode 41, Loosely Town Hall - Dallas Edition, they're joined by Loosely...
View Article