Skip to content

Instantly share code, notes, and snippets.

@hitswa
Created March 21, 2019 09:41
Show Gist options
  • Save hitswa/8b65c492e77c2539f79ffab15d0e89f3 to your computer and use it in GitHub Desktop.
Save hitswa/8b65c492e77c2539f79ffab15d0e89f3 to your computer and use it in GitHub Desktop.
instaling phpdoc in ubuntu
sudo apt-get install php-pear
sudo pear channel-discover pear.phpdoc.org
sudo pear install phpdoc/phpDocumentor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment