如何寫php註解

網上資料很多
這裡就借用前人的智慧 :

Install phpdoc

官網上提供三種安裝方法 pear, phar, composer
原本想使用composer
但要安裝的依賴包太多,我試了好久還是沒辦法(以後再說)
所以我們選擇最簡單的方法 phar :

  1. 直接下載 : http://www.phpdoc.org/phpDocumentor.phar
  2. github : phpDocumentor /phpDocumentor2

目前v3版還有問題,建議使用v2

產生api document

windows環境下執行 :

1
2
cd to/your/project
php C:\phpdoc\phpDocumentor.phar -d ./app -d ./tests -t docs/app 

註 : -d, -f 可以多次使用

完成後就可以在docs/app底下看到index.html