redsky / api
A Laravel-style API Rest App from Redsky.
v1.0.0
2026-06-20 21:56 UTC
Requires
- redsky/framework: ^1.0
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.