alexkratky/panx-utils

Custom functions.


Keywords
php, utils, custom, functions
License
MIT

Documentation

panx-utils

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"
)));