Community News: Latest PECL Releases for 05.26.2015
Latest PECL Releases: selinux 0.4.1 - The "permissive" tag was added to selinux_compute_av - The selinux_deny_unknown() was added - PHP 7 compatibility (Remi) - fix build woth libselinux 2.0 (RHEL-6)...
View ArticleVoices of the ElePHPant: Interview with Joe Ferguson
The Voices of the ElePHPant podcast has posted their latest episode today, an interview with another member of the PHP community.This time host Cal Evans talks with Joe Ferguson, one of the organizers...
View ArticleDamien Seguy: Prepare for PHP 7 error messages (Series)
For those looking forward to PHP 7, there's a new series of posts from Damien Seguy that can help you with some of the newer error messages and what might be causing them. The first step to prepare...
View ArticleKinsta Blog: HHVM vs PHP 7 - The Competition Gets Closer!
In this new post to thier blog Kinsta shares benchmark results comparing PHP 7 to HHVM, both in their own experience and some shared from other companies too. A few years ago, engineers at Facebook...
View ArticleSitePoint PHP Blog: Mastering Composer - Tips and Tricks
The SitePoint PHP blog has a new tutorial today from editor Bruno Skvorc with some tips and tricks to help you master Composer, the widely popular PHP package management tool. Composer has...
View ArticleBinary Studio Blog: Definitive Guide On Creating Custom Providers For Laravel...
A new guide has been posted showing you how to create custom OAuth2 providers for your Laravel application. In this case they wanted to hook the application in via Socialite to the VK social network...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:My Failed Attempts at Soft Skills Talks, by Ben Ramsey #phpquickfix, #soft, #talk, #speaker, #present, #difficult Radar: Answering Questions, and New Middleware...
View ArticleDisplaying stream progress in PHP
Hannes Van De Vreken has posted a tutorial to his site showing users of the Symfony Console component how to show progress on a stream using the ProgressBar helper and a bit of code to inspect the...
View ArticleChristopher Pitt: Making Dependable #2 (Series)
Christopher Pitt has posted the second part of his series about creating "Dependable", a Laravel-based application with a focus on Composer use and customization. In part one he laid the foundation,...
View ArticleQaFoo Blog: Developers Life is a Trade-Off
In a new post from the QaFoo blog they talk about a developer's life as a trade-off, the amount of work to put into one technology or approach before deciding it's not worth the trouble and moving on....
View ArticleNetTuts.com: Programming With Yii2: Validations
NetTuts.com has continued their series around developing applications with the Yii2 framework with this new post covering validations. In this Programming With Yii2 series, I'm guiding readers in use...
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:PHP.net: PHP Next Generation PHP.net: PHP Versions 5.5.13 & 5.4.29 Released SitePoint PHP Blog: PHP Fights HHVM and Zephir with PHPNG...
View Article7PHP.com: Installing Magento version 2 on an AWS (Amazon) Free Tier EC2...
The 7PHP.com site has a tutorial they've recently posted showing you how to get Magnto 2 installed on an AWS instance running LEMP (Linux, Nginx, MySQL and PHP). This article tries to demonstrate how...
View ArticleSitePoint PHP Blog: Pagination with jQuery, AJAX and PHP
The SitePoint PHP blog has a new tutorial posted showing you how to set up pagination with jQuery and PHP using a simple Silex-based application. n this article, we're going to explain how easy it is...
View ArticleJonathan Wage: Using the Symfony Expression Language for a Reward Rules Engine
Jonathan Wage has a new tutorial on his site showing you how to use the Symfony Expression Language to create simple logic statements. He illustrates with a project they (OpenSky) applied it on - a...
View ArticleSite News: Popular Posts for the Week of 05.29.2015
Popular posts from PHPDeveloper.org for the past week:Bigcommerce Engineering Blog: PHP Memory Optimization Site News: Popular Posts for the Week of 05.22.2015 NoCapes Podcast: Interview with Luke...
View ArticleLaravel News: Everything we know about Laravel 5.1 - Updated
With the next Laravel release (5.1) coming soon, the Laravel News site has gathered together all of the information that's been shared about what's to come. In this new post they list some of the...
View ArticleHHVM Blog: Covariance, Contravariance, and super Type Constraints
The HHVM blog has a new post that talks about covariance, contravariance, and super type constraints - enhancements to the previous generics handling in the Hack language. Hack has recently enhanced...
View ArticleNetTuts.com: The Ternary Operator in PHP
If you're relatively new to the PHP language, there's an interesting "shorthand" method for evaluation that you may not know about. In this new tutorial from NetTuts.com they show you this handy...
View ArticlePHP Roundtable: 021: From Idea To Production: Part 1
The PHP Roundtable podcast, hosted by Sammy Powers, has a new show posted (#21) staring off a series about moving from just an idea to a production application. His guests for this episode are Steven...
View Article