Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realflowcontrol/ext-include-logger


https://github.com/realflowcontrol/ext-include-logger

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ext-include-logger

[![Tests](https://github.com/realFlowControl/ext-include-logger/actions/workflows/test.yaml/badge.svg)](https://github.com/realFlowControl/ext-include-logger/actions/workflows/test.yaml)

## How to build

```sh
phpize
./configure
make
```

## Run

```sh
php -d extension=module/include_logger.so
```

This will output:

```sh
Including file: Standard input code
```

## Test

```sh
$ make test
# or
php run-tests.php -d extension=modules/include_logger.so tests
```