alexkratky/panx-utils
Custom functions.
Maintainers
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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-14 22:08:38 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" )));
