PHPackages                             james-and-james-fulfilment/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. [Framework](/categories/framework)
4. /
5. james-and-james-fulfilment/symfony1

ActiveLibrary[Framework](/categories/framework)

james-and-james-fulfilment/symfony1
===================================

Fork of symfony 1.4 with dic, form enhancements, latest swiftmailer and better performance

v1.6.4(7mo ago)016.5k—3.6%[1 PRs](https://github.com/JamesAndJamesFulfilment/symfony1/pulls)MITPHPPHP ^7.4 || ^8.1

Since Oct 3Pushed 4mo agoCompare

[ Source](https://github.com/JamesAndJamesFulfilment/symfony1)[ Packagist](https://packagist.org/packages/james-and-james-fulfilment/symfony1)[ RSS](/packages/james-and-james-fulfilment-symfony1/feed)WikiDiscussions main Synced 1mo ago

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

[![Build Status](https://github.com/FriendsOfSymfony1/symfony1/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/FriendsOfSymfony1/symfony1/actions/workflows/continuous-integration.yml/badge.svg)

About this version
------------------

[](#about-this-version)

This is a community driven fork of symfony 1, as official support has been [interrupted in November 2012](https://symfony.com/blog/symfony-1-4-end-of-maintenance-what-does-it-mean).

**Do not use it for new projects: this version is great to improve existing symfony1 applications, but [newer Symfony](https://symfony.com/) versions is the way to go today.**

All the enhancements and BC breaks are listed in the [WHATS\_NEW](https://github.com/FriendsOfSymfony1/symfony1/blob/master/WHATS_NEW.md) file, this include:

- [DIC](https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer)
- Composer support
- PHP 8.3 support
- performance boost
- new widgets &amp; validators
- some tickets fixed from the symfony trac
- ...

About symfony
-------------

[](#about-symfony)

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!

Symfony was written entirely in PHP 5. It has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites. It is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. It runs on *nix and Windows platforms*.

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

[](#requirements)

PHP 5.3.4 and up. See prerequisites on [https://symfony.com/legacy/doc/getting-started/1\_4/en/02-Prerequisites](https://symfony.com/legacy/doc/getting-started/1_4/en/02-Prerequisites)

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

[](#installation)

See [https://symfony.com/legacy/doc/getting-started/1\_4/en/03-Symfony-Installation](https://symfony.com/legacy/doc/getting-started/1_4/en/03-Symfony-Installation)

Option 1: Using [Composer](https://getcomposer.org/doc/00-intro.md) as dependency management:

```
composer require friendsofsymfony1/symfony1 "1.5.*"
composer install

```

Note: On windows, if your project is a few directories down from the drive root, composer can throw an error relating to ZipArchive::extractTo(), this can be because pathnames are too long. There currently appears to be no proper solution but a workaround is to move your project to the drive root, run the commands from there, where they will run happily, and then move your project back.

Option 2: Using Git submodules:

```
git init # your project
git submodule add https://github.com/FriendsOfSymfony1/symfony1.git lib/vendor/symfony
git submodule update --init --recursive

```

Tests
-----

[](#tests)

### Prerequisites

[](#prerequisites)

- docker-engine version 17.12.0+
- docker-compose version 1.20.0+

### How to execute all tests on all supported PHP versions and dependencies?

[](#how-to-execute-all-tests-on-all-supported-php-versions-and-dependencies)

```
test/bin/test

```

### For PHP 7.3 and for lowest dependencies versions?

[](#for-php-73-and-for-lowest-dependencies-versions)

```
test/bin/test php73 lowest

```

### For PHP 7.3 and for highest dependencies versions?

[](#for-php-73-and-for-highest-dependencies-versions)

```
test/bin/test php73 highest

```

### For executing a dedicated test file?

[](#for-executing-a-dedicated-test-file)

```
test/bin/test php73 highest test/unit/cache/sfAPCCacheTest.php

```

### When you finish your work day, do not forget to clean up your desk

[](#when-you-finish-your-work-day-do-not-forget-to-clean-up-your-desk)

```
docker-compose down

```

Documentation
-------------

[](#documentation)

Read the official [symfony1 documentation](https://symfony.com/legacy)

Contributing
------------

[](#contributing)

You can send pull requests or create an issue.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance71

Regular maintenance activity

Popularity25

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity85

Battle-tested with a long release history

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~76 days

Total

54

Last Release

215d ago

PHP version history (3 changes)v1.5.13.1PHP &gt;=5.3.0

v1.6.0PHP &gt;=8.1.0

v1.5.17PHP ^7.4 || ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/76c703c3de96776eafc564cd80d9c50cbb5487a179984c2c90558233d38cda33?d=identicon)[doublejames-ah](/maintainers/doublejames-ah)

![](https://avatars.githubusercontent.com/u/110097854?v=4)[JJTechWizards](/maintainers/JJTechWizards)[@JJTechWizards](https://github.com/JJTechWizards)

---

Top Contributors

[![jeromemacias](https://avatars.githubusercontent.com/u/582446?v=4)](https://github.com/jeromemacias "jeromemacias (175 commits)")[![GromNaN](https://avatars.githubusercontent.com/u/400034?v=4)](https://github.com/GromNaN "GromNaN (125 commits)")[![j0k3r](https://avatars.githubusercontent.com/u/62333?v=4)](https://github.com/j0k3r "j0k3r (95 commits)")[![akhumphrey](https://avatars.githubusercontent.com/u/69626?v=4)](https://github.com/akhumphrey "akhumphrey (45 commits)")[![timmipetit](https://avatars.githubusercontent.com/u/1635904?v=4)](https://github.com/timmipetit "timmipetit (9 commits)")[![kalessil](https://avatars.githubusercontent.com/u/1577185?v=4)](https://github.com/kalessil "kalessil (8 commits)")[![zkiiito](https://avatars.githubusercontent.com/u/1292871?v=4)](https://github.com/zkiiito "zkiiito (8 commits)")[![zobzn](https://avatars.githubusercontent.com/u/579620?v=4)](https://github.com/zobzn "zobzn (6 commits)")[![thePanz](https://avatars.githubusercontent.com/u/226021?v=4)](https://github.com/thePanz "thePanz (6 commits)")[![W0rma](https://avatars.githubusercontent.com/u/20659830?v=4)](https://github.com/W0rma "W0rma (6 commits)")[![pathumhdes](https://avatars.githubusercontent.com/u/5234885?v=4)](https://github.com/pathumhdes "pathumhdes (5 commits)")[![damienalexandre](https://avatars.githubusercontent.com/u/225704?v=4)](https://github.com/damienalexandre "damienalexandre (5 commits)")[![mpoiriert](https://avatars.githubusercontent.com/u/4175616?v=4)](https://github.com/mpoiriert "mpoiriert (4 commits)")[![thirsch](https://avatars.githubusercontent.com/u/1055937?v=4)](https://github.com/thirsch "thirsch (4 commits)")[![mkopinsky](https://avatars.githubusercontent.com/u/591435?v=4)](https://github.com/mkopinsky "mkopinsky (4 commits)")[![tlt-miamed](https://avatars.githubusercontent.com/u/26165721?v=4)](https://github.com/tlt-miamed "tlt-miamed (4 commits)")[![issei-m](https://avatars.githubusercontent.com/u/1135118?v=4)](https://github.com/issei-m "issei-m (4 commits)")[![garak](https://avatars.githubusercontent.com/u/179866?v=4)](https://github.com/garak "garak (3 commits)")[![cmdeviant](https://avatars.githubusercontent.com/u/1096001?v=4)](https://github.com/cmdeviant "cmdeviant (3 commits)")[![vitaliytv](https://avatars.githubusercontent.com/u/1549046?v=4)](https://github.com/vitaliytv "vitaliytv (2 commits)")

---

Tags

frameworksymfony1doctrine1

### Embed Badge

![Health badge](/badges/james-and-james-fulfilment-symfony1/health.svg)

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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