PHPackages                             fbeen/croppicbundle - 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. fbeen/croppicbundle

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

fbeen/croppicbundle
===================

0432[1 PRs](https://github.com/Fbeen/CroppicBundle/pulls)JavaScript

Since Apr 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Fbeen/CroppicBundle)[ Packagist](https://packagist.org/packages/fbeen/croppicbundle)[ RSS](/packages/fbeen-croppicbundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

FbeenCroppicBundle
==================

[](#fbeencroppicbundle)

This bundle supplies a image upload from the croppic project () in Symfony

### Features include:

[](#features-include)

- very simple installation
- todo

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

[](#installation)

Using composer:

1. Add `"fbeen/croppicbundle": "dev-master"` to the require section of your composer.json project file.

```
    "require": {
        ...
        "fbeen/croppicbundle": "dev-master"
    },

```

2. run composer update:

    $ composer update
3. Add the bundle to the app/AppKernel.php:

```
        $bundles = array(
            ...
            new Fbeen\CroppicBundle\FbeenCroppicBundle(),
        );

```

4. Add Routes to app/config/routing.yml

```
    fbeen_croppic:
        resource: "@FbeenCroppicBundle/Resources/config/routing.yml"
        prefix:   /

```

5. Update the database

```
    php app/console doctrine:schema:update --force

```

6. Add configuration to app/config/config.yml

```
    fbeen_croppic:
        upload:
            filepath: "%kernel.root_dir%/../web"
            original: "/uploads/original"
            cropped: "/uploads/cropped"

```

7. Create directories

```
    cd web
    mkdir uploads
    cd uploads
    mkdir original
    mkdir cropped

```

Todo
----

[](#todo)

- how to use
- from url back to basename
- storage in a entity

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cc8c2d6ff35eeecef4931e636ffd89fc2e84dd772a0168f506ae23d4e5720e7?d=identicon)[fbeen](/maintainers/fbeen)

---

Top Contributors

[![Fbeen](https://avatars.githubusercontent.com/u/2814747?v=4)](https://github.com/Fbeen "Fbeen (4 commits)")

### Embed Badge

![Health badge](/badges/fbeen-croppicbundle/health.svg)

```
[![Health](https://phpackages.com/badges/fbeen-croppicbundle/health.svg)](https://phpackages.com/packages/fbeen-croppicbundle)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
