Ecosyste.ms: Awesome
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: 3 days ago
JSON representation
This extension embeds the lua interpreter and offers an OO-API to lua variables and functions.
- Host: GitHub
- URL: https://github.com/laruence/php-lua
- Owner: laruence
- License: other
- Created: 2011-12-13T09:03:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T16:15:09.000Z (over 1 year ago)
- Last Synced: 2024-10-16T06:07:43.525Z (19 days ago)
- Language: C
- Homepage: http://pecl.php.net/package/lua
- Size: 93.8 KB
- Stars: 149
- Watchers: 15
- Forks: 50
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - php-lua
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."