Packages from ap-lib

  • PHP

    ap-lib/caster

    AP\Caster is a high-performance PHP library designed to facilitate flexible and efficient data casting operations. It supports adaptive scalar casting, enum casting, and customizable casting strategies to ensure data integrity and type safety in your applications

  • PHP

    ap-lib/caster-scheme

    AP\Caster\Scheme is a plugins for caster for casting objects based on scheme

  • PHP

    ap-lib/context

    The Context library provides a lightweight context storage system for managing and retrieving shared data across different parts of an application. It supports dynamic storage, object retrieval, and type enforcement.

  • PHP

    ap-lib/directory-class-finder

    DirectoryClassFinder is a lightweight PHP library for scanning directories and retrieving class names

  • PHP

    ap-lib/error-node

    A simple and lightweight PHP library for handling structured error messages, useful for validation, data processing, and API responses

  • 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