└── profile └── README.md /profile/README.md: -------------------------------------------------------------------------------- 1 | # PHP: Hypertext Preprocessor 2 | 3 | PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. 4 | 5 | * [php.net](https://www.php.net) - The canonical website of the PHP project. Everything you need or want to know about PHP is here. 6 | * [php/php-src](https://github.com/php/php-src) - Source code for PHP can be found right here on github 7 | * [Release Tarballs](https://www.php.net/downloads.php?source=Y) - Versioned release bundles, ready to build 8 | * [Windows Binaries](https://www.php.net/downloads.php?os=windows&osvariant=windows-downloads) - Prebuilt executables for Windows 9 | * [Documentation](https://www.php.net/manual) - Available in several translations 10 | * [Docbook Source](https://github.com/php/doc-en) - Open source documentation in XML 11 | * [Mailing Lists](https://www.php.net/mailing-lists.php) - All development discussion happens over email 12 | * [Archives](https://news-web.php.net) - Archives of previous discussions available via web and NNTP 13 | * [Externals.io](https://externals.io) - A prettier view of the internals mailing list in threaded form (3rd party site) 14 | * [Get involved](https://www.php.net/get-involved) - Help make PHP better! 15 | --------------------------------------------------------------------------------