commonphp

There are 10 repositories under commonphp topic.

  • commonphp/di

    Lightweight and easy-to-use dependency injection library for PHP to simplify object management and promote loose coupling.

    Language:PHP61150
  • commonphp/service-management

    A robust and versatile library for managing services in PHP applications, featuring automatic dependency injection, flexible service lifetimes, interface binding, and namespace-based service registration. Streamline your service management with a clear separation of service registration and access.

    Language:PHP3120
  • commonphp/config

    Library designed to simplify the management of configuration files in PHP applications. It leverages the power of dynamic driver loading and custom behaviors to provide a highly adaptable solution for application configuration.

    Language:PHP2000
  • commonphp/dbengine

    Toolkit for database interaction and management in PHP applications offering features for connecting to databases, objectifying queries, executing them, and handling results efficiently.

    Language:PHP2000
  • commonphp/drivers

    Provides a robust framework for managing driver implementations in PHP applications. By leveraging attributes and contracts, it offers a flexible system to register, enable, and utilize various drivers seamlessly within your projects.

    Language:PHP2020
  • commonphp/web

    A versatile PHP web library for streamlined HTTP request/response handling and robust web exception management.

    Language:PHP2000
  • commonphp/config-json

    Enables applications to load and save configurations in JSON format, leveraging the CommonPHP Driver Management system for seamless integration.

    Language:PHP1000
  • commonphp/events

    A powerful and flexible system to handle event-driven programming within PHP applications. It provides mechanisms for event registration, de-registration, triggering, and dynamic hook management.

    Language:PHP1010
  • commonphp/config-ini

    Enables applications to load and save configurations in INI format, leveraging the CommonPHP Driver Management system for seamless integration.

    Language:PHP0000
  • commonphp/config-php

    The PHP Configuration Driver for CommonPHP facilitates the use of PHP files for application configuration, supporting both loading and saving of configurations with robust error handling.

    Language:PHP00