yannisobert/open_source-rendu

1.0.0 2023-07-05 14:46 UTC

This package is auto-updated.

Last update: 2025-08-05 19:11:01 UTC


README

Explaination

This package sends you all the catalog of the Libertalia library with the names of these authors.

Install

composer require yannisobert/open_source-rendu

Usage

To render the list of the catalogue :

mkdir build

Create index.php in build folder and add this code:

<?php

require_once __DIR__ . '/../vendor/autoload.php';

$api = new \Yannisobert\OpenSourceRendu\Catalogue();
var_dump($api->getCatalogue());

Run the command :

php build/index.php

Local development

   composer install

Linter & Test

   composer phpstan
   composer test

License

The MIT License. Please see License File for more information.