Skip to content

Commit

Permalink
Transferring from bitbucket to github
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal committed Mar 2, 2014
1 parent a601d96 commit 609da27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
HtCustomerLogo
==============

A Zend Framework 2 module which saves your time by allowing your user to upload logo

Note: This module is not fully tested.

## Features

* Easy to Configure
* Easy to resize logo for storage
* Event Driven(obvious with Zend Framework, isn't it?)

## Requirements
* [Zend Framework](https://github.com/zendframework/zf2/)
* [ZfcBase](https://github.com/Zf-Commons/ZfcBase)
* [WebinoPhpThumb](https://github.com/webino/WebinoImageThumb)
* [HCommons](https://github.com/ojhaujjwal/HCommons)

## Installation
* Add `"hrevert/ht-customer-logo": "dev-master",` to your composer.json and run `php composer.phar update`
* Enable the module in `config/application.config.php`
* Copy file located in `config/htcustomerlogo.global.php` to `./config/autoload/htcustomerlogo.global.php` and change the values as you wish

## Options
* Check the options available in `config/htcustomerlogo.global.php`

## How To

Please check this [wiki](https://github.com/hrevert/HtCustomerLogo/wiki) for more details on how to use this module.
A sample module dependant on [HtImgModule](https://github.com/hrevert/HtImgModule).
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module",
"zendframework"
],
"homepage": "https://bitbucket.org/hrevert/htcustomerlogo",
"homepage": "https://github.com/hrevert/htcustomerlogo",
"authors": [
{
"name": "Hrevert Technologies",
Expand All @@ -22,7 +22,7 @@
"php": ">=5.4",
"zendframework/zendframework": "~2.1",
"zf-commons/zfc-base": "0.1.2",
"hrevert/ht-img-module": "dev-master"
"hrevert/ht-img-module": "0.0.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 609da27

Please sign in to comment.