radek-ziemniewicz member since: Mar 12, 2019 · Transparency log

radek-ziemniewicz's packages

  • PHP

    quillstack/auth

    Authentication for APIs: a route says what reaching it requires, and one place enforces it.

  • PHP

    quillstack/benchmark

    Bash and PHP scripts to benchmark HTTP requests and command line calls.

  • PHP

    quillstack/cache

    A simple cache based on PSR-16: Common Interface for Caching Libraries.

  • PHP

    quillstack/cli

    A command line kernel: a command is a class, and what it needs it asks for.

  • PHP

    quillstack/clock

    A clock based on PSR-20: Clock, with one which stands still for tests.

  • PHP

    quillstack/config

    The package to organise a configuration of your application.

  • PHP

    quillstack/datetime

    A basic library to use a state object of time in PHP.

  • PHP

    quillstack/db

    Database connections and a query builder which binds everything it is given.

  • PHP

    quillstack/di

    The dependency injection container based on PSR-11: Container interface.

  • PHP

    quillstack/dotenv

    The library for using .env files.

  • PHP

    quillstack/dotenv-expand

    Values built from other values in a .env file, resolved strictly: an unknown name is an error, never an empty string.

  • PHP

    quillstack/events

    An event dispatcher based on PSR-14: Event Dispatcher.

  • PHP

    quillstack/framework

    The Quillstack Framework, a light and simple micro-framework to build the API.

  • PHP

    quillstack/header-bag

    A simple solution to use headers according to PSR-7.

  • PHP

    quillstack/http-client

    An HTTP client based on PSR-18, over cURL, saying what went wrong and where.