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 2w 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 18% 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://avatars.githubusercontent.com/u/1975620?v=4)[Alexey Molodov](/maintainers/langaner)[@langaner](https://github.com/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/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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