1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00
Nilgün Belma Bugüner b75852b6bf fix web-doc repo
2021-03-30 15:44:09 +03:00
2018-10-02 06:13:46 +02:00
2021-03-29 22:17:43 +03:00
2018-10-02 06:13:46 +02:00
2018-10-02 06:23:33 +02:00
2021-03-30 15:44:09 +03:00
2019-03-06 19:15:52 +00:00
2010-03-12 02:26:03 +00:00
2010-03-12 02:26:03 +00:00
2019-03-06 19:15:52 +00:00
2019-03-06 19:15:52 +00:00
2014-01-01 11:11:40 -08:00
2018-10-02 06:23:33 +02:00
2019-03-06 19:15:52 +00:00
2018-10-02 06:28:57 +02:00
2008-10-19 19:43:17 +00:00
2021-03-30 11:26:39 +03:00
2018-10-02 06:23:33 +02:00
2018-10-02 06:25:43 +02:00

PhD - PHP DocBook
Copyright(c) 2007-2018 The PHP Documentation Team

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 GIT:
        Note: Do not install anything from PEAR above.

        git clone https://github.com/php/phd.git
        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.

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
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:25:12.014Z
Readme MIT 5 MiB
Languages
PHP 97.4%
JavaScript 2.1%
Roff 0.3%