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.
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.
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.
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.
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.
commonphp/web
A versatile PHP web library for streamlined HTTP request/response handling and robust web exception management.
commonphp/config-json
Enables applications to load and save configurations in JSON format, leveraging the CommonPHP Driver Management system for seamless integration.
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.
commonphp/config-ini
Enables applications to load and save configurations in INI format, leveraging the CommonPHP Driver Management system for seamless integration.
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.