Download the PHP package eliasnoya/tuples-framework without Composer
On this page you can find all versions of the php package eliasnoya/tuples-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eliasnoya/tuples-framework
More information about eliasnoya/tuples-framework
Files in eliasnoya/tuples-framework
Package tuples-framework
Short Description Lightweight PHP framework optimized for minimal resource consumption, specifically designed for seamless integration with the RoadRunner HTTP Server.
License MIT
Informations about the package tuples-framework
# Tuples Framework
Tuples is a lightweight framework, weighing in at just over 50KB, designed to provide essential features like an HTTP router, PSR-7 support, and a simplified dependency injector. It is crafted with the intention of being utilized seamlessly with RoadRunner while remaining compatible with traditional PHP implementations.
Features
- HTTP Router: Efficient routing for handling web requests.
- Request and Response Wrappers: With PSR-7 Compatibility
- Dependency Injection: A simplified dependency injector to manage class dependencies.
- Mutliples Database Connections: A simple PDO Wrapper (for more complex use your can inject Doctrine or some similar packadge)
- RoadRunner Worker: In the skeleton app your have the worker and the basic configuration of RoadRunner HTTP Server
Philosophy
Tuples follows the philosophy of being minimally invasive, providing only the fundamental functionalities needed for a web application. The goal is to keep the codebase lightweight, making it suitable for a variety of use cases. Whether you are working with RoadRunner (our favorite) or a standard PHP environment, Tuples aims to be versatile and easy to integrate.
Create a Skeleton app with all the depedencies and RoadRunner Server
All versions of tuples-framework with dependencies
nyholm/psr7-server Version ^1.1
nyholm/psr7 Version ^1.8
vlucas/phpdotenv Version ^5.6
spiral/roadrunner Version ^2023.3.0
spiral/roadrunner-cli Version ^2.5
spiral/roadrunner-http Version ^3.2
twig/twig Version ^3.8