PHPackages                             slicklabs/icf-reader - 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. slicklabs/icf-reader

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

slicklabs/icf-reader
====================

Reads ICF files

0174PHP

Since Jan 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wefabric/ICFReader)[ Packagist](https://packagist.org/packages/slicklabs/icf-reader)[ RSS](/packages/slicklabs-icf-reader/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ICFReader
=========

[](#icfreader)

Read file from disk
-------------------

[](#read-file-from-disk)

You can easily read in an ICF-file stored on disk.

```
    $reader = new \ICFReader\Reader($filepath);
    $result = $reader->read();
```

Read data
---------

[](#read-data)

If you want, you can also parse data from somewhere else than from disk. For easy testing, the below example reads the file contents manually and then processes it.

```
    $icf_file = file_get_contents($filepath); // or from somewhere else.

    $reader = new \ICFReader\Reader(''); //requires a filepath parameter, but not required for reading in from data.
    $data = $reader->toArray($icf_file);
    $result = $reader->format($data);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 58.8% 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/8834dc84f62a7c139ded639124a4f9a3bfd03e8ccac75db9f83107ed38ebca39?d=identicon)[slicklabs](/maintainers/slicklabs)

---

Top Contributors

[![leoflapper](https://avatars.githubusercontent.com/u/2369607?v=4)](https://github.com/leoflapper "leoflapper (10 commits)")[![Wefabric-Kevin](https://avatars.githubusercontent.com/u/95614672?v=4)](https://github.com/Wefabric-Kevin "Wefabric-Kevin (4 commits)")[![nathanjansen](https://avatars.githubusercontent.com/u/73473323?v=4)](https://github.com/nathanjansen "nathanjansen (2 commits)")[![denizcirak](https://avatars.githubusercontent.com/u/58737655?v=4)](https://github.com/denizcirak "denizcirak (1 commits)")

### Embed Badge

![Health badge](/badges/slicklabs-icf-reader/health.svg)

```
[![Health](https://phpackages.com/badges/slicklabs-icf-reader/health.svg)](https://phpackages.com/packages/slicklabs-icf-reader)
```

###  Alternatives

[seshac/otp-generator

OTP Generator and Validator for Laravel Applications

42181.5k](/packages/seshac-otp-generator)

PHPackages © 2026

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