2017 © Pedro Peláez
 

library laravel-autolink

image

osiemsiedem/laravel-autolink

  • Sunday, June 17, 2018
  • by bonzai
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Autolink for Laravel

Build Status Latest Stable Version License , (*1)

A Laravel package for converting URLs in a given string of text into clickable links., (*2)

Requirements

  • PHP >= 8.2
  • Laravel >= 12.0

Installation

composer require osiemsiedem/laravel-autolink

Usage

use OsiemSiedem\Autolink\Facades\Autolink;

echo Autolink::convert('Check this out - www.example.com. This will be ignored - <a href="http://example.com">My awesome website</a>.');

// Check this out - <a href="http://www.example.com">example.com</a>. This will be ignored - <a href="http://example.com">My awesome website</a>.

Testing

./vendor/bin/phpunit

Credits

This package is based on the Rinku library., (*3)

License

Please see the LICENSE.md file., (*4)

The Versions

17/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email url html www autolink

17/06 2018
15/06 2018

1.0.x-dev

1.0.9999999.9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email url html www autolink

15/06 2018

1.3.0

1.3.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email url html www autolink

03/06 2018

1.2.0

1.2.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email url html www autolink

03/06 2018

1.1.0

1.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email url html www autolink

02/06 2018

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel email url html www autolink