PHPackages                             bavirtual/laravel-ipboardapi - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. bavirtual/laravel-ipboardapi

AbandonedArchivedLibrary[API Development](/categories/api)

bavirtual/laravel-ipboardapi
============================

Laravel Package for Accessing IPBoards API

v1.0.3(3y ago)0169↓100%MITPHPPHP &gt;=8.0|&gt;=7.3

Since Nov 2Pushed 3y agoCompare

[ Source](https://github.com/bavirtual/laravel-ipboardapi)[ Packagist](https://packagist.org/packages/bavirtual/laravel-ipboardapi)[ RSS](/packages/bavirtual-laravel-ipboardapi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Laravel - IPBoard API
=====================

[](#laravel---ipboard-api)

Begin by installing this package through Composer. Run the following from the terminal:
` composer require bavirtual/laravel-ipboardapi`

To expose the neccessary configuration, run
` php artisan vendor:publish --tag=config --provider=BAVirtual\IPBoardApi\IpboardApiLaravelServiceProvider`

Add the following properties to your .env file

- `IPBOARD_API_URL`
- `IPBOARD_API_KEY`

To use the package, add `LaravelIPB` to a constructor. This package can be used both statically or non-statically.

```
