PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   PHP Screen Recorder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Screen Recorder
Capture videos of the current screen with ffmpeg
Author: By
Last change: updates composer.json

updates composer.json , defines the minimum supported version of symfony process ,
Date: 6 years ago
Size: 711 bytes
 

Contents

Class file image Download
{ "name": "dawood/phpscreenrecorder", "description": "A slim PHP wrapper around ffmpeg to record screen,best for recording your acceptance test using selenium, easy to use and clean OOP interface", "type": "library", "license": "MIT", "keywords": ["shell","php","selenium","chrome","video","recording"], "authors": [ { "name": "Dawood Ikhlaq", "email": "daudmalik06@gmail.com" } ], "minimum-stability": "stable", "require": { "symfony/process": ">=2.7" }, "autoload": { "psr-4": { "dawood\\PhpScreenRecorder\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^6.2" } }