yannisobert / open_source-rendu
open source rendu
1.0.0
2023-07-05 14:46 UTC
Requires
None
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6||^10.2
- symfony/css-selector: ^6.0
- symfony/dom-crawler: ^6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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