PHPackages                             vadimdol/symfony1 - 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. vadimdol/symfony1

ActiveLibrary

vadimdol/symfony1
=================

Symfony is a complete framework designed to optimize the development of web applications by way of several key features. For starters, it separates a web application's business rules, server logic, and presentation views. It contains numerous tools and classes aimed at shortening the development time of a complex web application. Additionally, it automates common tasks so that the developer can focus entirely on the specifics of an application. The end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!

v1.1(8y ago)0287MITPHP

Since Nov 23Pushed 8y ago1 watchersCompare

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

READMEChangelog (2)DependenciesVersions (3)Used By (0)

symfony 1.4
===========

[](#symfony-14)

Установка
---------

[](#установка)

---

1 Способ:

С помощью git'а

```
    git init # ваш проект
    git submodule add https://github.com/vadimDol/symfony1 vendor/symfony
    git submodule update --init --recursive

```

2 Способ:

С помощью [Composer](https://getcomposer.org/download/)

```
    composer require vadimdol/symfony1 "1.1"

```

---

Создание проекта
----------------

[](#создание-проекта)

```
    php vendor\symfony\data\bin\symfony generate:project PROJECT_NAME --orm=Propel
    или
    php vendor\symfony\data\bin\symfony generate:project PROJECT_NAME

```

Создание приложения
-------------------

[](#создание-приложения)

```
    php symfony generate:app frontend

```

Создание модуля
---------------

[](#создание-модуля)

```
    php symfony generate:module frontend hello_world

```

---

Документация
------------

[](#документация)

---

Официальная документация - [symfony1 documentation](http://symfony.com/legacy)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~12 days

Total

2

Last Release

3082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ffe2dca76233bc5e0f25c70bae6a79ae4d575fa7c7c425005bbbfa13e66128f?d=identicon)[vadimDol](/maintainers/vadimDol)

---

Top Contributors

[![vadimDol](https://avatars.githubusercontent.com/u/19549149?v=4)](https://github.com/vadimDol "vadimDol (22 commits)")

### Embed Badge

![Health badge](/badges/vadimdol-symfony1/health.svg)

```
[![Health](https://phpackages.com/badges/vadimdol-symfony1/health.svg)](https://phpackages.com/packages/vadimdol-symfony1)
```

PHPackages © 2026

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