Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luzrain/polyfill-inotify
- Owner: luzrain
- License: mit
- Created: 2024-08-28T13:30:37.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-02T16:07:57.000Z (5 months ago)
- Last Synced: 2024-09-29T23:34:42.090Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)