alexkratky/panx-utils

v1.0.0 2020-05-14 08:52 UTC

This package is auto-updated.

Last update: 2024-04-14 17:43:40 UTC


README

Class with custom functions and utils.

Installation

composer require alexkratky/panx-utils

Usage

require 'vendor/autoload.php';

use AlexKratky\PanxFunctions;

json(json_encode(array(
    "name" => "Alex"
)));