https://github.com/pfefferle/dash-php-fig
An PHP-FIG (PSR-X) Dash.app docset
https://github.com/pfefferle/dash-php-fig
dash docset php php-fig psr
Last synced: 10 months ago
JSON representation
An PHP-FIG (PSR-X) Dash.app docset
- Host: GitHub
- URL: https://github.com/pfefferle/dash-php-fig
- Owner: pfefferle
- Created: 2015-10-06T21:10:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T21:16:59.000Z (over 10 years ago)
- Last Synced: 2025-02-10T10:19:34.921Z (about 1 year ago)
- Topics: dash, docset, php, php-fig, psr
- Language: HTML
- Homepage: http://www.php-fig.org
- Size: 2.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dash-php-fig
dash-php-fig is a docset for [Dash.app][] containing the latest [PHP-FIG](http://www.php-fig.org).

## Installing
Install by opening Dash.app preferences, switch to `Downloads`, click `+`, and enter the feed URL
`https://raw.githubusercontent.com/pfefferle/dash-php-fig/master/PHP-FIG.xml`.
## Build
To rebuild or update this docset run the following commands in the following order:
1. `$ sh sync.sh` to grab the newest version of the specs
1. `$ python rebuild.py` to generate the docset from the grabbed sources
1. `$ sh pack.sh` to build the tgz file for a new release
## Changelog
### 1.0.0
* initial version
## Thanks
The [`sync.sh`][] and [`rebuild.py`][] scripts are based on [@willnorris][]' awesome [RFCDash Docset][] versions.
[Dash.app]: http://kapeli.com/dash
[open an issue]: https://github.com/pfefferle/dash-php-fig/issues
[`pack.sh`]: https://github.com/pfefferle/dash-php-fig/blob/master/pack.sh
[`sync.sh`]: https://github.com/pfefferle/dash-php-fig/blob/master/sync.sh
[`rebuild.py`]: https://github.com/pfefferle/dash-php-fig/blob/master/rebuild.py
[@willnorris]: https://willnorris.com
[RFCDash Docset]: https://github.com/willnorris/rfcdash