php developers

Upcoming PHP Courses - Lorna Mitchell

Planet PHP  Thu, 02/16/2012 - 02:36

Since becoming freelance 18 months ago, I've taught a number of courses at my excellent local tech training centre, NTI Leeds.


 

Plat_Forms 2012 announcement - Gaylord Aulke

Planet PHP  Tue, 01/31/2012 - 07:48

Heise and the university of Berlin just announced the next iteration of the Plat_Forms programming contest.

This time, the task all teams need to implement will be more "cloudy", not that frontend-heavy. Hopefully, PHP will perform better than in 2011 this time.

If you have a team of 3 PHP developers and if you think you can compete with Ruby and Java: registration is open!


 

Kurt Payne's Blog: How to Unit Test pcntl_fork()

PHPDeveloper.org  Thu, 01/19/2012 - 13:40

Kurt Payne has a new post to his blog showing how you can unit test your process forking in your PHP application (pcntl).


 

PHPClasses.org: PHP Zeitgeist 2012

PHPDeveloper.org  Wed, 01/18/2012 - 10:04

On the PHPClasses.org blog there's a new post with a "zeitgeist" they've generated from statistics on the site (such as search queries and overall popularity of packages).


 

PHP Zeitgeist 2011 - PHP Classes

Planet PHP  Wed, 01/18/2012 - 03:54

PHP Zeitgeist 2011 By Manuel Lemos The PHP Zeitgeist is an initiative that allows us to understand what were some of the main new trends and concerns of the PHP developers in the past year.

Read this article to learn about what new things PHP developers have been searching more in 2011 and what are their needs that probably still need to be fulfilled.


 

Composer: Part 2 – Impact - Nelmio

Planet PHP  Tue, 12/20/2011 - 07:01

In the first part of this post I introduced Composer & Packagist.

If you are not familiar with them please read part 1 first.

Impact

In this second part I would like to talk about a few things Composer could do for you, and the PHP community at large, once it is broadly adopted.


 

Community News: Lake / Kenosha County PHP Users Group

PHPDeveloper.org  Mon, 12/19/2011 - 12:39

As was mentioned by Patrick Schwisow the Lake County, Illinois/Kenosha County, Wisconsin area has a new PHP user group - the Lake / Kenosha County PHP Users Group.


 

Michaelangelo van Dam' Blog: Windows Azure for PHP developers

PHPDeveloper.org  Mon, 12/12/2011 - 09:17

In a new post to his blog, Michelangelo van Dam starts off a series looking at Windows Azure for PHP developer, an introduction to the service and what sorts of features it has to offer.


 

Better Object-Oriented Arrays - PHP Advent

Planet PHP  Fri, 12/09/2011 - 23:00

I’ve been working on developer-facing software and SDKs in PHP for nearly a decade, and through the experience of supporting these developers, I’ve learned something interesting about the PHP community at-large.

The majority of PHP developers have a very good understanding of native types (e.g., strings, arrays, integers, booleans).

Since they’re the lowest common denominators of the PHP language, it’s generally pretty easy for developers to understand these types.