2
4

More than 3 years have passed since last update.

ここ5年間でPHPを主体とした開発環境の流行を調べてみた

Posted at

ここ5年間でPHPを主体とした開発環境で
【Google trends】から日本・世界でどんなのがトレンドにあるのか気になったので調べて見ました。

2021年7月14日(水) 現在

毎年更新予定

【インフラ・クラウド】

AWS/GCP/Heroku/Azure

日本

インフラ-japan.png

世界

インフラ-world.png

【仮想環境】

docker/vagrant/vmware

日本

仮想環境-japan.png

世界

仮想環境-world.png

【Webサーバ】

Apache/Nginx/IIS

日本

webサーバ-japan.png

世界

webサーバ-world.png

【PHPフレームワーク】

Laravel/CakePHP/Symfony/ZendFramework/FuelPHP

日本

フレームワーク-japan.png

世界

フレームワーク-world.png

【DB】

PostgreSQL/mysql/Oracle Database/Microsoft Access/Microsoft SQL Server

日本

DB-japan.png

世界

DB-world.png

最後に

Qiitaの記事にGoogletrendsのscriptを埋め込みたい。
今回は画像を張っただけなので、やり方を知って人は教えて下さい。

こんなのです。

  <script type="text/javascript" src="https://ssl.gstatic.com/trends_nrtr/2578_RC02/embed_loader.js"></script>
  <script type="text/javascript">
    trends.embed.renderExploreWidget("TIMESERIES", {"comparisonItem":[{"keyword":"AWS","geo":"","time":"today 5-y"},{"keyword":"GCP","geo":"","time":"today 5-y"},{"keyword":"Heroku","geo":"","time":"today 5-y"},{"keyword":"Azure","geo":"","time":"today 5-y"}],"category":0,"property":""}, {"exploreQuery":"date=today%205-y&q=AWS,GCP,Heroku,Azure","guestPath":"https://trends.google.co.jp:443/trends/embed/"});
  </script>

2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4