zkwbbr member since: Jan 21, 2019

zkwbbr's packages

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

  • PHP

    zkwbbr/bare-min

    Bare minimum framework

  • PHP

    zkwbbr/utils

    Several utility functions placed in classes so they can be auto-loaded

  • PHP

    zkwbbr/validation-helper

    Helper class for Respect\Validation

  • PHP

    zkwbbr/view

    Display template file inside a layout file using plain PHP