williamhumbwavali member since: Aug 06, 2024
williamhumbwavali's packages
-
-
PHP
lithemod/cors
Configures Cross-Origin Resource Sharing (CORS) headers for your Lithe application.
-
PHP
lithemod/crypt
A lightweight encryption utility for PHP applications, providing secure data encryption and decryption functionalities.
-
PHP
lithemod/csrf
The CSRF (Cross-Site Request Forgery) middleware in Lithe protects your application from attacks that attempt to perform actions on behalf of the user without their authorization.
-
-
PHP
lithemod/events
Lithe Events: A powerful and lightweight event management system for PHP projects, designed to simplify communication between components intuitively and efficiently. Easily create, register, and emit events, making your code more modular and reactive. Transform your applications into dynamic experiences with Lithe Events!
-
PHP
lithemod/flow
Interfaces and utilities for handling HTTP requests and responses in Lithe, enabling middleware creation.
-
-
lithemod/httpexception
Custom HTTP exceptions.
-
PHP
lithemod/import
Support for facilitating the dynamic inclusion of PHP files and the management of external variables.
-
PHP
lithemod/jwt
A lightweight JWT authentication library for Lithe framework, providing secure token generation, validation, and middleware integration.
-
-
PHP
lithemod/mail
Email sending package based on PHPMailer, simplifying the process of sending SMTP emails in PHP applications. It offers integration with environment variables using the lithemodules/support-env package, ensuring secure and flexible configuration.
-
-
PHP
lithemod/session
Manages user sessions, allowing you to store and retrieve both persistent and temporary information between requests, such as login data, preferences, and short-term data.