Clicky’s blog¶
Hello! My name is François “Clicky” Poirotte and this here is the blog where I discuss various topics related to programming and computers in general.
Most recent posts:
- Sep 06 - PHPFarm Episode 1: Getting started
- May 09 - PHPFarm Episode 0: A bit of history
- Apr 09 - Various thoughts on Composer: Part 1
- Apr 05 - First blog entry
You may also check out the various projects I contribute to:
-
My custom fork of Christian Weiske‘s phpfarm project. phpfarm allows you to run several versions of PHP alongside each other.
-
A user-friendly yet very flexible logging system for PHP applications. Plop is compatible with the PSR-3 logging interface.
-
An easy-to-use XML-RPC library for PHP (both as a client and a server) with a syntax that feels very natural.
It supports many common XML-RPC extensions and it handles type autoboxing.
-
A modular IRC bot written in PHP. This project gave birth to multiple sub-projects:
- Erebot/URI: URI processing made easy (both generation and parsing)
- Erebot/CallableWrapper: handle various forms of callable code in PHP
- Erebot/Timer: execute code after a given period of time has ellapsed
- Erebot/DOM: enhancement over the standard PHP DOM extension that adds support for Schematron validation
- Erebot/Intl: handle internationalization & localization
- Erebot/Styling: generate IRC-formatted output using a powerful markup language (with support for internalization)
-
An event-oriented PHP stream manager, with supported for filtered streams.
-
PHP bindings for the LibTomCrypt cryptography library.
-
A PHP library for building SSH servers with support for various advanced features.
-
A basic PHP shell Initially written for pssht.
-
The PHP Cryptography Abstraction Layer meant to ease the use of cryptographic primitives by abstracting away the differences between the various PHP cryptography extensions available.
Includes plugins for the most common PHP extensions, as well as userland PHP implementations for some algorithms.