mariadb / catalogs-php
Communicate with MariaDB for catalogs
dev-main
2024-03-18 09:42 UTC
Requires
- php: >=8.0
- ext-pdo: *
Requires (Dev)
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2024-10-18 10:55:29 UTC
README
A PHP framework to talk to Catalogs. Part of the CloudFest 2024 Hackathon.
Installation
Include the catalog-php with composer:
composer require mariadb/catalogs-php:dev-main
Include autoloader in your project.
<?php require_once('vendor/autoload.php');
Examples
You can check some usage examples on Examples
Contributing
We welcome contributions! Please see our contribution guidelines for details on how to submit pull requests, report issues, or suggest improvements.
License
This project is licensed under the General Public License (GPLv3). See the LICENSE file for details.