承接 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
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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