Packages from quillstack · Transparency log

  • 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.

  • PHP

    quillstack/http-request

    Common interface for Server Requests and Client Requests.

  • PHP

    quillstack/local-storage

    The library to manage files in local storage.

  • PHP

    quillstack/logger

    A simple logger based on PSR-3: Logger Interface.

  • PHP

    quillstack/middleware

    The middleware library based on PSR-15: HTTP Server Request Handlers.

  • PHP

    quillstack/orm

    An ORM which cannot be asked one query per row: touching one entity's relation loads it for every entity beside it.

  • PHP

    quillstack/output

    The library responsible for console output in CLI commands.

  • PHP

    quillstack/parameter-bag

    Simple key-value storage.

  • PHP

    quillstack/queue

    A simple queue: messages, handlers and workers.

  • PHP

    quillstack/queue-rabbitmq

    A RabbitMQ driver for quillstack/queue: the broker holds the message until a worker says what became of it.

  • PHP

    quillstack/quillstack

    A project built based on the Quillstack Framework.

  • PHP

    quillstack/response

    The response object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.

  • PHP

    quillstack/router

    The routing library working with PSR-7 requests.

  • PHP

    quillstack/serializer

    Turns objects into what goes over the wire, saying what may go rather than what may not.

  • PHP

    quillstack/server-request

    The request object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.

  • PHP

    quillstack/standards

    Checks a Quillstack package against the shape every one of them takes: the README, the badges, the repository, the release. Rules are language-neutral data; this is the reader for them.

  • PHP

    quillstack/storage-interface

    Common interface for Storage classes.

  • PHP

    quillstack/stream

    The simple implementation of PSR-7: StreamInterface.

  • PHP

    quillstack/test-coverage

    A library to create test coverage reports in PHP.

  • PHP

    quillstack/unit-tests

    A simple library for unit testing in PHP 8.

  • PHP

    quillstack/uri

    The simple implementation of PSR-7: UriInterface.

  • PHP

    quillstack/validator-interface

    Common interface for Validator classes.