Sign inSign up

sandrokeil/zephir

By sandrokeil

Updated almost 8 years ago

Zephir is a compiled high level language aimed to the creation of C-extensions for PHP.

Image
2

360

sandrokeil/zephir repository overview

Zephir PHP extension compiler

Zephir is a compiled high level language aimed to the creation of C-extensions for PHP.

This Docker image contains the Zephir parser and Zephir compiler. Make sure you are in the Zephir extension root folder or change workdir.

PHP 7.3

docker run --rm -it -v $(pwd):/app sandrokeil/zephir:7.3-cli [Zephir command]

PHP 7.2

docker run --rm -it -v $(pwd):/app sandrokeil/zephir:7.2-cli [Zephir command]

PHP 7.1

docker run --rm -it -v $(pwd):/app sandrokeil/zephir:7.1-cli [Zephir command]

Tag summary

Content type

Image

Digest

Size

124.2 MB

Last updated

almost 8 years ago

docker pull sandrokeil/zephir:7.1-cli