Three Devs & A Maybe Podcast: News on PHP 7, and how PHP internally works...
The Three Devs & A Maybe podcast has released their latest episode today - Episode #40, News on PHP 7, and how PHP internally works with special guest Joe Watkins. In it the guys talk about the...
View ArticlePHP.net: PHP 5.6.0 released
The PHP development group is happy to announce the official release of the latest in the PHP 5 series - PHP 5.6.0. This release includes lots of bug fixes and several new features including: constant...
View ArticleSitePoint PHP Blog: Build a Database with Eloquent, Faker and Flysystem
In the latest post to the SitePoint PHP blog Aleksander Koko continues with his series about creating an application with PHP and EmberJS with a look at building databases. In the first part of the...
View ArticleSite News: Popular Posts for the Week of 08.29.2014
Popular posts from PHPDeveloper.org for the past week:PHP.net: PHP 5.4.32 Released PHP Town Hall: Episode 30: Specs, Implementations, and New Engines OH MY! Qandidate.com Blog: How we manage our...
View ArticleCommunity News: Packagist Latest Releases for 08.29.2014
Recent releases from the Packagist:jwpage/unflash (3.0.0, 2.0.0) Utility for decoding Flash 'dat' files. burnbright/silverstripe-listsorter (2.0.1) Easily provide front-end sorting controls for...
View ArticleLorna Mitchell: Compiling PHP Extensions
Lorna Mitchell has posted a quick guide to compiling PECL extensions to her site today. This is for those users on unix-based systems that might need to manually compile with some custom options (or...
View ArticleCommunity News: Confoo Conference Call for Papers Opens
The Confoo conference has officially announced the opening of their Call for Papers for their 2015 event (happening in mid-February). The conference is multi-disciplinary and covers a wide range of...
View ArticleMatthew Weier O'Phinney: Deployment with Zend Server (Part 2 of 8)
Matthew Weier O'Phinney has posted the second part of his series with some tips around application deployment with Zend Server. In this latest post he shares his second tip related to recurring jobs....
View ArticleCommunity News: Packagist Latest Releases for 08.30.2014
Recent releases from the Packagist:werx/url (1.0.1) Build urls to resources in your app audetpascale/yaml-service-provider (0.0.2, 0.0.1) Silex Service Provider to use YAML. chuyskywalker/rolling-curl...
View ArticleCommunity News: Packagist Latest Releases for 08.31.2014
Recent releases from the Packagist:jasny/dbquery-mysql (v2.0.0) Query builder and parser for MySQL spruct/spruct (1.0.1) Clean PHP struct implementation with optional strong typed fields...
View ArticleStanislav Malyshev: PHP 5.4 (Looking Back) & 5.6 (Looking Forward)
In two new posts to his site Stanislav Malyshev takes a look both forward and back at the PHP language, where it came from in the 5.4 version and ahead into the just released 5.6 version discussing...
View ArticleAnthony Ferrara: Introducing Recki-CT
Anthony Ferrara has introduced an interesting new tool in his most recent post, a compiler toolkit for PHP: Recki-CT. Over 1.5 years ago, I introduced PHPPHP to the world. It was the first...
View ArticleSitePoint PHP Blog: Single Page App with Laravel and EmberJS
The SitePoint PHP blog has posted the fourth part in their "REST App with Laravel and EmberJS" series today. In this latest tutorial they focus in on the frontend and investigate how Ember works how...
View ArticleCommunity News: Latest PECL Releases for 09.02.2014
Latest PECL Releases: timezonedb 2014.7 Updated to version 2014.7 (2014g) pecl_http 2.1.0 - Removed port and scheme guessing of httpUrl for portability * Fixed PHP-5.3 compatibility * Fixed PHP-5.4...
View ArticleCommunity News: Packagist Latest Releases for 09.02.2014
Recent releases from the Packagist:authbucket/oauth2-php (2.2.0) The standard compliant OAuth2.0 library based on the Symfony Components yajra/laravel-oci8 (v1.5.12) Oracle DB driver for Laravel 4 via...
View ArticleMichael Kimsal: Is your code portable to subfolders?
In a quick new post to his site Michael Kimsal asks an interesting question that some PHP developers don't think about in the course of their development: "Is your code portable to subfolders?. Have...
View ArticleCommunity News: Sunshine PHP Call for Papers Opens
The Sunshine PHP conference has officially announced the opening of their Call for Papers for their 2015 event happening February 5th through 7th in Miami, Florida. We're pleased to announce our...
View ArticleCommunity News: Recent posts from PHP Quickfix
Recent posts from the PHP Quickfix site:Funkatron : The Mental Health In Tech Survey #mental #heath #survey Easier Analyses on GitHub Projects You Collaborate To - SensioLabs Insight Blog #sensiolabs...
View ArticleCommunity News: Packagist Latest Releases for 09.03.2014
Recent releases from the Packagist:corneltek/assettoolkit (3.0.0) High performance asset manager. harmstyler/clarify-bundle (v1.0.0) A wrapper bundle for the Clarify php helper library raven/raven...
View ArticleMatthew Weier O'Phinney: Deployment with Zend Server (Part 3 of 8)
Matthew Weier O'Phinney has posted the third article in his "Deploying Zend Server Tips" series today. In this tip he talks about file permissions and execution of shell commands. In the first tip, I...
View Article