PHPackages                             ibexa/polyfill-php82 - 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. ibexa/polyfill-php82

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

ibexa/polyfill-php82
====================

v1.0.1(1y ago)0410.2k↓20.5%15(GPL-2.0-only or proprietary)PHPPHP &gt;=7.4CI passing

Since Aug 7Pushed 2mo ago10 watchersCompare

[ Source](https://github.com/ibexa/polyfill-php82)[ Packagist](https://packagist.org/packages/ibexa/polyfill-php82)[ RSS](/packages/ibexa-polyfill-php82/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (5)

Ibexa PHP 8.2 Polyfill Package
==============================

[](#ibexa-php-82-polyfill-package)

This package provides access to functions not otherwise provided by Symfony Polyfills.

To use it in your project, add it using Composer: ⏩ `composer require ibexa/polyfill-php82`

Then you can use functions provided by the package by importing them:

```
use Ibexa\PolyfillPhp82\iterator_to_array;

// Now we can use `iterator_to_array` function (although namespaced) as if it was
// with PHP 8.2 functionality (extended arguments)
$anyIterable = ['some_simple_array_which_would_not_work_in_php_82'];
$array = iterator_to_array($anyIterable);
```

COPYRIGHT
---------

[](#copyright)

Copyright (C) 1999-2025 Ibexa AS (formerly eZ Systems AS). All rights reserved.

LICENSE
-------

[](#license)

This source code is available separately under the following licenses:

A - Ibexa Business Use License Agreement (Ibexa BUL), version 2.4 or later versions (as license terms may be updated from time to time) Ibexa BUL is granted by having a valid Ibexa DXP (formerly eZ Platform Enterprise) subscription, as described at: For the full Ibexa BUL license text, please see:  (latest version applies)

AND

B - GNU General Public License, version 2 Grants an copyleft open source license with ABSOLUTELY NO WARRANTY. For the full GPL license text, please see:

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance62

Regular maintenance activity

Popularity37

Limited adoption so far

Community25

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~0 days

Total

2

Last Release

648d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/681611?v=4)[Ibexa Bot](/maintainers/ezrobot)[@ezrobot](https://github.com/ezrobot)

![](https://avatars.githubusercontent.com/u/130489?v=4)[Łukasz Serwatka](/maintainers/lserwatka)[@lserwatka](https://github.com/lserwatka)

---

Top Contributors

[![Steveb-p](https://avatars.githubusercontent.com/u/3183926?v=4)](https://github.com/Steveb-p "Steveb-p (4 commits)")[![barw4](https://avatars.githubusercontent.com/u/22300504?v=4)](https://github.com/barw4 "barw4 (1 commits)")[![ibexa-yuna](https://avatars.githubusercontent.com/u/67897517?v=4)](https://github.com/ibexa-yuna "ibexa-yuna (1 commits)")[![OstafinL](https://avatars.githubusercontent.com/u/24355391?v=4)](https://github.com/OstafinL "OstafinL (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ibexa-polyfill-php82/health.svg)

```
[![Health](https://phpackages.com/badges/ibexa-polyfill-php82/health.svg)](https://phpackages.com/packages/ibexa-polyfill-php82)
```

PHPackages © 2026

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