PHPackages                             mamuz/phalcon-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. mamuz/phalcon-skeleton

ActiveProject[Framework](/categories/framework)

mamuz/phalcon-skeleton
======================

Simple skeleton application using the Phalcon3 Framework

v1.0.0(9y ago)142945PHP

Since Aug 16Pushed 9y ago3 watchersCompare

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

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

phalcon-skeleton
================

[](#phalcon-skeleton)

Introduction
------------

[](#introduction)

This is an application skeleton for Phalcon3 Framework. This application is meant to be used as a starting place. It's built on top of  which simplifies application bootstrapping.

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

[](#requirements)

PHP7 and Phalcon3 is needed, follow install steps at

Install
-------

[](#install)

### Step 1: Create new project with composer

[](#step-1-create-new-project-with-composer)

```
composer create-project -n -sdev mamuz/phalcon-skeleton path/to/install
```

### Step 2: Customize new project to your needs

[](#step-2-customize-new-project-to-your-needs)

Run `./bin/customize.sh` inside application root to customize the project.

It will ask you for assigning following changes:

1. `Enter the new classnamespace identifier to use`

    Composer Autoloader is mapping as `"autoload": {"psr-4": {"PhalconSkeleton\\": "src/"}}`

    e.g customizing the identifier to `Application` will lead to `"autoload": {"psr-4": {"Application\\": "src/"}}`, according to that all FQCN of all classes will be changed.
2. `Enter composer namespace`

    Composer project name is defined as `"name": "mamuz/phalcon-skeleton"`

    e.g. customizing the namespace to `user/application` leads to `"name": "user/application"`
3. `Enter a short project description`

    This text is used for prepared README.md and will be placed as `description` value inside `composer.json`
4. `Enable view support?`

    If support is desired, application config will be prepared and in addition you will have example view templates.

How To's
--------

[](#how-tos)

Please check  for detailed informations about bootstrapping. For Phalcon usages in general please visit .

### Logging

[](#logging)

This application uses [`Monolog`](https://github.com/Seldaek/monolog) as a logger, you can customize it in

### Error Handling

[](#error-handling)

Error Handling with Phalcon's MVC is implemented in

### Adding new Services

[](#adding-new-services)

First of all create a Factory inside `src/Application/Service`, register that factory to services in [`application config`](https://github.com/mamuz/phalcon-skeleton/blob/master/config/application.php).

After that you should add a `Getter` for that to [`Service Aware Trait`](https://github.com/mamuz/phalcon-skeleton/blob/master/src/Application/Service/AwareTrait.php), which make your life easier for fetching those ones inside your controllers.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~60 days

Recently: every ~105 days

Total

8

Last Release

3507d ago

Major Versions

v0.1.6 → v1.0.02016-10-10

### Community

Maintainers

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

---

Top Contributors

[![mamuz](https://avatars.githubusercontent.com/u/4173317?v=4)](https://github.com/mamuz "mamuz (26 commits)")[![sunspikes](https://avatars.githubusercontent.com/u/75611?v=4)](https://github.com/sunspikes "sunspikes (1 commits)")[![tobeorla](https://avatars.githubusercontent.com/u/5021184?v=4)](https://github.com/tobeorla "tobeorla (1 commits)")

---

Tags

phalcon-skeleton

### Embed Badge

![Health badge](/badges/mamuz-phalcon-skeleton/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.7k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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