bartlett / php-compatinfo-db
Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions
6.32.1
2026-05-10 07:26 UTC
Requires
- php: 8.2 - 8.5
- composer-runtime-api: ^2.0
- ext-json: *
- ext-pcre: *
- ext-pdo: *
- ext-phar: *
- ext-spl: *
- composer/semver: ^3.0
- doctrine/dbal: ^4.0
- doctrine/orm: ^3.5
- psr/log: ^3.0
- symfony/cache: ^7.4 || ^8.0
- symfony/config: ^7.4 || ^8.0
- symfony/console: ^7.4 || ^8.0
- symfony/dependency-injection: ^7.4 || ^8.0
- symfony/event-dispatcher: ^7.4 || ^8.0
- symfony/finder: ^7.4 || ^8.0
- symfony/http-client: ^7.4 || ^8.0
- symfony/messenger: ^7.4 || ^8.0
- symfony/polyfill-php84: ^1.0
- symfony/process: ^7.4 || ^8.0
- symfony/requirements-checker: ^2.0
- symfony/stopwatch: ^7.4 || ^8.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-15 03:26:01 UTC
README
PHP CompatInfoDB
| Releases | Branch | PHP | Packagist | License | Documentation |
|---|---|---|---|---|---|
| Stable v5.14.x | |||||
| Stable v6.31.x | |||||
| Stable v6.32.x |
Main goal of this project is to provide a standalone database that references all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions.
This database is currently only support by its initial project php-compatinfo
Version Compatibility
| CompatInfoDB | PHP | CompatInfo |
|---|---|---|
3.6.x to 3.16.x |
>= 7.2 |
5.5 |
3.6.x to 3.16.x |
>= 7.4 |
6.0 |
3.17.x to 3.18.x |
>= 7.4 |
6.1 |
4.0.x to 4.1.x |
>= 7.4 |
6.2, 6.3 |
4.2.x to 4.5.x |
>= 7.4 |
6.4 |
4.6.x to 4.11.x |
>= 7.4 |
6.5 |
5.0.x to 5.14.x |
>= 8.0 and < 8.3 |
7.0 |
6.0.x to 6.31.x |
>= 8.1 and < 8.6 |
7.0, 7.1, 7.2 |
6.32.x |
>= 8.2 and < 8.6 |
7.3 |
Documentation
All the documentation is available on website, generated from the docs folder.
Contributors
- Laurent Laville (Lead Developer)
- Remi Collet (contributor on many extensions and unit tests)