PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of The Algoslingers   Algosling PHP Rename a File   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Algosling PHP Rename a File
Change a file name to have the given requirements
Author: By
Last change:
Date: 6 months ago
Size: 529 bytes
 

Contents

Class file image Download
{ "name": "thealgoslingers/algoslingfileanew", "description": "Rename file in unique and pretty way.", "keywords": ["library", "algoslingfileanew", "rename"], "type": "library", "require-dev": { "phpunit/phpunit": "^5.7" }, "license": "MIT", "authors": [ { "name": "thealgoslingers" } ], "autoload": { "psr-4": { "thealgoslingers\\": "src" }, "files": [ "src/helpers.php" ] }, "require": {} }