This repository was archived by the owner on Feb 11, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
42 lines (29 loc) · 1.21 KB
/
README
File metadata and controls
42 lines (29 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
PhD - PHP DocBook
Copyright(c) 2007-2010 The PHP Documentation Team
$Revision$
Installing the PhD renderer:
From a PEAR channel:
pear install doc.php.net/phd
To install the PHP Package:
pear install doc.php.net/phd_php
To install the PEAR Package:
pear install doc.php.net/phd_pear
To see all available packages:
pear remote-list -c doc.php.net
From SVN:
Note: Do not install anything from PEAR above.
svn checkout http://svn.php.net/repository/phd/trunk phd
cd phd
pear install package.xml package_generic.xml
To install the standalone Packages:
for i in package_*.xml; do pear install $i; done
Requirements:
- PHP 5.3
- DOM, libXML2, XMLReader and SQLite3
- Optional: pecl/haru for PDF, ext/posix for additional terminal configs
After installing PhD you can use the `phd` command
to render the documentations. To see a list of available packages/formats
use the `phd -l` command. By default `phd` use ./output for the rendered files.
The `phd` command optionally takes more arguments.
For information about those arguments please type `phd -h`
- The PHP Documentation team