定制 yannisobert/open_source-rendu 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-05