- Put your changes here...
- Added
run
andrunWithData
methods so this module can be used as a general purpose PHP runner. - Updated various dependencies.
- Added TypeScript definitions.
- Various dependencies bumped.
- Renamed package from
express-php-view-engine
tophp
. Thanks to Elmer Bulthuis for transferring the package name. - Various dependencies bumped.
- Initial version of superseding project.
express-php-view-engine
notably does not attempt to finish the work of the oldphp
module. Instead it allows the native PHP parser to execute as a child process within Express applications.
- Initial version of original project.
- Originally the
php
module on npm was used by a separate project that attempted to implement a PHP parser in JavaScript for Node.js, but was never finished. One work in progress version was published, then the project remained stale for 8 years.
- Originally the