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.
- Host: GitHub
- URL: https://github.com/mariadb/catalogs-php
- Owner: MariaDB
- License: gpl-2.0
- Created: 2024-03-16T11:09:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:42:20.000Z (about 2 years ago)
- Last Synced: 2024-10-07T10:07:30.003Z (over 1 year ago)
- Language: PHP
- Size: 193 KB
- Stars: 3
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).

# Installation
Include the catalog-php with composer:
```bash
composer require mariadb/catalogs-php:dev-main
```
Include autoloader in your project.
```php