yannisobert / open_source-rendu
open source rendu
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yannisobert/open_source-rendu
Requires (Dev)
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6||^10.2
- symfony/css-selector: ^6.0
- symfony/dom-crawler: ^6.0
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