frodeborli member since: Feb 02, 2015

frodeborli's packages

  • charm/app

    A minimalistic application framework, based on a set of minimalistic components.

  • charm/arraybuffer

    Typed arrays for structs powered by FFI. Gives you the equivalent of UInt8Array, UInt16Array, UInt32Array, Float64Array and ArrayBuffer in JavaScript.

  • charm/cli

    Provides the `charm` cli utility.

  • charm/config

    A configuration hub. Used for accessing configuration information.

  • charm/db

    PDO wrapper, for those that dislike verbose `PDOStatement` methods but also dislike SQL injection.

  • charm/dispatcher

    Creates PSR-7 Server Server Requests for PSR-15 Server Request Handlers and Middlewares from a web server, ReactPHP, Swoole or the command line.

  • charm/error

    Just an interface, a trait and two exception classes. Ancestor of all charm/* exception classes.

  • charm/event

    A simple event emitter interface and a trait with the methods 'on', 'off' and 'emit'.

  • PHP

    charm/exception-middleware

    Provides a PSR-15 Middleware which traps exceptions and renders a nice error page.

  • charm/exceptions

    Various exception classes with some extra information such as HTTP Status Codes and HTTP Status Messages.

  • charm/fallback-logger

    An error logger designed to be a fallback implementation that logs via the PHP error_log() function or to STDERR with colors

  • charm/fsrouter-middleware

    A router where routes are defined by file system paths.

  • charm/hooks

    A powerful Hooks library, to allow extending and integrating between components.

  • charm/http

    A simple and extendable implementation of PSR-7 HTTP message interfaces

  • charm/i18n

    Provides a Locale and Collator instance based on a Psr\Http\ServerRequestInterface.