omegacms / database
Omega CMS Database Package
Installs: 295
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=8.2
- omegacms/container: ^1.0.0
- symfony/console: ^7.1
Suggests
- ext-pdo: Enables database access via PDO.
- ext-pdo_mysql: Enables MySQL database access via PDO.
- ext-pdo_sqlite: Enables SQLite database access via PDO.
README
The Database package provides the libraries to link and manipulate the data contained in the databases.
Requirements
- PHP 8.2 or later
Installation via Composer
Add "omegacms/database": "^1.0.0"
to the require block in your composer.json
file and then run composer install
.
{ "require": { "omegacms/database": "^1.0.0" } }
Alternatively, you can simply run the folowing from the command line:
composer require omegacms/database "^1.0.0"
If you want to include the test sources, use:
composer require --prefer-source omegacms/database "^1.0.0"
Documentation
Work in progress
Contributing
If you'd like to contribute to the OmegaCMS Database package, please follow our contribution guidelines.
License
This project is open-source software licensed under the GNU General Public License v3.0.