PHPackages                             redsky/framework - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. redsky/framework

ActiveLibrary[Framework](/categories/framework)

redsky/framework
================

Skynet PHP Framework

001

Since Mar 17Pushed 3mo agoCompare

[ Source](https://github.com/Julioxfiles/redsky-framework)[ Packagist](https://packagist.org/packages/redsky/framework)[ RSS](/packages/redsky-framework/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (1)

Skynet Framework
================

[](#skynet-framework)

**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
============

[](#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
=================

[](#creating-projects)

Skynet supports different project types.

Create a UI Application
-----------------------

[](#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
-------------------------

[](#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
==========

[](#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
============

[](#requirements)

- PHP 8.2+
- Composer

---

License
=======

[](#license)

MIT License

```

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance54

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/18ccf23987df237c623691625bc2a33e3eb0e13dca88ba812cbff52bcf1045c5?d=identicon)[jacosta](/maintainers/jacosta)

---

Top Contributors

[![Julioxfiles](https://avatars.githubusercontent.com/u/18542304?v=4)](https://github.com/Julioxfiles "Julioxfiles (10 commits)")

### Embed Badge

![Health badge](/badges/redsky-framework/health.svg)

```
[![Health](https://phpackages.com/badges/redsky-framework/health.svg)](https://phpackages.com/packages/redsky-framework)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M829](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
