PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Martin Latter   PHP Detect File Type   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Detect File Type
Identify files via MIME type and file signatures
Author: By
Last change:
Date: 4 years ago
Size: 790 bytes
 

Contents

Class file image Download
{ "name": "tinram/file-identifier", "type": "library", "description": "A simple library to identify files through MIME types and file signatures.", "homepage": "https://github.com/tinram/file-identifier", "license": "GPL-3.0-or-later", "minimum-stability": "dev", "authors": [ { "name": "Martin Latter", "homepage": "https://tinram.github.io/", "role": "Developer" } ], "keywords": ["file-signature","file-identification","magic-bytes","files"], "require": { "php": ">=7.2.0" }, "autoload": { "psr-4": { "Tinram\\File-Identifier\\": "src/" }, "files": [ "src/FileIdentifier.php", "src/FileSignatures.php" ] } }