redsky/api

A Laravel-style API Rest App from Redsky.

Maintainers

Package info

github.com/Julioxfiles/redsky-api

pkg:composer/redsky/api

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-06-20 21:56 UTC

This package is auto-updated.

Last update: 2026-06-23 00:29:48 UTC


README

redsky-api/
├── app/
├── bootstrap/
├── config/
├── database/
├── public/
├── resources/
├── routes/
├── storage/
├── tests/
├── .env.example
├── composer.json
└── README.md

What is RedSky API?

RedSky API is a lightweight Laravel-style API application skeleton powered by the RedSky Framework. It provides a clean and organized structure for building REST APIs using controllers, middleware, services, models, configuration files, and routing.

Installation

Create a new project using Composer:

composer create-project redsky/api your-project-name

Example:

composer create-project redsky/api lancaster-api

Enter the project directory:

cd your-project-name

Install dependencies:

composer install

Requirements

  • PHP 8.1 or higher
  • Composer

License

RedSky API is distributed under the Core Dual License.

Free Use

Free for:

  • Personal projects
  • Students
  • Educational purposes
  • Learning and experimentation

Commercial Use

Commercial, corporate, governmental, or revenue-generating use requires a separate commercial license from the author.