/catalogs-php

A PHP framework to talk to Catalogs. Part of the CloudFest 2024 Hackathon.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

catalogs-php

A PHP framework to talk to Catalogs. Part of the CloudFest 2024 Hackathon.

Build status

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.