Community News: Latest PEAR Releases for 06.22.2015
Latest PEAR Releases: MIME_Type 1.3.5
View ArticleCommunity News: PHP UK 2015 Conference Videos Posted
The PHP UK Conference has just posted videos of all the 2015 sessions over on YouTube. The PHP UK Conference this year was a two-day event in London that featured some of the best speakers and...
View ArticleCommunity News: Launching Today: The Code Climate Platform
Code Climate, the popular static code analysis service, has made an announcement that will definitely help make checking your PHP application for quality and security issues easier - the release of...
View ArticleNikita Popov: Internal value representation in PHP 7 - Part 2
Nikita Popov has posted the second part of a series looking at how PHP 7 represents values internally. In the first part of the series the focus was on the major change from PHP 5: the zval updates...
View ArticlePHP Town Hall: Episode 42: Paul and Vance
The PHP Town Hall podcast, as hosted by Phil Sturgeon and Ben Edmunds, has posted their latest episode today - Episode 42: Paul and Vance. They're joined by guests Paul Dragoonis and Vance Lucas to...
View ArticleSitePoint PHP Blog: Deploying PHP apps to DigitalOcean with Dploy.io
On the SitePoint PHP blog today editor Bruno Skvorc shows you how to deploy your PHP applications with Dploy.io, a service that aims to make deploying and hosting your applications simpler. In this...
View ArticleCommunity News: Latest PECL Releases for 06.23.2015
Latest PECL Releases: APM 2.0.5 Fixed: - missing apm.statsd_exception_mode and apm.socket_exception_mode - sqlite3.h file not found in Windows build Improved: - Minor optimizations in stacktrace...
View ArticleVoices of the ElePHPant: Interview with Ben Ramsey
The Voices of the ElePHPant podcast, hosted by Cal Evans has posted their latest in their series of interviews with members of the PHP community. In this new episode Cal talks with Ben Ramsey, a...
View ArticleSitePoint PHP Blog: Nette Framework: First Impressions
The SitePoint PHP blog has a new article posted with some first impressions of the Nette framework, a larger but not often talked about PHP framework that showed up in their framework survey results...
View ArticleRob Allen: Accessing services in Slim 3
Rob Allen has a new post to his site today showing you how to access services in a Slim 3 application using container injection instead of the previous "getInstance" method. One of the changes between...
View ArticleSymfony Finland: Serving PHP on HTTP/2 with H2O and HHVM (Symfony, WordPress,...
On the Symfony Finland blog there's a new post showing you how to serve PHP over HTTP/2 with HHVM and H2O. H2O describes itself as a "new generation HTTP server providing quicker response to users...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Meet the bundle: ControllerExtraBundle (Symfony Blog) #phpquickfix, #meetthebundle, #symfony, #controllerextrabundle OWASP Top 10 - Nomad PHP #phpquickfix,...
View ArticleDavid Lundgren: SPL FileObject & LimitIterator
In the latest post to his site David Lundgren takes a look at two pieces of PHP's SPL libraries - the FileObject and LimitIterator. Over that last couple of weeks I've come to use the SPL far more...
View ArticleJoe Ferguson: Install Homestead into your project
As the Laravel News site mentions in one of their latest posts, the Laravel Homestead project received an update recently that makes it easier to install per-project rather than the previous "one...
View ArticleSitePoint PHP Blog: Introduction to Chain of Responsibility
The SitePoint PHP blog has a recent post where they dig into the details of the Chain of Responsibility design pattern, a commonly used structure that makes for easier workflow handling and...
View ArticleEasy Laravel Book: Using Scopes With Laravel 5
The "Easy Laravel Book" website has posted a new tutorial today looking at the use of scopes in Laravel, a packaging method for creating reusable chunks of code for use across the application....
View ArticleKévin Dunglas: Using PSR-7 in Symfony
With the recent acceptance of the PSR-7 HTTP standard by the PHP-FIG, there's been a lot of articles about using it in various PHP frameworks. In this new post Kevin Douglas looks at the use of it in...
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:Reddit.com: PHP devs -What are your 'must have' tools and apps? Master Zend Framework: Change Layout in Controllers and Actions in Zend...
View ArticleLaravel Podcast: Episode 30: Trouble, Trouble, Trouble...
The Laravel Podcast, hosted by Matt Stauffer (with regular guests Taylor Otwell and Jeffrey Way) has posted their latest episode today - Episode #30: Trouble, Trouble, Trouble.... In this episode, the...
View ArticleJoe Ferguson: How I use Laravel Homestead everyday
Joe Ferguson has a new post to his site sharing a bit about how he uses Homestead (the Laravel project's virtual machine offering) in his every day development. I feel like I've been talking about...
View Article