gitslagga/utils

this is a utils repo from composer

0.1.2 2019-01-08 12:59 UTC

This package is auto-updated.

Last update: 2025-05-09 03:24:16 UTC


README

Usage

$ composer require gitslagga/utils
$ touch test.php
<?php
require_once "vendor/autoload.php";

$utils = new Jean\Utils\Hello();
echo $utils->hello();
$ php test.php

It will print "Hello World!" then exit.