PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Moamen Eltouny   Laravel Short URL Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Short URL Generator
Generate and expand short URL stored in a database
Author: By
Last change:
Date: 3 years ago
Size: 929 bytes
 

Contents

Class file image Download
{ "name": "pharaonic/laravel-short-url", "description": "Laravel - Short URL Generator { URL, Route }.", "keywords": [ "php", "laravel", "short url", "pharaonic" ], "license": "MIT", "authors": [ { "name": "Raggi", "email": "support@pharaonic.io", "homepage": "https://pharaonic.io" } ], "require": { "php": ">=7.0", "laravel/framework": ">=8.0" }, "config": { "sort-packages": true }, "extra": { "laravel": { "providers": [ "Pharaonic\\Laravel\\ShortURL\\ShortURLServiceProvider" ] } }, "autoload": { "psr-4": { "Pharaonic\\Laravel\\ShortURL\\": "src" }, "files": [ "src/Helper.php" ] }, "minimum-stability": "dev", "prefer-stable": true }