Download the PHP package laravelevetools/eveimages without Composer
On this page you can find all versions of the php package laravelevetools/eveimages. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravelevetools/eveimages
More information about laravelevetools/eveimages
Files in laravelevetools/eveimages
Download laravelevetools/eveimages
More information about laravelevetools/eveimages
Files in laravelevetools/eveimages
Vendor laravelevetools
Package eveimages
Short Description Library that facilitates the sourcing of images from the eve API.
License GPL-2.0
Package eveimages
Short Description Library that facilitates the sourcing of images from the eve API.
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package eveimages
LaravelEveTools\EveImages
Independent images tool to source eve images from EVE. Based on eveseat/services/Image/Eve but without all the seat specific stuff.
Basic Usage
Variables
Name | Type | Description | Default |
---|---|---|---|
type | string | See Allowed Types | Required |
id | Integer | The ID of the Entity | Required |
size | Integer | See Allowed Sizes | Required |
attrs | Array | array of HTML attributes | [ ] |
lazy | Boolean | Lazy load Image | false |
Type
Allows the following options.
[ 'characters', 'corporations', 'alliances', 'factions' ]
Size
Allows the following options
[ 32, 64, 128, 256, 512, 1024 ]
lazy
If using lazy loading, you will need to handle the loading of the image from the front end.
The url of the image will be stored with the 'data-src' attribute.
All versions of eveimages with dependencies
PHP Build Version
Package Version
The package laravelevetools/eveimages contains the following files
Loading the files please wait ....