承接 redsky/framework 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

redsky/framework

Composer 安装命令:

composer require redsky/framework

包简介

Skynet PHP Framework

README 文档

README

Skynet Framework is a minimalist PHP framework inspired by Laravel, designed to build UI applications and REST APIs using modern architectural patterns such as MVC, Clean Architecture, Hexagonal Architecture, and Onion Architecture.

The framework focuses on simplicity, transparency, and architectural flexibility, providing a lightweight core that allows developers to structure applications according to their preferred design principles.

Skynet is ideal for:

  • REST API development
  • UI applications
  • microservices
  • learning modern software architecture in PHP

Installation

Skynet can be installed using Composer.

composer create-project julioxfiles/skynet-framework my-project

This command downloads the framework and creates a new project.

Creating Projects

Skynet supports different project types.

Create a UI Application

composer create-project julioxfiles/skynet-framework my-ui-app

This creates a project designed for:

  • server-rendered views
  • controllers
  • template rendering
  • traditional MVC applications

Typical structure:

my-ui-app
 ├── app
 │   ├── Controllers
 │   ├── Models
 │   └── Views
 ├── routes
 ├── public
 └── config

Create an API Application

composer create-project julioxfiles/skynet-framework my-api

This creates an API-first project designed for:

  • REST APIs
  • JSON responses
  • microservices
  • frontend separation (React, Vue, etc.)

Typical structure:

my-api
 ├── app
 │   ├── Controllers
 │   ├── Services
 │   ├── Domain
 │   └── Infrastructure
 ├── routes
 ├── public
 └── config

Philosophy

Skynet follows a minimal core philosophy:

  • simple routing
  • clear request/response lifecycle
  • explicit architecture
  • minimal magic

Developers are free to organize their applications using:

  • MVC
  • Clean Architecture
  • Hexagonal Architecture
  • Onion Architecture
  • Layered Architecture

Requirements

  • PHP 8.2+
  • Composer

License

MIT License


统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固