Packages from lithemod

  • PHP

    lithemod/cache

    Caching mechanism using the filesystem.

  • 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/env

    A simple environment variable loader and manager for PHP applications.

  • 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.

  • PHP

    lithemod/hash

    An effective module for hashing passwords using Bcrypt.

  • 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/log

    A simple logging library for PHP projects.

  • 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/orbis

    A powerful class manager for effortless instance handling in PHP!

  • 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.

  • PHP

    lithemod/session-support

    A lightweight and flexible PHP component for managing sessions and flash messages in PHP applications, designed to simplify state management and enhance user experience across various frameworks.

  • lithemod/upload

    A versatile module for efficiently managing file uploads in PHP, ensuring seamless integration and robust error handling.

  • PHP

    lithemod/validator

    A simple validator for validating input data in PHP applications.