dev-master
9999999-devContains PHP Stubs which can be used by IDEs, or static analysis tools
Apache2
The Development Requires
- jms/cg dev-master
- php/docs dev-master
- symfony/finder 2.1.*
- symfony/console 2.1.*
- monolog/monolog 1.2.*
Wallogit.com
2017 © Pedro Peláez
Contains PHP Stubs which can be used by IDEs, or static analysis tools
PHPStubs are PHP files which describe functions, classes, and constants provided by PHP core, and third-party C extensions., (*1)
They are commonly used in IDEs for auto-completion, or static analysis tools., (*2)
This repository contains stubs for everything covered by the PHP Documentation,
and also the scripts necessary to build them. The types for some functions are
more precise than in the PHP Documentation. For example, instead of array
often a type like string[] is used. Instead of mixed, in some cases
we use something like float|string., (*3)
The code for generating stubs is released under the Apache2 license. All generated stubs automatically inherit their original license, the PHP Documentation license., (*4)
If you would like to generate stubs, you can use the provided CLI tools:, (*5)
php bin/phpstubs.php generate
Contains PHP Stubs which can be used by IDEs, or static analysis tools
Apache2