Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docpad-archive/docpad-plugin-php
Adds support for the PHP language to DocPad.
https://github.com/docpad-archive/docpad-plugin-php
docpad-plugin unsupported
Last synced: 2 days ago
JSON representation
Adds support for the PHP language to DocPad.
- Host: GitHub
- URL: https://github.com/docpad-archive/docpad-plugin-php
- Owner: docpad-archive
- Created: 2012-10-17T02:02:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T06:10:19.000Z (over 9 years ago)
- Last Synced: 2024-03-26T02:49:46.743Z (8 months ago)
- Topics: docpad-plugin, unsupported
- Language: CoffeeScript
- Homepage:
- Size: 146 KB
- Stars: 2
- Watchers: 18
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
# PHP Plugin for DocPad
Adds support to [DocPad](https://docpad.org) for writing your templates using [PHP](http://www.php.net/manual/en/language.basic-syntax.phpmode.php)Convention: `.anything.php|phtml`
**Note:** this plugin provides PHP the template data, but you will not be able to call the template helpers as there is no easy way for php to communicate with javascript (which is what DocPad is built with), as such, you will probably want to use the [eco plugin](http://docpad.org/plugin/eco) instead.
## Install
```
docpad install php
```## History
You can discover the history inside the `History.md` file## License
Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT License](http://creativecommons.org/licenses/MIT/)
Copyright © 2012 [Bevry Pty Ltd](http://bevry.me)
Copyright © 2011 [Benjamin Lupton](http://balupton.com)