Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)