2017 © Pedro Peláez
 

library imgurx

Imgurx is a package for laravel to access imgur web service based on Adyg/php-imgur-api-client

image

adexaja/imgurx

Imgurx is a package for laravel to access imgur web service based on Adyg/php-imgur-api-client

  • Tuesday, December 6, 2016
  • by adexaja
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Imgurx

Imgurx is a laravel 5 package for Imgur based on nahid/imgurx, (*1)

Installation

You can install it via composer. open your terminal and run this command from your project, (*2)

composer require nahid/imgurx

Wait for a while. After installation complete you have to define your provider in app.php. Open `config/app.php' and add this code in providers key, (*3)

Nahid\Imgurx\ImgurxServiceProvider::class,

If you want to use laravel facade then add this line in aliases key, (*4)

'Imgurx'    =>  Nahid\Imgurx\Facades\Imgurx::class,

Okay, Your laravel integration was complete. Now open your terminal agian and run this code from your project, (*5)

php artisan vendor:publish

now imgurx.php config file copy to config directory., (*6)

Configuration

If you successfully complete the installation process. Then now open config/imgurx.php file and enter your applications crentials., (*7)

return [
    'client_id'    =>  '',
    'client_secret'=>   '',
];

Great. You are sucessfully completed Imgurx configuration process :), (*8)

Usage

Imgurx is inherited from Adyg/php-imgur-api-client so you will feel free to use all functionalities of this package. See its doc section., (*9)

Happy Coding :), (*10)

The Versions

06/12 2016

dev-master

9999999-dev https://github.com/adexaja/imgurx

Imgurx is a package for laravel to access imgur web service based on Adyg/php-imgur-api-client

  Sources   Download

Creative Commons

The Requires

 

The Development Requires

by Rezki Nasrullah

laravel imgur laravel-5 imgurx image-server image-host php-imgur-api-client

23/01 2016

1.0.2

1.0.2.0 https://github.com/nahid/imgurx

Imgurx is a package for laravel to access imgur web service based on Adyg/php-imgur-api-client

  Sources   Download

Creative Commons

The Requires

 

The Development Requires

by Nahid Bin Azhar

laravel imgur laravel-5 imgurx image-server image-host php-imgur-api-client

23/01 2016

1.0.1

1.0.1.0 https://github.com/nahid/imgurx

Imgurx is a package for laravel to access imgur web service based on Adyg/php-imgur-api-client

  Sources   Download

Creative Commons

The Requires

 

The Development Requires

by Nahid Bin Azhar

imgur imgurx image-server image-host php-imgur-api-client