mikelooper/slim-infrastructure 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

mikelooper/slim-infrastructure

最新稳定版本:0.0.25

Composer 安装命令:

composer require mikelooper/slim-infrastructure

包简介

A package to create microservices

README 文档

README

This package has been created to manage the creation of a simple microservice. Slim php was wrapped into MicroserviceSlim, also the package control the cache routes, log errors and handle the correct response.

Configuration

To use the package you need config the container dependence. You can copy the following files to config your http microservice:

  • config/container.php
  • config/settings.php
  • config/bootstrap.php // File executed by index.php

Make commands

$ make help

Usage: make [target] ...

Tests:
  test                Execute tests
  test-coverage       Execute tests with coverage
                      
Miscellaneous:
  help                Show this help
                      
Container:
  run                 Build and run php container
  build               Build php container
  stop                Stop php container
  destroy             Remove all data related with php container
  shell               SSH in container
  logs                SSH logs in container
                      
Code:
  exec                Execute composer commands
                      
Style:
  lint                Show style errors
  lint-fix            Fix style errors
                      
Written by Antonio Miguel Morillo Chica, version v1.0
Please report any bug or error to the author.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-12-09