Download the PHP package ova-studio/ips-api without Composer
On this page you can find all versions of the php package ova-studio/ips-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ova-studio/ips-api
More information about ova-studio/ips-api
Files in ova-studio/ips-api
Package ips-api
Short Description Package for IPS Invision Community REST API
License MIT
Homepage https://github.com/ova-studio/ips-api
Informations about the package ips-api
IPS REST API Laravel Client
IPS REST API Documentation
Installation
You can install the package via composer:
Configuration
In config/services.php
:
Implemented API Methods
Sending private message
Basic usage:
By default, message is sent from default user from config file.
If you want to send message from another user, you can set user id with
withSender
method.
Sending message to topic
Basic usage:
By default, message is sent from default user from config file.
If you want to send message from another user, you can set user id with
withAuthor(int $author, ?string $author_name = null)
method.
If author ID is equal 0, author name is required.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Danylo Kolodiy
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.