定制 kalimahapps/daleel 二次开发

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

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

kalimahapps/daleel

最新稳定版本:1.0.7

Composer 安装命令:

composer require kalimahapps/daleel

包简介

PHP documentation markdown and API generator

README 文档

README

Daleel

Daleel

PHP documentation generator

Latest Version Total Downloads Software License

Documentation

Documentation for Daleel can be found on the website.

Quick start

  • Install through composer
composer require kalimahapps/daleel
  • Create daleel.php in your working directory and add the following code to it:
<?php
use KalimahApps\Daleel\Config;

$config = Config::getInstance();
$config->defineConfig(
	// Configuration array
	array()
);

The minimum requirement for the configuration is to define the versions key.

Check the configuration section for more details.

  • Build documentation
./vendor/bin/daleel build

Documentation will be generated in the build directory.

  • View documentation
./vendor/bin/daleel serve

License

Daleel is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 9
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 9
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-19