Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realflowcontrol/ext-include-logger
https://github.com/realflowcontrol/ext-include-logger
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/realflowcontrol/ext-include-logger
- Owner: realFlowControl
- Created: 2023-05-10T19:35:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:48:07.000Z (6 months ago)
- Last Synced: 2024-05-29T01:47:22.636Z (6 months ago)
- Language: M4
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```