malinichevvv / lift-php
A fast, minimal PHP micro-framework — PSR-7/11/15, autowiring DI, routing, and zero config
v1.2.1
2026-05-18 14:05 UTC
Requires
- php: >=8.1
- psr/container: ^2.0
- psr/event-dispatcher: ^1.0
- psr/http-factory: ^1.1
- psr/http-message: ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^3.0
- psr/simple-cache: ^3.0
Requires (Dev)
- phpstan/phpstan: ^1.12
- phpunit/phpunit: ^11.0
Suggests
- ext-pcntl: Enables graceful SIGTERM/SIGINT handling in the queue Worker.
- ext-redis: Required for RedisClient, RedisCache, and RedisQueue drivers.
- php-amqplib/php-amqplib: Required for AmqpQueue (RabbitMQ driver). Install: composer require php-amqplib/php-amqplib "^3.0"