Skip to content

Tom-Alexander/duktape-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duktape-php

Experimental PHP extension for the Duktape javascript interpreter.

Usage

$input = file_get_contents('app.js');
$duktape = new Duktape();
$result = $duktape->eval($input);

About

Duktape PHP extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages