PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Kacper Rowinski   PHP iNotify Extension Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP iNotify Extension Class
Get notifications of when directory files change
Author: By
Last change:
Date: 4 years ago
Size: 662 bytes
 

Contents

Class file image Download
{ "name": "krowinski/php-inotify", "description": "Wraps php inotify module into object and dispatch them using event dispatcher.", "keywords": [ "inotify" ], "type": "library", "license": "MIT", "authors": [ { "name": "Kacper Rowi?ski", "email": "kacper.rowinski@gmail.com" } ], "minimum-stability": "stable", "require": { "php": ">=7.1", "ext-inotify": "^2.0", "symfony/event-dispatcher": "^4.3", "vistik/typed-collections": "^2.0", "myclabs/php-enum": "^1.7" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": { "Inotify\\": "src/Inotify/" } } }