Download the PHP package vinelab/assistant without Composer
On this page you can find all versions of the php package vinelab/assistant. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vinelab/assistant
More information about vinelab/assistant
Files in vinelab/assistant
Download vinelab/assistant
More information about vinelab/assistant
Files in vinelab/assistant
Vendor vinelab
Package assistant
Short Description An assistant package consisted of helper classes
License MIT
Package assistant
Short Description An assistant package consisted of helper classes
License MIT
Please rate this library. Is it a good library?
Informations about the package assistant
Assistant
A bunch of helper classes that provides:
- Device detection (mobile, browser, bot, social network crawlers, etc.)
- String formatting
- Generating UUIDs (v4 compliant) and random IDs
Supports UTF-8 Character sets.
Installation
Dependencies
- php 5.3+
- mbstring (extension)
via Composer
Or add it to your composer.json
Laravel
Edit app.php and add 'Vinelab\Assistant\AssistantServiceProvider'
to the 'providers'
array.
It will automatically alias the classes Formatter, DeviceDetector and Generator,
In case you would like to customize their names, edit the aliases
array in app.php with the following:
Formatter
DeviceDetector
Generator
All versions of assistant with dependencies
PHP Build Version
Package Version
The package vinelab/assistant contains the following files
Loading the files please wait ....