June 2007
March 2007
HTML Purifier - Filter your HTML the standards-compliant way!
by 4 othersHTML Purifier is a standards-compliant HTML filter library written in PHP. HTML Purifier will not only remove all malicious code (better known as XSS) with a thoroughly audited, secure yet permissive whitelist, it will also make sure your documents are standards compliant
December 2006
THELIA
THELIA est un logiciel évolutif de Commerce Electronique. Thelia a pour avantage, par rapport à des logiciels comme OS-Commerce (que nous proposons aussi) d’être entièrement personnalisable et paramétrable par notre équipe ou par des webagency. Les pages construites peuvent s’ouvrir dans Dreamweaver par exemple sans que le code ou la mise en page soit déstructurée. Cela permet à des webdesigners ou des intégrateurs de travailler les squelettes de bases sans pour autant développer des lignes de codes. Pour cela le système de squelette (cher à SPIP par exemple) a été utilisé et le code est séparé de la mise en page.
PHPSurveyor.org - Liste des fonctionnalités
PHPSurveyor contient par défaut tout ce dont vous avez besoin pour réaliser avec élégance quasiment tout type de questionnaire.
JavaScript Packer in PHP
PHP Version of the Dean Edwards 's Packer de Dean Edwards, a JavaScript Compressor/Obfuscator.
November 2006
October 2006
Swift Mailer - A Pluggable PHP Mailing Library
by 9 othersSwift is a fully OOP Library for sending e-mails from PHP websites and applications. It does not rely on PHP's native mail() function which is known for using high server resources when sending multiple emails. Instead, Swift communicates directly with an SMTP server or a MTA binary to send mail quickly and efficiently.
September 2006
The Joy of Regular Expressions [1]
by 1 otherSo going to take a crack at Yet Another Regular Expressions tutorial, with a focus on doing (in PHP) while slowly introducing you to regexp (shorthand for regular expression) syntax.
ODT2XHTML - LA class PHP qui transforme vos fichiers ODT en fichiers (X)HTML !
by 4 othersOdt2Xhtml est une classe en PHP4, dont le but ultime est de convertir des fichiers au format OpenDocument en fichiers (x)html
ImageMagick v6 Examples
by 2 others (via)This web pages presents a set of examples using ImageMagick from the command line
August 2006
PHPGeocache - Open Source Geocaching Library for PHP
by 1 otherPHPGeocache is a free toolkit implemented in PHP which allows everyone to integrate geocaching information into his own website. And yes, it can also be used for commercial projects.
» PHP Design Patterns - when should they be used?
by 2 othersYou should probably start looking into design patterns as soon as you have a handle on object oriented PHP. That said, I personally believe they start to play a valuable role in practical work, only when the PHP projects are of a reasonable size.
Hot PHP UTF-8 tips
by 2 othersSome very smart tips on handling UTF-8. What follows is a discussion illustrating what happens when you get obsessed with performance and optimizations (be warned—may be boring, depending on your perspective).
August 2005
The Singleton Design Pattern for PHP
Ensure a class has only one instance and provide a global point of access to it.