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.
- Host: GitHub
- URL: https://github.com/laruence/php-lua
- Owner: laruence
- License: other
- Created: 2011-12-13T09:03:04.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T16:15:09.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T02:58:32.028Z (2 months ago)
- Language: C
- Homepage: http://pecl.php.net/package/lua
- Size: 93.8 KB
- Stars: 148
- 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
[](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."