Category Archives: PHP Library

Introducing: PasswordLib

Ircmaxell is Introducing PasswordLib, a PHP library for password hashing. It’s a spin-off from CryptLib which didn’t finish so far. Github; Packagist. MIT License.

Posted in Developing, Linked, PHP Library, Pressed | Tagged , , , , | Leave a comment

PHP UTF-8 String Length

If you’ve got an UTF-8 encoded PHP string (e.g. when working with DOMDocument) and you don’t want to rely on the mbstring extension to get it’s length, this can be solved with a simple regular expression (as the string does … Continue reading

Posted in PHP Development, PHP Library, Pressed, The Know Your Language Department | Tagged , , , , , , , , | 1 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

Symfony 2.0 went gold!

Symfony 2.0 released! (via Jakub Zala). Cheers! First PHP framework (and beating NGINX) delivering RFC-conform HTTP redirect messages. If you have not looked inside the code, it’s time you start reading. There is much to discover. Source is on github.

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

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

Posted on by hakre | Leave a comment

The getID3 PHP library can recognise PDFs and a bunch of other file types. In case you don’t have or need more than the PHP build in fileinfo library.

Posted on by hakre | Leave a comment

WasHTML PHP Library

Noting this down for future reference: WasHTML is a PHP script that allow only safe HTML for web-applications that have to display unsafe data. It washes your HTML from dangerous data like javascript, references to unchecked remote files and forms … Continue reading

Posted in PHP Development, PHP Library, Scripts, Tools | Tagged , , , , , , , , | 3 Comments