PHPackages                             coresky/upload - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. coresky/upload

ActiveLibrary[File &amp; Storage](/categories/file-storage)

coresky/upload
==============

Prod-ware for file uploads

0.546(1y ago)0241MITPHPPHP &gt;7.0

Since Oct 25Pushed 12mo ago1 watchersCompare

[ Source](https://github.com/energy-coresky/upload)[ Packagist](https://packagist.org/packages/coresky/upload)[ RSS](/packages/coresky-upload/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

Upload
======

[](#upload)

Production ware. Use this product if your app need upload files. Custom croping images included.

EssenceCountInstaller classpresent (**upload\\ware**)*w3* class1 (**upload\\ant**)Controller1, tune usedModel1Jet templates2Table in the database1, custom namedd drivers support2 (**sqlite3**, **mysqli**) for now*Asset* files1 (**upload.js**)Status: *under development*

Rewrite for a\_.. actions:
--------------------------

[](#rewrite-for-a_-actions)

```
if ($cnt && 'upload' == $surl[0]) {
    common_c::$tune = array_shift($surl);
    $cnt--;
}
```

Attach upload.js:
-----------------

[](#attach-uploadjs)

Add on the backend:

```
# place upload.js to the tail
upload\ant::init();
# or place upload.js to the head
upload\ant::init('head');
```

Where 'upload' - tuning value (any of `/^[\w+\-]+$/`)

Improvement for MySQL
---------------------

[](#improvement-for-mysql)

```
-- use enum for object's types:
ALTER TABLE tblname CHANGE `obj` `obj` enum('com','per','prj','act','face') DEFAULT NULL,
-- add a index:
..
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance42

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Every ~136 days

Total

3

Last Release

709d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/695f893c6109d4a8efc28ea5781320fc556efc8ed7b9b4c3c7a87f06b9fad262?d=identicon)[coresky](/maintainers/coresky)

---

Top Contributors

[![energy-coresky](https://avatars.githubusercontent.com/u/71418770?v=4)](https://github.com/energy-coresky "energy-coresky (25 commits)")

---

Tags

uploadcrop imagecoresky frameworkasync file uploads

### Embed Badge

![Health badge](/badges/coresky-upload/health.svg)

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

###  Alternatives

[kartik-v/bootstrap-fileinput

An enhanced HTML 5 file input for Bootstrap 5.x, 4.x, and 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.

5.4k8.2M13](/packages/kartik-v-bootstrap-fileinput)[vich/uploader-bundle

Ease file uploads attached to entities

1.9k27.6M143](/packages/vich-uploader-bundle)[oneup/uploader-bundle

This Symfony bundle provides a server implementation for handling single and multiple file uploads using either FineUploader, jQuery File Uploader, YUI3 Uploader, Uploadify, FancyUpload, MooUpload, Plupload or Dropzone. Features include chunked uploads, orphanages, Gaufrette and Flysystem support.

6196.6M35](/packages/oneup-uploader-bundle)[kartik-v/yii2-widget-fileinput

An enhanced FileInput widget for Bootstrap 3.x, 4.x &amp; 5.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)

2357.1M97](/packages/kartik-v-yii2-widget-fileinput)[ecodev/graphql-upload

A middleware to support file uploads in GraphQL

902.3M16](/packages/ecodev-graphql-upload)[marrouchi/upload-crop-image-bundle

Basic server side cropping behavior for Symfony2

121.1k](/packages/marrouchi-upload-crop-image-bundle)

PHPackages © 2026

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