An open API service indexing awesome lists of open source software.

https://github.com/brianobot/learning-oop-in-php

Codebase of my learning of OOP in PHP
https://github.com/brianobot/learning-oop-in-php

learning learning-by-doing learning-php oop php

Last synced: 3 months ago
JSON representation

Codebase of my learning of OOP in PHP

Awesome Lists containing this project

README

        

# Learning-OOP-in-PHP

## Introduction
This is a memo of my learning oop in php, actually i am learning most php in the process, the codes here are written with php version 8.1 in mind, if you are using a lower version some features which are introduced in version 8 might not work in your code.

Contribution
The content of this repo reflect codes written by me when learning from the php official manual ![Link](https://www.php.net/manual). So any technical improvement that can be done to any code here is whole heartedly welcome.