A PHP framework to talk to Catalogs. Part of the CloudFest 2024 Hackathon.
Include the catalog-php with composer:
composer require mariadb/catalogs-php:dev-main
Include autoloader in your project.
<?php require_once('vendor/autoload.php');
You can check some usage examples on Examples
We welcome contributions! Please see our contribution guidelines for details on how to submit pull requests, report issues, or suggest improvements.
This project is licensed under the General Public License (GPLv3). See the LICENSE file for details.