Skip to content

switon-php/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switon Core Package

Core contracts, runtime utilities, and shared helpers for Switon Framework. Some published interfaces are cross-package protocols used by multiple components; see the published docs for the boundary map.

Installation

composer require switon/core

Requirements: PHP 8.3+, ext-json

Quick Start

use Switon\Core\Json;

$config = Json::parse('{"app":"demo","debug":true}');
$config['debug'] = false;

echo Json::stringify($config, JSON_PRETTY_PRINT);

Docs: https://docs.switon.dev/latest/core

License

MIT.

About

Shared framework contracts, attributes, helpers, and runtime vocabulary for Switon Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages