Learn PHP

If you want to be a web developer, you need to learn PHP. Read these free tutorials to master this powerful and popular scripting language.

Getting started with PHP

  • How to Build a Simple REST API in PHP

    How to Build a Simple REST API in PHP

    Sajal Soni
  • How to Use Sessions and Session Variables in PHP

    How to Use Sessions and Session Variables in PHP

    Sajal Soni
  • How to Upload a File in PHP (With an Example)

    How to Upload a File in PHP (With an Example)

    Sajal Soni
    1. Laravelの知られざる5つの機能

      Laravelの知られざる5つの機能

      Tutorial Beginner

      Laravel を使って開発をしている人は数多くいますが、フレームワークの機能にまで手を入れる人はごくわずかでしょう。実際Laravelのドキュメントはほとんどの場面を網羅しています。しかしすべてを網羅している訳ではありません。

    2. SOLIDの原則: Part1 - 単一責任の原則(Single Responsibility Principle)

      SOLIDの原則: Part1 - 単一責任の原則(Single Responsibility Principle)

      Tutorial Beginner

      単一責任(Single Responsibility), 拡張に対しては開き、修正に対しては閉じる(Open/Close),リスコフ置き換え(Liskov's Substitution),インターフェイス分離(Interface Segregation),依存性注入(Dependency...