Download the PHP package hrevert/ht-profile-image without Composer
On this page you can find all versions of the php package hrevert/ht-profile-image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hrevert/ht-profile-image
More information about hrevert/ht-profile-image
Files in hrevert/ht-profile-image
Download hrevert/ht-profile-image
More information about hrevert/ht-profile-image
Files in hrevert/ht-profile-image
Vendor hrevert
Package ht-profile-image
Short Description A Zend framework module which adds profile image upload functionality to ZfcUser
License MIT
Homepage https://github.com/hrevert/HtProfileImage
Package ht-profile-image
Short Description A Zend framework module which adds profile image upload functionality to ZfcUser
License MIT
Homepage https://github.com/hrevert/HtProfileImage
Please rate this library. Is it a good library?
Informations about the package ht-profile-image
HtProfileImage
A Zend framework 2 module which adds profile image upload functionality to ZfcUser
Requirement
Features
- Setting Gravatar as alternative when user has not uploaded his image
- Setting gender wise default image when user has not uploaded his image
- Resizing options for storing
- Useful view helpers to get user images from view templates
Installation
- Add
"hrevert/ht-profile-image": "2.3.*",
to your composer.json and runphp composer.phar update
- Enable this module as
HtProfileImage
andHtImgModule
inconfig/application.config.php
- Copy file located in
config/htprofileimage.global.php
to./config/autoload/htprofileimage.global.php
and change the values as you wish - Import the SQL schema located in
./vendor/hrevert/ht-profile-image//data/schema.sql
if you use want to use different default images for different genders.
Note: Also, checkout the options of HtImgModule
.
How To
Please check this /docs folder for more details on how to use this module.
TODO
- Ajax image upload
- Improve tests
All versions of ht-profile-image with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
zendframework/zend-form Version ~2.1
zendframework/zend-inputfilter Version ~2.1
zendframework/zend-modulemanager Version ~2.1
zendframework/zend-mvc Version ~2.1
zendframework/zend-servicemanager Version ~2.1
zendframework/zend-stdlib Version ~2.1
zendframework/zend-validator Version ~2.1
zendframework/zend-view Version ~2.1
zf-commons/zfc-user Version >=0.1,<2.0
hrevert/ht-img-module Version >=0.1.3,<0.4
ext-fileinfo Version *
willdurand/negotiation Version 1.3.*
zendframework/zend-form Version ~2.1
zendframework/zend-inputfilter Version ~2.1
zendframework/zend-modulemanager Version ~2.1
zendframework/zend-mvc Version ~2.1
zendframework/zend-servicemanager Version ~2.1
zendframework/zend-stdlib Version ~2.1
zendframework/zend-validator Version ~2.1
zendframework/zend-view Version ~2.1
zf-commons/zfc-user Version >=0.1,<2.0
hrevert/ht-img-module Version >=0.1.3,<0.4
ext-fileinfo Version *
willdurand/negotiation Version 1.3.*
The package hrevert/ht-profile-image contains the following files
Loading the files please wait ....