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: 7 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T16:15:09.000Z (over 2 years ago)
- Last Synced: 2025-05-08T21:17:26.470Z (7 months ago)
- Language: C
- Homepage: http://pecl.php.net/package/lua
- Size: 93.8 KB
- Stars: 149
- Watchers: 14
- 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."