PHPackages                             fileio/dag-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. fileio/dag-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

fileio/dag-client
=================

iij gio dag client for laravel5

0.0.6(9y ago)0119MITPHP

Since May 2Pushed 9y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

GIO Dag Client
==============

[](#gio-dag-client)

Laravel package of Gio Dag client ()

Install
=======

[](#install)

Require library

```
$ composer require fileio/dag-client:0.0.5

```

Setup
=====

[](#setup)

Add `dag` directive to `config/filesystems.php` under `disks`

```
'dag' => [
    'driver' => 'dag',
    'key'    => 'access_key',
    'secret' => 'secret_key',
    'bucket' => 'bukcet_name',
],

```

Register provider in `config/app.php` under providers

```
Gio\IijDagClient\Providers\GioServiceProvider::class

```

Register Facade in `config/app.php` under aliases

```
'GioIijDagClient' => Gio\IijDagClient\Facade\GioIijDagClient::class

```

Multipart file download
=======================

[](#multipart-file-download)

```
GioIijDagClient::readStreamAsync($path,
    function($data) {
        // called everytime data is downloaded from dag
    },
    function() use (&$finished) {
        // called when download finishes
    }
);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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 ~15 days

Recently: every ~2 days

Total

6

Last Release

3585d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/50a16bd65e24be2760dfda1a60eb981edfbf98b053fd1b5d45bad20774c45e66?d=identicon)[fileio](/maintainers/fileio)

### Embed Badge

![Health badge](/badges/fileio-dag-client/health.svg)

```
[![Health](https://phpackages.com/badges/fileio-dag-client/health.svg)](https://phpackages.com/packages/fileio-dag-client)
```

###  Alternatives

[naxeem/thaana-transliterator

Thaana transliterator

202.5k](/packages/naxeem-thaana-transliterator)

PHPackages © 2026

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