Download the PHP package majuto/laravel-jasper without Composer
On this page you can find all versions of the php package majuto/laravel-jasper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download majuto/laravel-jasper
More information about majuto/laravel-jasper
Files in majuto/laravel-jasper
Download majuto/laravel-jasper
More information about majuto/laravel-jasper
Files in majuto/laravel-jasper
Vendor majuto
Package laravel-jasper
Short Description This package lets you use the Jasper REST Client library in Laravel
License GPL-3.0
Package laravel-jasper
Short Description This package lets you use the Jasper REST Client library in Laravel
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package laravel-jasper
laravel-jasper
This package lets you use the Zend LDAP library in Laravel
Installation
Package
Config
If you need to manage multiple jasper servers, you can add new config keys :
Usage
Once installed, you have access to the jasper() helper which returns an instance of Jasper class, extending the original Client class. You have access to all of the original methods and some that have been added to simplify some uses, especially for users management.
jasper()
: Returns the Jasper object with the "default" configuration ("prod" in example).jasper('test')
: Returns the Jasper object with the "test" configuration.jasper()->searchUsers($query)
: Returns an array with all users matching $query (all if $query is an empty string).jasper()->getUser($username)
: Returns the User with username = $username.jasper()->addOrUpdateUser($user)
: Add or update the User $user.
All versions of laravel-jasper with dependencies
PHP Build Version
Package Version
Requires
jaspersoft/rest-client Version
dev-master
The package majuto/laravel-jasper contains the following files
Loading the files please wait ....