PHPackages                             langaner/phalcon-starter - 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. langaner/phalcon-starter

ActiveLibrary[Framework](/categories/framework)

langaner/phalcon-starter
========================

Starter for Phalcon framework

28PHP

Since Jul 8Pushed 8y ago2 watchersCompare

[ Source](https://github.com/langaner/phalcon-starter)[ Packagist](https://packagist.org/packages/langaner/phalcon-starter)[ RSS](/packages/langaner-phalcon-starter/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Phalcon starter
---------------

[](#phalcon-starter)

[![Latest Stable Version](https://camo.githubusercontent.com/e333696bd86b09f7a80166981c9332de9e6f8571ae7b4272d716fb37d371c634/68747470733a2f2f706f7365722e707567782e6f72672f6c616e67616e65722f7068616c636f6e2d737461727465722f762f737461626c65)](https://packagist.org/packages/langaner/phalcon-starter)[![Total Downloads](https://camo.githubusercontent.com/cd5b1e37c811fcb23aa7fcd84612af8916eff870aa73f000fbdb8de9a016c466/68747470733a2f2f706f7365722e707567782e6f72672f6c616e67616e65722f7068616c636f6e2d737461727465722f646f776e6c6f616473)](https://packagist.org/packages/langaner/phalcon-starter)[![Latest Unstable Version](https://camo.githubusercontent.com/dedb43b825a1cfd54a853f66f365d94a639c7f38bd294744cbd5650993394045/68747470733a2f2f706f7365722e707567782e6f72672f6c616e67616e65722f7068616c636f6e2d737461727465722f762f756e737461626c65)](https://packagist.org/packages/langaner/phalcon-starter)[![License](https://camo.githubusercontent.com/364f091a3c8e1f91805ec128d2a51a6e93333735dce96a6eec24d554ed6b2263/68747470733a2f2f706f7365722e707567782e6f72672f6c616e67616e65722f7068616c636f6e2d737461727465722f6c6963656e7365)](https://packagist.org/packages/langaner/phalcon-starter)

A Skeleton project.

How to install
--------------

[](#how-to-install)

Run `composer create-project langaner/phalcon-starter project-directory --prefer-source` or download zip.

Folders
-------

[](#folders)

Api and Backend - modules. You can identify modules in module config

Controllers - all your app controllers

Models - models folder

Presenters - presenters. You can use it by call it from model $this-&gt;userRepository-&gt;getModel()-&gt;getPresenter()-&gt;test

Repositories - all repositoreis. You can use it by call $this-&gt;userRepository-&gt;test()

Services - all app services. You can use it by call $this-&gt;userService-&gt;test()

routes - all routes

Bindings
--------

[](#bindings)

To use repositories, services, presenters you must register binding in ModulesProvider or in you module.

Examples:

Repository - $this-&gt;bindRepository('userRepository', UserRepository::class, \[new UserModel\]);

Service - $this-&gt;bindService('userService', UserService::class, \[$this-&gt;getDi()-&gt;get('userRepository')\]);

Presenter - $this-&gt;bindRepository('userPresenter', UserPresenter::class, \[new UserModel\]);

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![langaner](https://avatars.githubusercontent.com/u/1975620?v=4)](https://github.com/langaner "langaner (5 commits)")

### Embed Badge

![Health badge](/badges/langaner-phalcon-starter/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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