First blog entry

This is the very first post for my new blog about IT-related stuff!

As I mostly develop using PHP & Python, most blog entries will be about these programming languages. I’ll probably also discuss specific projects I’m working on:

  • phpfarm

    My custom fork of Christian Weiske‘s phpfarm project. phpfarm allows you to run several versions of PHP alongside each other.

  • Erebot

    A modular IRC bot written in PHP

  • ...and its sub-projects/sub-components:

    • Plop

      A user-friendly yet very flexible logging system for PHP applications (compatible with the PSR-3 logging interface)

    • Erebot/URI

      A library made for parsing and generating Uniform Resource Identifiers (URIs)

    • Erebot/Timer

      A PHP library to run some code after a certain amount of time has passed

    • Erebot/CallableWrapper

      A special wrapper to emulate the “callable” typehint in PHP 5.3.x.

    • Erebot/DOM

      A PHP class that adds Schematron validation capabilities to the standard DOM extension.

    • Erebot/Intl

      A library to handle internationalisation (i18n) of PHP applications using gettext catalogs.

    • Erebot/Styling

      A library to create formatted IRC messages using HTML-like markup. It can handle complex i18n rules, lists and arrays, colors, etc.

  • XRL

    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.

  • Pssht

    A PHP library for building SSH servers with support for various advanced features:

    • compression
    • counter mode (ctr) ciphers
    • SHA-2
    • ECDH & ECDSA
    • UMAC
    • AEAD (eg. AES-GCM)
    • Curve25519 & Ed25519
    • ChaCha20-Poly1305
    • ...
  • ...and probably others too :)

Comments

comments powered by Disqus