PHPackages                             ifyazilim/dosyayukleme - 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. ifyazilim/dosyayukleme

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

ifyazilim/dosyayukleme
======================

PHP ile dosya yükleme işlerinde kullanılan kütüphanedir.

0.0.6(9y ago)13071MITPHPPHP &gt;=5.4.0

Since Oct 5Pushed 9y ago3 watchersCompare

[ Source](https://github.com/ifyazilim/dosyayukleme)[ Packagist](https://packagist.org/packages/ifyazilim/dosyayukleme)[ Docs](http://github.com/ifyazilim/dosyayukleme)[ RSS](/packages/ifyazilim-dosyayukleme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

İF Yazılım / Dosya Yükleme
==========================

[](#i̇f-yazılım--dosya-yükleme)

PHP ile dosya yükleme işinden sorumlu kütüphanedir. Form üzerinden gelen $\_FILES bilgisini dikkate alarak çalışır.

Örnek HTML Form
---------------

[](#örnek-html-form)

```

```

Form gönderildiğinde yani submit edildiğinde, PHP tarafında dosyanın yüklenmesi için gerekli işlemler yapılır.

```
// yeni bir dosya yükleme oluşturalım
$dosyaYukleme = new \IfYazilim\DosyaYukleme\DosyaYukleme('resim');

// dosya yüklenmiş mi
if ($dosyaYukleme->count() === 0)
    throw new Exception('Yüklemek için lütfen dosya seçiniz.');

// yükleme sırasın hata oluşmuş ise
if ( ! empty($dosyaYukleme->getHatalar()))
    throw new Exception('Dosya yükleme sırasında hata meydana geldi. Hata açıklaması: ' . implode(', ', $dosyaYukleme->getHatalar()));

// yüklenen dosyayı alalım, eğer birden fazla dosya yüklendiyse, $dosyaYukleme->getIterator()
// kullanılarak içinde dönülebilir.
$dosyaBilgisi = $dosyaYukleme->offsetGet(0);

// yüklenen dosya boyutu en fazla 1M olabilir
if ($dosyaBilgisi->getSize() > 1024 * 1024)
    throw new Exception('Yüklenen dosya en fazla 1M olabilir.');

// yüklenen dosyanın tam adı, ör: merhaba.jpg
echo $dosyaBilgisi->getFilename();

// yüklenen dosyanın uzantısız adı, ör: merhaba
echo $dosyaBilgisi->getBasename();

// yüklenen dosyanın boyutu
echo $dosyaBilgisi->getSize();

// yüklenen dosyanın mimetype'ı
echo $dosyaBilgisi->getMimeType();

// yüklenen dosyanın uzantısı
echo $dosyaBilgisi->getExtension();
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Every ~78 days

Recently: every ~98 days

Total

6

Last Release

3477d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f91277d3343bdd0656c9fe2251e7e59586a22496f4065fbe4bd6e85341618b8?d=identicon)[irfanevrens](/maintainers/irfanevrens)

---

Top Contributors

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

---

Tags

uploadfile-uploaddosya yükleme

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ifyazilim-dosyayukleme/health.svg)

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

###  Alternatives

[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)[coffeecode/uploader

It is a easy PHP upload manager for images, files and media in your application

17149.7k3](/packages/coffeecode-uploader)[iphp/filestore-bundle

Upload files for doctrine entities in symfony 2 project

50143.2k2](/packages/iphp-filestore-bundle)[enyo/dropzone

Handles drag and drop of files for you.

101.9M31](/packages/enyo-dropzone)[kingofcode/laravel-uploadable

Laravel Uploadable trait to automatically upload images and files with minimum configuration

286.4k](/packages/kingofcode-laravel-uploadable)

PHPackages © 2026

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