1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

updating the usage stats with more recent ones, removing nexen.net as the last reports from them are from 2008 and adding some stats from w3techs.com

This commit is contained in:
Ferenc Kovacs
2013-03-23 16:04:12 +01:00
parent e693221c8b
commit 71143c0e9d
2 changed files with 16 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -5,21 +5,31 @@ include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("PHP Usage Stats", array("current" => "community"));
?>
<h1>Usage Stats for April 2007</h1>
<h1>Usage Stats for January 2013</h1>
<p>
PHP: 20,917,850 domains, 1,224,183 IP addresses<br />
Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
PHP: 244M sites, 2.1M IP addresses<br />
Source: <a href="http://news.netcraft.com/wp-content/uploads/2013/01/php-trend.png">Netcraft</a><br />
</p>
<p>
<?php echo print_image("stats/phpstats-200707.png", "Graph"); ?>
<?php echo print_image("stats/php-trend-201301-netcraft.png", "Graph"); ?>
</p>
<p>
<a href="http://w3techs.com/">w3techs.com</a> provides statistics for
<a href="http://w3techs.com/technologies/overview/programming_language/all">server-side programming languages</a>
where you can also see the market share
<a href="http://w3techs.com/technologies/details/pl-php/all/all">by version</a>.
<br />
See their <a href="http://w3techs.com/faq">FAQ</a> and <a href="http://w3techs.com/technologies">technologies</a>
page for the details of the methodologies used for the surveys.
</p>
<p>
You can also see how popular PHP is relative to other Apache modules
at <a href="http://www.securityspace.com/s_survey/">SecuritySpace's
Web Survey</a>. Spoiler: PHP is the most popular.
at <a href="http://www.securityspace.com/bizintel/index.html">SecuritySpace's
Web Survey</a>.
</p>
<p>
@@ -28,11 +38,4 @@ Source: <a href="http://www.netcraft.com/Survey/">Netcraft</a><br />
provided by TIOBE.
</p>
<p>
There are <a href="http://www.nexen.net/chiffres_cles/phpversion/">
detailed stats about PHP</a>, by version, by countries, by web servers
and evolution from the &quot;PHP version tracker&quot;, run by
<a href="http://www.nexen.net/">nexen.net</a>.
</p>
<?php site_footer(); ?>