Download the PHP package fize/doc without Composer

On this page you can find all versions of the php package fize/doc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package doc

License: MIT Documentation Status

FizeDoc

PHP 文档生成器

开发者最讨厌的两件事: 写文档! 别人不写文档!

“我代码已经足够优美,看代码,哪里还需要什么文档!”、“没有文档让我看什么代码!”,诸如这类的吵架式话题可以在 FizeDoc 终结了!

FizeDoc 解析 PHP 源代码,提取相关代码及注释,生成类库参考文档。

通过生成 ReStructuredText 、Markdown 或者其他标准文档类型,您不再需要编写任何类库文档,只需稍微添加那些必需的描述性文档即可完成文档编写工作。

FizeDoc 需要您的代码注释满足 PHPDoc 规范,相信这个对于代码有处女座情节的您来说不是什么难事!

FizeDoc 自身的文档也是通过 FizeDoc 来生成的,Fize 的各个子项目文档也都使用 FizeDoc 来生成。

以前您需要管理文档,现在您只需要管理代码注释即可,剩下的时间就用来陪好基友或者女朋友吧!~

项目GitHub : https://github.com/fizechan/FizeDoc

参考手册 : https://fizedoc.readthedocs.io/zh_CN/latest/index.html


All versions of doc with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.0
ext-json Version *
fize/io Version ^6.0.0
phpdocumentor/reflection-docblock Version ^5.2.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package fize/doc contains the following files

Loading the files please wait ....