2017 © Pedro Peláez
 

library phpstubs

Contains PHP Stubs which can be used by IDEs, or static analysis tools

image

phpstubs/phpstubs

Contains PHP Stubs which can be used by IDEs, or static analysis tools

  • Thursday, November 15, 2012
  • by johannes
  • Repository
  • 7 Watchers
  • 53 Stars
  • 1,320 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 15 Forks
  • 3 Open issues
  • 1 Versions
  • 3 % Grown

The README.md

PHPStubs

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

The Versions

15/11 2012

dev-master

9999999-dev

Contains PHP Stubs which can be used by IDEs, or static analysis tools

  Sources   Download

Apache2

The Development Requires