Download the PHP package raudius/luar without Composer
On this page you can find all versions of the php package raudius/luar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor raudius
Package luar
Short Description Lua interpreter written entirely in PHP
License GPL-2.0-only
Package luar
Short Description Lua interpreter written entirely in PHP
License GPL-2.0-only
Please rate this library. Is it a good library?
Informations about the package luar
Luar
Luar is a Lua interpreter written in PHP.
Luar implements a reduced version of Lua and also packages some essential Lua libraries. As such Luar offers forward-compatibility with Lua with some minor caveats:
- The math/string libraries use PHP number/string handling; much of the edge-case behaviour has not been replicated (e.g. division by zero, integer overflow)
- Not all core functions and libraries are available, but a method is provided to inject your own
- Some language constructs are not implemented (e.g. variable attributes, go-to statements)
Installation
Usage
For more details read the documentation.
All versions of luar with dependencies
PHP Build Version
Package Version
The package raudius/luar contains the following files
Loading the files please wait ....