PHPackages                             wahyuandi840/filemanager - 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. wahyuandi840/filemanager

ActiveLibrary

wahyuandi840/filemanager
========================

Library Sederhana Untuk Membaca Dan Menulis File Dengan PHP

08PHP

Since Mar 8Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wahyuandi840/filemanager)[ Packagist](https://packagist.org/packages/wahyuandi840/filemanager)[ RSS](/packages/wahyuandi840-filemanager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

filemanager
===========

[](#filemanager)

Libary Sederhana Untuk memanipulasi File

```
**Penggunaan**

```

Download package dengan composer

```
composer require wahyuandi840/filemanager

```

atau

```
{
	"require": {
		"wahyuandi840/filemanager" : "dev-master"
	}
}

```

Penggunaan membuat file

```
$nama_file='coba.txt';
$isi_file='ini contoh file';
$filemanager=new Wahyu\FileManager();
$filemanager->set($nama_file,$isi_file);
```

membaca isi file

```
$output=$filemanager->get($nama_file);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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/6acfa6477f77291edf9a0b1af0d98c668075acde348cf89663bf0d904e5d7739?d=identicon)[wahyuandi840](/maintainers/wahyuandi840)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/wahyuandi840-filemanager/health.svg)

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

PHPackages © 2026

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