PHPackages                             gosoft/s3-skeleton - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. gosoft/s3-skeleton

ActiveProject[Utility &amp; Helpers](/categories/utility)

gosoft/s3-skeleton
==================

Skeleton App for microsites

3192[4 issues](https://github.com/braian125/s3-skeleton/issues)[6 PRs](https://github.com/braian125/s3-skeleton/pulls)PHP

Since Dec 30Pushed 3y ago4 watchersCompare

[ Source](https://github.com/braian125/s3-skeleton)[ Packagist](https://packagist.org/packages/gosoft/s3-skeleton)[ RSS](/packages/gosoft-s3-skeleton/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (7)Used By (0)

Welcome to S3 Skeleton!
=======================

[](#welcome-to-s3-skeleton)

Install
-------

[](#install)

**Using Composer**

> composer create-project gosoft/s3-skeleton=dev-master

**Github**

> git clone

Run it
------

[](#run-it)

> **1**. run composer install
> **2**. run npm i, on linux run with sudo (optional)
> **3**. run npm install -g grunt, on linux run with sudo (optional)
> **4**. Copy the .env.example file and rename it as .env, in the file configure your development environment variables
> **5**. Serving your application using built-in PHP development server: **php -S localhost:8080 -t public**

Direcotories
------------

[](#direcotories)

> - `app`: Application code
> - `app/Controller`: All controllers files within the `App\Controller` namespace
> - `app/Models`: All models files within the `App\Models` namespace
> - `app/Middleware`: All middlewares files within the `App\Middleware` namespace
> - `resources/views`: Twig template files
> - `resources/assets`: The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes.
> - `public`: Webserver root
> - `vendor`: Composer dependencies
> - `node_modules`: npm dependencies

How to use Grunt?
-----------------

[](#how-to-use-grunt)

> **Devops**
>
> run grunt dev
>
> **Production**
>
> run grunt dist

Command Line
------------

[](#command-line)

> **Create Controller**
>
> php skeleton create:controller yourcontrollername
>
> **Create Model**
>
> php skeleton create:model yourmodelname
>
> **Create Migration**
>
> php skeleton create:migration yourmigrationname
>
> php skeleton migrate
>
> php skeleton rollback

About us
--------

[](#about-us)

> **[@braian125](https://twitter.com/braian125)**
>
> **[@julianhm9612](https://twitter.com/julianhm9612)**

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.4% 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://avatars.githubusercontent.com/u/19738475?v=4)[Brian Vanegas Parra](/maintainers/braian125)[@braian125](https://github.com/braian125)

![](https://avatars.githubusercontent.com/u/24255842?v=4)[Julian Henao Marin](/maintainers/Julianhm9612)[@Julianhm9612](https://github.com/Julianhm9612)

---

Top Contributors

[![desarrollowebkubbox](https://avatars.githubusercontent.com/u/77629065?v=4)](https://github.com/desarrollowebkubbox "desarrollowebkubbox (33 commits)")[![braian125](https://avatars.githubusercontent.com/u/19738475?v=4)](https://github.com/braian125 "braian125 (29 commits)")[![Julianhm9612](https://avatars.githubusercontent.com/u/24255842?v=4)](https://github.com/Julianhm9612 "Julianhm9612 (1 commits)")

### Embed Badge

![Health badge](/badges/gosoft-s3-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/gosoft-s3-skeleton/health.svg)](https://phpackages.com/packages/gosoft-s3-skeleton)
```

PHPackages © 2026

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