ares333/php-stubs-yaf

PHP yaf document file for IDE

v1.1.6 2020-09-22 06:37 UTC

This package is auto-updated.

Last update: 2023-05-22 12:09:12 UTC


README

Setup in IDE PhpStorm

Menu "File" -> "Settings" -> "PHP" -> Select path to folder "php-yaf-doc"

Setup in IDE NetBeans

  • Right click your project -> "Properties"
  • Select the "PHP Include Path" category
  • Click "Add Folder..."
  • Select your checkout of php-yaf-doc
  • Click "Open"
  • Click "OK"

Setup in Zend Studio IDE (Eclipse PDT)

  • Open "Window" -> "Preferences"
  • In preferences dialog open "PHP" -> "PHP Libraries"
  • Click "New" button, in "User library name" enter "PHP-Yaf", click "OK"
  • Select newly created "PHP-Yaf", library Click "Add external folder", select path to the folder which contains your checkout of php-yaf-doc or you can download single "yaf.php" file https://raw.github.com/elad-yosifon/php-yaf-doc/master/yaf.php
  • Include your custom library in your project: open "Project" -> "Properties" -> "PHP Include Path", click add library, select "User library", click "Next", check "PHP-Yaf", click "Finish"