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

https://github.com/laruence/php-lua

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
https://github.com/laruence/php-lua

Last synced: 2 months ago
JSON representation

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.

Awesome Lists containing this project

README

        

# PHP Lua
[![Build Status](https://secure.travis-ci.org/laruence/php-lua.png)](https://travis-ci.org/laruence/php-lua)

This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.

"Lua is a powerful, fast, light-weight, embeddable scripting language."