Simple PHP script that calculates the perimeter/area/surface area/volume of 2D/3D shapes.
- Clone/download repo/folder into your PHP server index (e.g. www/htdocs folder)
- Run program from the index.php
Simple PHP script that uses the concept of interface(contracts), classes and PHP units to find perimeter, area etc of shapes
Hack