Skip to content

symbiotic-php/micro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbiotic Micro (BETA EDITION)

The package is not recommended to be installed for use, it is for developers of micro applications!

Installation

composer require symbiotic/micro

Description

The basic core of the framework, the assembly is isolated from the full version of the framework to compile applications into a single file. At the moment, the application compiler has not yet been written, but such an opportunity is planned.

Use the full version: https://github.com/symbiotic-php/full/!

composer require symbiotic/full

Usage

$basePath = dirname(__DIR__);// root folder of the project

include_once $basePath. '/vendor/autoload.php';

$config = include $basePath.'/vendor/symbiotic/micro/src/config.sample.php';

//.. Redefining the configuration array

// Basic construction of the Core container
$core = new \Symbiotic\Core\Core($config);

// Starting request processing
$core->run();

// Then the initialization code and the work of another framework can go on when the symbiosis mode is enabled...
// $laravel->handle();

About

Microassembly of the Symbiotic framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy