PHPackages                             jaimevalasek/jv-php-thumb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. jaimevalasek/jv-php-thumb

ActiveLibrary[Image &amp; Media](/categories/media)

jaimevalasek/jv-php-thumb
=========================

Use this module to generate thumbnail to apply the images on your website.

010[1 issues](https://github.com/jaimevalasek/JVPhpThumb/issues)PHP

Since Sep 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/jaimevalasek/JVPhpThumb)[ Packagist](https://packagist.org/packages/jaimevalasek/jv-php-thumb)[ RSS](/packages/jaimevalasek-jv-php-thumb/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

JVPhpThumb
==========

[](#jvphpthumb)

Create By: Jaime Marcelo Valasek

Use this module to generate thumbnail to apply the images on your website.

Futures video lessons poderam be developed and posted on the website or in  Youtube channel

Installation
------------

[](#installation)

Download this module into your vendor folder.

After done the above steps, open the file config / application.config.php. And add the module with the name JVPhpThumb.

### With composer

[](#with-composer)

1. Add this project and JVConfig in your composer.json:

```
"require": {
    "jaimevalasek/jv-php-thumb": "dev-master"
}
```

2. Now tell composer to download JVPhpThumb by running the command:

`php $ php composer.phar update`

### Enabling it in your `application.config.php`.

[](#enabling-it-in-your-applicationconfigphp)

```
