Skip to content

DanielArrudas/PHP-Studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 

Repository files navigation

PHP-Studies

This repository is dedicated to documenting everything I’m learning about PHP.
Each topic is organized into its own branch, allowing me to separate concepts and approaches clearly.


πŸ“š Branches

Here’s how the repository is structured:

  • Procedural-PHP
    This branch focuses on procedural PHP, covering topics like variables, arrays, superglobals, file handling, and more.

  • OOP-PHP
    This branch will focus on Object-Oriented Programming in PHP β€” classes, inheritance, encapsulation, and more advanced concepts.

  • Docker
    This branch is dedicated to learning how to use Docker to create and manage development environments for PHP applications.

  • More branches may be added in the future as I continue exploring other areas of PHP, such as frameworks, testing, or design patterns.


πŸ’‘ Purpose

The goal of this repository is to:

  • Serve as a personal learning log for all PHP concepts I study.
  • Provide runnable examples and explanations in each branch.
  • Help others (and my future self) find clear and practical PHP references.

πŸš€ How to Use This Repository

  1. Clone the repository:
git clone https://github.com/DanielArrudas/Estudos-PHP.git
  1. Switch to a branch depending on what you want to explore:
git checkout Procedural-PHP
git checkout OOP-PHP
git checkout Docker
  1. Follow the README of each branch to explore the contents and run the examples.

✍️ Author

Daniel Arrudas
I’m using this repository as a living study guide. Feel free to explore or suggest improvements.


If you're also learning PHP, feel free to fork this project and adapt it to your own learning journey!

About

A repository where I write everything I learn about PHP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published