定制 symbiotic/micro 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

symbiotic/micro

最新稳定版本:1.4.2.4

Composer 安装命令:

composer require symbiotic/micro

包简介

SymbioticPHP framework for mini applications, supports plugins and inheritance of containers of parent applications.

README 文档

README

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

统计信息

  • 总下载量: 90
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 3
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2022-09-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固