PHPackages                             palvoelgyilaszlo/csvreplace - 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. palvoelgyilaszlo/csvreplace

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

palvoelgyilaszlo/csvreplace
===========================

Sring replate into csv file

v1.0.3(4y ago)0141MITPHP

Since May 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/palvoelgyilaszlo/csvreplace)[ Packagist](https://packagist.org/packages/palvoelgyilaszlo/csvreplace)[ RSS](/packages/palvoelgyilaszlo-csvreplace/feed)WikiDiscussions main Synced today

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

csvReplace
==========

[](#csvreplace)

```
require_once '../vendor/autoload.php';

use Palvoelgyi\CsvRepace\CsvRepace;

```

Use for information:
====================

[](#use-for-information)

```
$CsvRepace = new CsvRepace;

$CsvRepace
    ->setDir('../csvdata') // for example "../csvdata"
    ->isDir()
    ->getInfo();

```

Use for replace:
================

[](#use-for-replace)

```
$CsvRepace = new CsvRepace;

$CsvRepace
    ->setDir('../csvdata') // for example "../csvdata"
    ->setReplace(array $replace) // optional
    ->setIngnore(array $ingnore) // optional
    ->isDir() // optional
    ->replaceData();

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Total

4

Last Release

1810d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fbeee4c2a6100dc25f65d208fbb8c597ba50b5b51a5006bd4ab6257b0af73a9?d=identicon)[palvoelgyilaszlo](/maintainers/palvoelgyilaszlo)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/palvoelgyilaszlo-csvreplace/health.svg)

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

###  Alternatives

[spatie/unit-conversions

Perform unit conversions in PHP

363.5k](/packages/spatie-unit-conversions)[devaly/wordpress-routes

Manage rewrites and routes in WordPress with this dead-simple plugin

101.2k](/packages/devaly-wordpress-routes)

PHPackages © 2026

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