Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luzrain/polyfill-inotify

Polyfill backporting inotify to PHP
https://github.com/luzrain/polyfill-inotify

Last synced: 2 months ago
JSON representation

Polyfill backporting inotify to PHP

Awesome Lists containing this project

README

        

# Polyfill / Inotify

![PHP >=8.0](https://img.shields.io/badge/PHP->=8.0-777bb3.svg?style=flat)

This component provides PHP-FFI implementation for the [Inotify](https://www.php.net/inotify) extension.

## Install

```bash
$ composer require luzrain/polyfill-inotify
```

## Documentation

Documentation is available at https://php.net/inotify

## Links

- Source code of [Inotify](https://github.com/arnaud-lb/php-inotify) extension
- Source code that was used as [reference](https://github.com/arnaud-lb/php-inotify-ffi)