PHPackages                             vsmoraes/sf\_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. [Framework](/categories/framework)
4. /
5. vsmoraes/sf\_skeleton

ActiveProject[Framework](/categories/framework)

vsmoraes/sf\_skeleton
=====================

A modification to the "Symfony Standard Edition" distribution to make it little and API friendly.

3.2.1(9y ago)371MITPHPPHP ^7.1

Since Apr 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/vsmoraes/sf_skeleton)[ Packagist](https://packagist.org/packages/vsmoraes/sf_skeleton)[ RSS](/packages/vsmoraes-sf-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (10)Versions (3)Used By (0)

Symfony API skeleton
====================

[](#symfony-api-skeleton)

A Symfony distribution optimized to raw APIs

Requirements
------------

[](#requirements)

This distribution comes with docker configurations for local environments. In order to use this feature you'll need:

- [docker](https://docs.docker.com/engine/installation/)
- [docker-compose](https://docs.docker.com/compose/install/)

Installation
------------

[](#installation)

```
composer create-project vsmoraes/sf_skeleton

```

Features
--------

[](#features)

- Clean symfony installation
- Monolog, logstash and Kibana
- New Relic pre-loaded
- Docker local environment
- Makefile to make your life a little easier

Local environment
-----------------

[](#local-environment)

To start the local environment, run:

```
make start

```

This command will start all the containers (fpm, nginx and elk). To access the application for the first time, you'll need to add the following line to your `/etc/hosts` file:

```
127.0.0.1 api.dev

```

Don't worry, it's just mapping the host `api.dev` to your localhost IP address. Now you can access the application using the browser of your choice using the address: `http://api.dev`.

Commands
--------

[](#commands)

Install dependencies:

```
make install

```

Start docker local environment:

```
make start

```

Stop docker local environment:

```
make stop

```

Run unit tests:

```
make test

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3324d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e0d31ff1cc89f7f000ad3dbc397a935f1fff20c64e8ff29926555af4150015a9?d=identicon)[vsmoraes](/maintainers/vsmoraes)

---

Top Contributors

[![vsmoraes](https://avatars.githubusercontent.com/u/617445?v=4)](https://github.com/vsmoraes "vsmoraes (2 commits)")

---

Tags

dockerskeletonskeleton-applicationsymfonyapisymfonyframeworkSkeleton

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vsmoraes-sf-skeleton/health.svg)

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

###  Alternatives

[krzysiekpiasecki/gentelella

A Symfony skeleton application with user account functionality based on the Twitter Bootstrap and Gentelella template

991.8k](/packages/krzysiekpiasecki-gentelella)

PHPackages © 2026

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