Libraries tagged by quillstack
quillstack/unit-tests
4322 Downloads
A simple library for unit testing in PHP 8.
quillstack/test-coverage
4580 Downloads
A library to create test coverage reports in PHP.
quillstack/storage-interface
6700 Downloads
Common interface for Storage classes.
quillstack/local-storage
5429 Downloads
The library to manage files in local storage.
quillstack/di
5113 Downloads
The dependency injection container based on PSR-11: Container interface.
quillstack/uri
1428 Downloads
The simple implementation of PSR-7: UriInterface.
quillstack/dotenv
776 Downloads
The library for using .env files.
quillstack/cli
559 Downloads
A command line kernel: a command is a class, and what it needs it asks for.
quillstack/auth
341 Downloads
Authentication for APIs: a route says what reaching it requires, and one place enforces it.
quillstack/validator-interface
1832 Downloads
Common interface for Validator classes.
quillstack/stream
1555 Downloads
The simple implementation of PSR-7: StreamInterface.
quillstack/server-request
1003 Downloads
The request object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.
quillstack/router
894 Downloads
The routing library working with PSR-7 requests.
quillstack/response
927 Downloads
The response object based on PSR-7: HTTP messages, and with the main goal: to be simple and fast.
quillstack/queue
542 Downloads
A simple queue: messages, handlers and workers.