Community News: ConFoo 2014 Call for Papers Opens
The ConFoo conference has officially announced the opening of their Call for Papers for their 2014 event: We are looking for web professionals to share their skills and experience at the next ConFoo....
View ArticleReddit.com: PSR-6 Caching Interface and PSR-5 PHPDoc enter Draft status
As is mentioned in this Reddit post, two new PSRs have officially entered "Draft" status - PSR-5 for PHPDocumentor standards and PSR-6 related to caching implementations. PSR-4 got to draft status a...
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:Pivory.com: From Ajax to WebSocket with PHP, a Quick Example DZone.com: Sencha Touch 2 Models - Loading And Saving Model Data Using a...
View ArticleCommunity News: Packagist Latest Releases for 08.29.2013
Recent releases from the Packagist:php/skeleton (0.2.0) Generic PHP.Skeleton package hampel/validate-laravel (1.0.0) Custom Laravel 4 Validator service provider composer package kumatch/discipline...
View ArticleNetTuts.com: Xdebug - Professional PHP Debugging
On NetTuts.com there's a new article introducing Xdebug, a powerful tool that can help you with debugging your PHP applications. It works by investigating what's happening "on the inside" and...
View ArticleFortrabbit.com: Integrating Codeship with Fortrabbit
On the Fortrabbit blog today they show how to integrate their service with the Codeship.io service, helping make continuous deployment simpler. We have got a lot of requests concerning continuous...
View ArticleSite News: Popular Posts for the Week of 08.30.2013
Popular posts from PHPDeveloper.org for the past week:Community News: Latest PECL Releases for 08.27.2013 Community News: PSR-4 Autloader Proposal now in Draft Status NetTuts.com: Building a...
View ArticleCommunity News: Packagist Latest Releases for 08.30.2013
Recent releases from the Packagist:phine/bench (1.1.0, 1.0.0) A PHP library for running timed tests. hirokws/prepper (0.2.2, 0.2.1, 0.2.0) Registorate installing package's service provider and class...
View ArticleDesignShack.com: How to Build a Dynamic Imgur Upload App Using jQuery & PHP
On DesignShack.com Jake Rocheleau has a tutorial showing you how to create an image uploader that pushes the image over to the Imgr service. In this tutorial I want to demonstrate how we can remotely...
View ArticleNomad PHP: November 2013 - Ed Finkler, "More Code, More Problems"
The Nomad PHP (virtual) user group has announced their speaker for the November 2013 meeting - Ed Finkler talking about the problems that come with having "more code" in your applications. In this...
View ArticlePhil Sturgeon: CurlFile and the Facebook SDK in PHP 5.5
Phil Sturgeon has a new post to his site today looking at a new feature that's included with PHP 5.5, Curlfile, and how he uses it with calls to the Facebook API (and a fix to make it cooperate). One...
View ArticleVG Tech: Inheriting Configuration in Zend Framework 2 Applications
On the VG Tech blog they show how, instead of copy and pasting configuration settings all across their Zend Framework v2 application, they used inheritance to specify just the differences. When...
View ArticleCommunity News: Packagist Latest Releases for 08.31.2013
Recent releases from the Packagist:snakano/cache-store (1.1.0) provides a generic way to cache any data aklump/loft_data_grids (0.3) PHP Classes to allow data placement in a grid structure and...
View ArticleCommunity News: Packagist Latest Releases for 09.01.2013
Recent releases from the Packagist:danielstjules/stringy (1.1.0) A string manipulation library with multibyte support adfab/user (0.4.1, 0.4.0) Module managing user adfab/core (0.3.13, 0.3.12, 0.3.11,...
View ArticleCommunity News: Packagist Latest Releases for 09.02.2013
Recent releases from the Packagist:icecave/fez (0.2.0) User agent parser and browscap implementation. jbruni/larauth (v0.1) Authentication and Authorization Services for Laravel 4 enygma/expose (2.1)...
View ArticleKevin Schroder: What SSL $_SERVER variables are available in PHP
Kevin Schroeder has shared the results of a question he wanted answered when it came to PHP with a HTTPS (SSL) connection - which of the $_SERVER variables are available. I found myself wondering what...
View ArticlePhil Sturgeon: Named Parameters in PHP
in a new post to his site Phil Sturgeon talks about a new (old?) proposal to introduce named parameters into PHP. Named Parameters for PHP is not a new conversation. It's reared its head several times...
View ArticleJani Hartikainen: Library author: Don't provide an exploitable interface
Jani Hartikainen has shared a recommendations to library authors out there - don't make your library exploitable. That is, don't make it, by default, open to common attacks like SQL injection or...
View ArticleCommunity News: Latest PECL Releases for 09.03.2013
Latest PECL Releases: redis 2.2.4 ** ** Features / Improvements ** * Randomized reconnect delay for RedisArray @mobli This feature adds an optional parameter when constructing a RedisArray object such...
View ArticleCommunity News: Packagist Latest Releases for 09.03.2013
Recent releases from the Packagist:supersonicbionic/mightymouse (13.09) MightyMouse (MM) is a fast and modular PHP MVC framework. stk2k/charcoalphp2 (2.18.3, 2.18.1) Task Oriented PHP Web Framework...
View Article