Download the PHP package codewizz/laravel-reddit-api without Composer
On this page you can find all versions of the php package codewizz/laravel-reddit-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codewizz/laravel-reddit-api
More information about codewizz/laravel-reddit-api
Files in codewizz/laravel-reddit-api
Package laravel-reddit-api
Short Description Laravel Reddit API wrapper
License MIT
Homepage https://github.com/codewizz/laravel-reddit-api
Informations about the package laravel-reddit-api
Laravel-Reddit-API
Using this package you can easily retrieve data from Reddit API.
Laravel wrapper for https://github.com/rotorcowboy/Phapper
Supports Laravel 5.x - 8.x.
Here are a few examples of the provided methods:
Install
This package can be installed through Composer.
If you are using Laravel 5.5+, the service provider and alias will be registered automatically. You can proceed to "Publish config".
Manually register services
You must install this service provider.
This package also comes with a facade, which provides an easy way to call the the class.
Publish config
You should publish the config file of this package with this command:
The following config file will be published in config/reddit-api.php
About CodeWizz
CodeWizz is a web development agency based in Lithuania. You'll find more information on our website.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-reddit-api with dependencies
ext-curl Version *
ext-json Version *
illuminate/support Version ^6.0|^7.0|^8.0|^9.0