Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charonlab/charon-db
🛢️ A high-performance PHP library offering a powerful SQL Query Builder and Object-Oriented API for streamlined database interactions
https://github.com/charonlab/charon-db
dbal php-library php8 query-builder
Last synced: 3 months ago
JSON representation
🛢️ A high-performance PHP library offering a powerful SQL Query Builder and Object-Oriented API for streamlined database interactions
- Host: GitHub
- URL: https://github.com/charonlab/charon-db
- Owner: charonlab
- License: mit
- Created: 2024-01-03T04:30:30.000Z (about 1 year ago)
- Default Branch: 1.3.x
- Last Pushed: 2024-06-23T11:31:49.000Z (7 months ago)
- Last Synced: 2024-09-28T20:40:20.283Z (3 months ago)
- Topics: dbal, php-library, php8, query-builder
- Language: PHP
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# charonlab/charon-db
[![PHP Version Require](https://poser.pugx.org/charonlab/charon-db/require/php)](https://packagist.org/packages/charonlab/charon-db)
[![Latest Stable Version](https://poser.pugx.org/charonlab/charon-db/v/stable)](https://packagist.org/packages/charonlab/charon-db)
[![tests](https://github.com/charonlab/charon-db/actions/workflows/tests.yml/badge.svg)](https://github.com/charonlab/charon-db/actions)
[![static analysis](https://github.com/charonlab/charon-db/actions/workflows/static-analysis.yml/badge.svg)](https://github.com/charonlab/charon-db/actions)
[![Total Downloads](https://poser.pugx.org/charonlab/charon-db/downloads)](https://packagist.org/charonlab/charon-db)
[![License](https://poser.pugx.org/charonlab/charon-db/license.svg)](https://packagist.org/packages/charonlab/charon-db)The **charon-db** for PHP is a comprehensive and performant library designed to simplify database interactions in PHP applications.
It provides a robust SQL Query Builder and an intuitive Object-Oriented API, empowering developers to efficiently
manage database operations while maintaining code readability.## Features
- **SQL Query Builder**: Construct intricate database queries effortlessly with a flexible and clear SQL Query Builder, ensuring simplicity without compromising functionality.
- **Object-Oriented API**: Leverage the Object-Oriented API to interact with databases using PHP objects, enhancing code maintainability and expressiveness.
- **Performance Optimization**: Engineered with a focus on performance, Charon DB executes database operations efficiently, contributing to the overall speed and responsiveness of your application.## Installation
Use the composer to install:
```bash
composer require charonlab/charon-db
```## Documentation
Documentation is at [docs](docs/index.md)
## Support
- [Issues](https://github.com/charonlab/charon-db/issues/)
## License
The MIT License (MIT). Please see [License](LICENSE.md) for more information.