alexkratky / panx-utils
Custom functions.
v1.0.0
2020-05-14 08:52 UTC
Requires
- php: >=7.0
- alexkratky/cachex: ^1.0.0
- alexkratky/requestx: ^1.0.0
- alexkratky/routex: ^1.0.0
- alexkratky/url: ^1.0.0
This package is auto-updated.
Last update: 2023-11-14 16:50:43 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" )));