PHPackages                             hardjunior/mini-frame - 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. [Framework](/categories/framework)
4. /
5. hardjunior/mini-frame

ActiveLibrary[Framework](/categories/framework)

hardjunior/mini-frame
=====================

PHP image cropper and cache thumb manager, the data layer is a persistent abstraction component of your database that PDO, optimizer makes it easy to bookmark your site tags, open graph and twitter card, um teste de composer de rota mvc, fast and extremely uncomplicated. Create and manage your routes in minutes e upload manager for images, files and media

1.2.4(2mo ago)0101↓100%MITPHPPHP &gt;=7.4

Since May 4Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/hardjunior/mini-frame)[ Packagist](https://packagist.org/packages/hardjunior/mini-frame)[ RSS](/packages/hardjunior-mini-frame/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

```
# Cropper

### Highlights

- Simple Thumbnail Creator (Simples criador de miniaturas)
- Cache optimization per dimension (Otimização em cache por dimensão)
- Media Control by Filename (Contrôle de mídias por nome do arquivo)
- Cache cleanup by filename and total (Limpeza de cache por nome de arquivo e total)
- Composer ready and PSR-2 compliant (Pronto para o composer e compatível com PSR-2)

## Installation

Cropper is available via Composer:
Cropper is available via Composer:

```bash
"hardjunior/cropper": "1.3.*"

```

or run

```
composer require hardjunior/cropper
```

Documentation
-------------

[](#documentation)

###### They are just two methods to do all the work. You just need to call ***make*** to create or use thumbnails of any size, or ***flush*** to free the cache of a file or the entire folder. hardjunior Cropper works like this:

[](#they-are-just-two-methods-to-do-all-the-work-you-just-need-to-call-make-to-create-or-use-thumbnails-of-any-size-or-flush-to-free-the-cache-of-a-file-or-the-entire-folder-hardjunior-cropper-works-like-this)

São apenas dois métodos para fazer todo o trabalho. Você só precisa chamar o ***make*** para criar ou usar miniaturas de qualquer tamanho, ou o ***flush*** para liberar o cache de um arquivo ou da pasta toda. hardjunior Cropper funciona assim:

#### Create thumbnails

[](#create-thumbnails)

```
