Loosely Coupled Podcast: Episode 22: Resolution Won't Fix
The most recent episode of the Loosely Coupled podcast, with hosts and PHP community members Jeff Carouth and Matt Frost, has been posted: Episode #22 - Resolution Won't Fix. In this episode Jeff and...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:HHVM Demonstrated to be 18.7% Faster Than PHP 7 on a WordPress Workload #phpquickfix, #hhvm, #php7, #wordpress, #performance Installing Laravel on Windows |...
View ArticleThree Devs & A Maybe: Episode 68 - Podcasting, Remote Working and Testing...
The Three Devs & A Maybe podcast has released their latest episode today, Episode #68 - Podcasting, Remote Working and Testing with Adam Wathan. This week we are very lucky to be joined by fellow...
View ArticleStephan Hochdörfer: Simple Logging Facade for PSR-3 loggers
In his latest post Stephan Hochdörfer shares a library he's created to hopefully make it easier for developers to integrate PSR-3 compatible logging libraries into their code, a "logging facade" based...
View ArticleLaravelista.com: Build an API with Lumen and Fractal
On the Laravelista.com site there's a recent tutorial posted showing you how to create an API with Lumen and Fractal, a combination of the popular Laravel-based microframework and Fractal, an output...
View ArticleCommunity News: PHPPackages.org
A new community resource, built on top of the excellent Composer and Packagist technology that's popular in today's PHP development world, has been released and provides more context about libraries...
View ArticleParagon Initiative: Everything [About] Preventing Cross-Site Scripting...
The Paragon Initiative has posted a new tutorial that wants to provide you with everything you need to know about preventing cross-site scripting in PHP applications. Cross-Site Scripting (abbreviated...
View ArticleSite News: Blast from the Past - One Year Ago in PHP
Here's what was popular in the PHP community one year ago today:Semaphoreapp.com: Continuous Integration & Deployment of PHP applications from GitHub to Heroku SitePoint PHP Blog: 6 Reasons to Move...
View ArticleScotch.io: Deploy PHP Apps Easily with Laravel Forge
The Scotch.io site has a new post that wants to help make your Laravel deployments on Forge a simple thing. Forge is a "frontend" to make deployment on the hosting platform of your choice simpler with...
View ArticleMyTechBuilder.com: Optional Value Control-flows in PHP using Traits and...
The MyBuilderTech.com site has a new tutorial posted talking about the use of traits and magic methods for optional value handling. Recently I have been interested in experimenting with different ways...
View ArticleBen Ramsey: Composer: Missing Distributions for Explicit References
Ben Ramsey has shared an interesting issue he's come across when installing packages via Composer where it installed a different version than expected when he ran an install. The problem turned out to...
View ArticleSitePoint PHP Blog: Popular Users per Language and Region with Silex and Github
The SitePoint PHP blog has a new tutorial posted showing you how to use the data the GitHub API provides to find popular users, per language, in an area. His sample example is a simple Silex framework...
View ArticleCommunity News: php[world] 2015 Schedule Announced
The next php[world] conference is coming up in November of this year and they've just announced the full schedule for their 2015 event. In keeping with the cross-community theme, they've gathered...
View ArticleSite News: Popular Posts for the Week of 06.19.2015
Popular posts from PHPDeveloper.org for the past week:Laravel Podcast: Episode 29: PHP, Sublime Text, & Decorative Urns. PHP.net: PHP 7.0.0 Alpha 1 Released PHP.net: Release of PHP 5.4.42, 5.6.10...
View ArticleLoosely Coupled Podcast: Episode 24: Minimum Viable Product
The Loosely Coupled podcast, with hosts and PHP community members Jeff Carouth and Matt Frost, has posted their latest episode today - episode #24: Minimum Viable Product. In this episode Jeff and...
View ArticleHHVM Blog: Trait and interface requirements in Hack
On the HHVM blog there's a recent post looking at some of the requirements around traits and interfaces in the Hack language. More specifically, they talk about type checking with traits and how...
View ArticleNetTuts.com: Programming With Yii2: Rich Text Input With Redactor
NetTuts.com continues their series about programming with the Yii2 framework in this new article moving on to the use of the Redactor rich text editor that comes bundled with the framework. In this...
View ArticleRun Geek Radio: Episode 005 - Time Estimation, Conference Talk Rating,...
The Run Geek Radio podcast has posted their latest episode today. In it (episode #5) host Adam Culp talks about time estimation, thoughts on conference talk ratings and the contest winner from his...
View ArticleGiorgio Sironi: Property-based testing primer
Giorgio Sironi has a new post to his site today talking about a method (and tool) around a different sort of testing practice: property-based testing. The difference is that, instead of hard-coding...
View ArticleSammy Powers: Contributing to the PHP Manual
If you've wanted to contribute something back to PHP but aren't familiar with C (or don't feel comfortable enough with it) Sammy Powers offers another solution. In his latest post he shows you how to...
View Article