Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 848 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 848 Bytes

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.