DEV Community

Adeleye Ayodeji
Adeleye Ayodeji

Posted on • Originally published at Medium on

Simple (OOP) PHP Calculator

Object-Oriented Programming (OOP) in PHP adeleyeyayodeji.com

Object-Oriented Programming (OOP) in PHP

Object-Oriented Programming has always been fun with the right basic tools.

Get started with OOP using my basic widget

Source Code: https://github.com/adeleyeayodeji/Simple-OOP-PHP-Calculator

Happy Coding 😎🤩

Top comments (1)

Collapse
 
yellow1912 profile image
yellow1912

Php has problem with big numbers, you may need to look into bcmath or gmp extensions.