2017 © Pedro Peláez
 

library shortenapi

Laravel ShortenAPI for my own ShortURL webapp

image

daika7ana/shortenapi

Laravel ShortenAPI for my own ShortURL webapp

  • Friday, March 9, 2018
  • by daika7ana
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Laravel ShortenAPI for my own ShortURL webapp

Composer package, (*1)

Requirements

  • Laravel > 5.5
  • PHP > 7.1

Installation

  • composer require daika7ana/shortenapi
  • php artisan vendor:publish the following Provider:, (*2)

    Daika7ana\Shortenapi\ShortenapiServiceProvider, (*3)

    • in %projectroot%/config/shortenapi.php configure your API url with a trailing slash afterwards

    'api_url' => 'http://example.ex/', (*4)

Usage

  • Shortenapi::shorten('https://example.ex/')
  • Shortenapi::expand('https://example.ex/6axQe2')

The Versions

09/03 2018

dev-master

9999999-dev

Laravel ShortenAPI for my own ShortURL webapp

  Sources   Download

MIT

by Dan-Radu Pana

09/03 2018

1.2

1.2.0.0

Laravel ShortenAPI for my own ShortURL webapp

  Sources   Download

MIT

by Dan-Radu Pana

05/03 2018

1.1

1.1.0.0

Laravel ShortenAPI for my own ShortURL webapp

  Sources   Download

MIT

by Dan-Radu Pana

04/03 2018

1.0

1.0.0.0

Laravel ShortenAPI for my own ShortURL webapp

  Sources   Download

MIT

by Dan-Radu Pana