Skip to content
/ php-lua Public
forked from laruence/php-lua

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages

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