Packages from joby

  • PHP

    joby/smol-cache

    A set of simple lightweight caching implementations, and wrappers for implementing the same interfaces from common standards.

  • PHP

    joby/smol-config

    A lightweight and flexible configuration library for PHP applications.

  • PHP

    joby/smol-context

    A lightweight DI container for PHP for global, low-config service and object registration. Use it to resolve and inject services, objects, and config values anywhere. You can execute callables with injected dependencies, instantiate objects with dependencies, and even include files using a unique DocBlock injection system.

  • PHP

    joby/smol-fs

    A lightweight and simple filesystem abstraction layer with useful features and built-in traversal attack protection.

  • PHP

    joby/smol-queue

    A lightweight and simple job queue for PHP applications, backed by SQLite.

  • PHP

    joby/smol-request

    A straightforward abstraction layer for retrieving information about and data from the current HTTP request.

  • PHP

    joby/smol-response

    A straightforward abstraction layer for building and rendering HTTP responses.

  • PHP

    joby/smol-router

    A straightforward and unopinionated router for human-scale applications.

  • PHP

    joby/smol-session

    An opinionated PHP session management library, designed to expose a simple API but provide smart performance optimizations and minimize session creation and locking.

  • PHP

    joby/smol-uid

    A simple and lightweight time-ordered random ID library designed for human-scale applications.

  • PHP

    joby/smol-url

    A simple and lightweight extensible URL library designed for working with URLs in human-scale applications.

  • PHP

    joby/toolbox

    A lightweight collection of useful general purpose PHP tools with no dependencies. Committed to always at least having minimal dependencies.