AntonPanfilov member since: Mar 13, 2024

AntonPanfilov's packages

  • PHP

    ap-lib/logger

    A performance-focused and flexible library for logging, supporting errors, warnings, info, and debug messages.

  • PHP

    ap-lib/mysql

    AP\Mysql is a performance-oriented query builder built exclusively for MySQL. It leverages MySQL-specific features like INSERT IGNORE, REPLACE, ON DUPLICATE KEY UPDATE, partitions, and bulk operations for maximum efficiency

  • PHP

    ap-lib/normalizer

    A library that normalizes some mixed variable to simple types: int, string, array, bool, null

  • PHP

    ap-lib/persistent-cache

    Caching of an unchanging array is typically prepared on one computer and used on another

  • PHP

    ap-lib/routing

    High-performance, flexible PHP routing library designed for speed and extensibility. Routing is optimized for static method calls and relies on a pre-built index for maximum efficiency. It provides simple, direct hashmap-based routing while allowing custom strategies and middleware support.

  • PHP

    ap-lib/routing-cache

    Caching of an unchanging routing index is typically prepared on one computer and used on another.

  • PHP

    ap-lib/sanitizer

    A library that sanitize some mixed variable to simple types: int, string, array, bool, null

  • PHP

    ap-lib/singleton

    Implementation for a singleton pattern