PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP Link to HTML   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Link to HTML
Convert URLs and email addresses into HTML links
Author: By
Last change:
Date: 4 years ago
Size: 778 bytes
 

Contents

Class file image Download
{ "name": "nahid/linkify", "type": "library", "description": "Converts URLs and email addresses in text into HTML links its extended from Misd\\Linify its also support laravel 5", "keywords": ["url", "email address", "convert", "link", "laravel 5", "laravel"], "homepage": "https://github.com/nahid/linkify", "license": "MIT", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "autoload": { "psr-0": { "Nahid\\Linkify\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }