Skip to content

eglic/php-lua

 
 

Repository files navigation

PHP Lua

Build Status

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."

Changed by eglic

  • remove supporting for lua 5.0.2
  • migrate to php-8.1.0
  • some test script to debug
  • export function from php to lua
    • md5
    • sha1
    • ...
  • TODO
    • file system operation
    • file rw operation
    • database operation
    • redis operation
    • curl functions
    • wrap of any php functions

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 78.1%
  • PHP 17.3%
  • M4 3.7%
  • Other 0.9%