An open API service indexing awesome lists of open source software.

https://github.com/mariadb/catalogs-php

A PHP framework to talk to Catalogs. Part of the CloudFest 2024 Hackathon.
https://github.com/mariadb/catalogs-php

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# catalogs-php
A PHP framework to talk to Catalogs. Part of the [CloudFest 2024 Hackathon](https://hackathon.cloudfest.com/project/integrating-mariadb-catalogs-with-php-platforms/).

![Build status](https://github.com/MariaDB/catalogs-php/actions/workflows/test.yml/badge.svg?branch=main)

# Installation

Include the catalog-php with composer:

```bash
composer require mariadb/catalogs-php:dev-main
```

Include autoloader in your project.

```php