Category Archives: PHP Development

phptags – tidies up tags in PHP scripts and guards whitespace

Just stumbled over another PHP related tool today, which I think is worth the link: phptags is a simple commandline tool to tidy up open and close tags in PHP scripts. It can rewrite close tags, and strip leading or … Continue reading

Posted in Hakre's Tips, Linked, PHP Development, PHP Development, Pressed, Tools | Tagged , , , , , , , | Leave a comment

Vanity is on github.

Posted on by | Leave a comment

Flow3 went gold

Flow3 Version 1.0 is officially out. The Typo3 spin-off is a full featured PHP application framework with modern software design approaches. After the release of Symfony 2 in July it looks like that 2011 is the year of the next … Continue reading

Posted in Linked, PHP Development, PHP Development, PHP Frameworks, PHP Library, Pressed, Tools | Tagged , , | Leave a comment

Geany 0.21 released!

The news is already ten days old, but better late than never: Geany 0.21 released. Geany is a fine GTK2 based editor, I use it normally for quick PHP writing. Nice PHP lint, shell and manual integration.

Posted in Linked, PHP Development, Tools | Tagged , , | 2 Comments

Exception Best Practices in PHP 5.3

Posted on by | Leave a comment

QueryPath PHP Library to deal with XML/HTML esay CSS-like access and manipulation. Code available at Github.

Posted on by | Leave a comment

When Flat PHP meets Symfony

Posted on by | Leave a comment

List of PHPMD Rulesets

As I only use PHPMD from time to time only I always need to lookup the default ruleset names from the filesystem. As google is faster than a search on the harddrive, here they are: codesize design naming unusedcode I … Continue reading

Posted in PHP Code Smells, PHP Development, PHP Development, Pressed, Tools, Uncategorized | Tagged , , | 1 Comment

PHP: Extending stdClass with Closures (plus Visitor)

From the red-wine department: $this remains unresolved so of limited use, but some fun anyway: And before you ask: It’s just that I was wondering the following did not work:

Posted in PHP Development, Pressed | Tagged , | 1 Comment

PHP: is_null() vs. NULL ===

From the know your language department: If you can, go with the identical comparison operator ===. That’s a good approach in PHP for various reasons. Only one example: could be written as: but it is about more than 14 times … Continue reading

Posted in PHP Development, Pressed, The Know Your Language Department | Tagged , , , | 2 Comments

apigen looks clean.

Posted on by | Leave a comment

CoSign: Secure, Intra-Institutional Web Authentication – Open Source Web Single Sign-On. “An open source project originally designed to provide the University of Michigan with a secure single sign-on web authentication system. cosign is part of the National Science Foundation Middleware … Continue reading

Posted on by | Leave a comment

Common MVC Interfaces in PHP

Interested early adopters might want to follow some additional public repositories at github. Looks like there is some initiative to streamline PHP interfaces for diverse PHP based MVC implementations. Namely Zend Framework and Symfony. Name of the baby: FIG. Short … Continue reading

Posted in Hakre's Tips, PHP Development, PHP Development, PHP Frameworks, PHP Standards, Pressed | Tagged , , , , , , , , , , , , | Leave a comment

APDT: Aspect PHP Developement Tools

The Aspect PHP Development Tools (APDT) project is a Eclipse platform based tool for AOSD in PHP. The goal is to deliver a user experience consistent with the PHP Development Tools (PDT) when working with PHPAspect projects and resources. The … Continue reading

Posted in PHP Development, Pressed, Tools | Tagged , , , , | Leave a comment

phpRack

phpRack is a light framework for automation of integration tests. By integration tests software module run in the production environment to validate configuration and applications setup. Read On: phpRack Documentation

Posted in PHP Development, Pressed, Tools | Tagged , , , , , | 2 Comments

Eclipse Helios and PDT 2.2 [UPDATED]

On 23 Jun 2010 PDT 2.2 has been released. PDT is a PHP development environment within Eclipse, a full featured IDE. Eclipse PDT is available to donwload on it’s project site.

Posted in PHP Development, Pressed, Tools | Tagged , , , , , , | 2 Comments

QueryPath – Find your Way

QuerPath is another PHP library for working with XML and HTML. Licensed under LGPL/MIT it self-announces it with the following features:

Posted in Hakre's Tips, PHP Development, Tools | Tagged , , , , , , | Leave a comment

Tools: WebSVN

I ran over this by need and I must say in the end I’m pretty confident with: WebSVN is a PHP script/webapp that publishes one or multiple Subversion-Repositories as HTML on the fly.

Posted in Hakre's Tips, PHP Development, Tools | Tagged , , , , , | Leave a comment

Nwire Eclipse PHP Plugin Review

I’ve seen nWire announcing their plugin on some blogs and they offer a free trial for it. Since I’m a Eclipse PDT userette I wanted to give it a testdrive. Here we go:

Posted in PHP Development, Tools | Tagged , , , , | 1 Comment

PHP Mess Detector

Another tool for maintaining and control PHP sourcecode is PHPMD – PHP Mess Detector. A spin-off project of PHP Depend: What PHPMD does is: It takes a given PHP source code base and look for several potential problems within that … Continue reading

Posted in Hakre's Tips, PHP Development, Tools | Tagged , , , , , , , | 3 Comments