Packages from metarush

  • PHP

    metarush/cookie-sessions

    Storageless sessions using encrypted cookies as session handler

  • PHP

    metarush/data-mapper

    A generic data access layer for basic CRUD operations. Can act as a layer between database and repositories/services.

  • PHP

    metarush/email-fallback

    Send email via SMTP host, if it fails, fallback/failover to another SMTP host. Round-robin mode also available to distribute the load to all SMTP hosts.

  • PHP

    metarush/firewall

    A firewall for web applications that wants to blacklist/whitelist IP addresses

  • PHP

    metarush/getter

    Generate a class with getter methods from a yaml or env file

  • PHP

    metarush/lang

    Language translations / i18n / l10n with replaceable variables.

  • PHP

    metarush/log-once

    Log messages, usually error messages, only once and optionally get notified. No more flood of error logs with the same message.

  • PHP

    metarush/notifier

    Send multiple notifications using notifiers like email, Pushover, etc.

  • PHP

    metarush/otp-auth

    Authentication library using one-time passwords (via email token)

  • PHP

    metarush/pagination

    Standalone pagination module that is not tied to any frameworks

  • PHP

    metarush/perm

    Role-based access control (RBAC) with custom rules (like ABAC)