https://github.com/ibexa/polyfill-php82
https://github.com/ibexa/polyfill-php82
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibexa/polyfill-php82
- Owner: ibexa
- License: other
- Created: 2024-07-31T13:17:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T17:08:21.000Z (about 1 year ago)
- Last Synced: 2025-09-27T18:55:09.511Z (9 months ago)
- Language: PHP
- Size: 27.3 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ibexa PHP 8.2 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:
```php
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 (C) 1999-2025 Ibexa AS (formerly eZ Systems AS). All rights reserved.
## 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: https://www.ibexa.co/product
For the full Ibexa BUL license text, please see:
https://www.ibexa.co/software-information/licenses-and-agreements (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:
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html