yannisobert/open_source-rendu
最新稳定版本:1.0.0
Composer 安装命令:
composer require yannisobert/open_source-rendu
包简介
open source rendu
README 文档
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.统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-07-05