karanguleria/helpers

It includes the helper functions genrally nedded for every project.

1.0.2 2019-10-23 08:25 UTC

This package is auto-updated.

Last update: 2025-06-23 22:28:49 UTC


README

It includes the helper functions needed

Usage

require DIR.'/vendor/autoload.php';

use Helpers\Helpers;
$helpers = new Helpers();
$cars = array("Volvo", "BMW", "Toyota");
$helpers->pr($cars);