Download the PHP package rammewerk/request without Composer
On this page you can find all versions of the php package rammewerk/request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rammewerk/request
More information about rammewerk/request
Files in rammewerk/request
Package request
Short Description Simple request handler for PHP
License MIT
Homepage https://rammewerk.com
Informations about the package request
Rammewerk Request
Rammewerk Request is a PHP component designed to simplify handling HTTP requests, sessions, file uploads, and flash messages. This component offers a structured way to interact with request data, including inputs, cookies, server variables, and uploaded files, while also providing robust session management and flash messaging capabilities.
Features
- Request Handling: Easily access and manipulate request data such as inputs, cookies, and server variables.
- Session Management: Start, manage, and destroy sessions securely with built-in CSRF token handling.
- File Upload Handling: Normalize and manage uploaded files through an intuitive API.
- Flash Messages: Set and retrieve flash messages for user notifications across requests.
- Type-Safe Input Methods: Retrieve inputs in a type-safe manner (e.g., string, integer, float, boolean, array, etc.).
- Domain and URI Checks: Determine request paths, domains, subdomains, and check for HTTPS.
Installation
To install the Rammewerk Request component, you can use Composer:
Usage
Basic Request Handling
Session Management
File Upload Handling
Flash Messages
Domain and URI Checks
Type-Safe Input Retrieval
Contributing
If you would like to contribute to the Rammewerk Request component, please feel free to submit a pull request. All contributions are welcome!
License
Rammewerk Request is open-sourced software licensed under the MIT license.