{"id":18377510,"url":"https://github.com/friendsofsymfony1/symfony1","last_synced_at":"2025-05-14T06:12:05.620Z","repository":{"id":2042614,"uuid":"2979925","full_name":"FriendsOfSymfony1/symfony1","owner":"FriendsOfSymfony1","description":"[DEPRECATED -- Use Symfony instead] Fork of symfony 1.4 with DIC, form enhancements, latest Swiftmailer, better performance, composer compatible and PHP 8 support","archived":false,"fork":false,"pushed_at":"2025-05-05T21:02:34.000Z","size":5187,"stargazers_count":345,"open_issues_count":69,"forks_count":181,"subscribers_count":53,"default_branch":"master","last_synced_at":"2025-05-14T03:19:44.914Z","etag":null,"topics":["hacktoberfest","symfony1"],"latest_commit_sha":null,"homepage":"https://symfony.com/legacy","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FriendsOfSymfony1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["thePanz"]}},"created_at":"2011-12-14T13:00:57.000Z","updated_at":"2025-05-05T21:01:09.000Z","dependencies_parsed_at":"2023-01-14T11:01:02.139Z","dependency_job_id":"f028220a-1fdb-48e2-be2f-1c28d6ea9a04","html_url":"https://github.com/FriendsOfSymfony1/symfony1","commit_stats":{"total_commits":991,"total_committers":69,"mean_commits":14.36231884057971,"dds":0.7951564076690212,"last_synced_commit":"dc824de74b696ec9c70ab2ddb2f5af5e640fdda1"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfSymfony1%2Fsymfony1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfSymfony1%2Fsymfony1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfSymfony1%2Fsymfony1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FriendsOfSymfony1%2Fsymfony1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FriendsOfSymfony1","download_url":"https://codeload.github.com/FriendsOfSymfony1/symfony1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254083590,"owners_count":22011901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","symfony1"],"created_at":"2024-11-06T00:28:22.645Z","updated_at":"2025-05-14T06:12:05.546Z","avatar_url":"https://github.com/FriendsOfSymfony1.png","language":"PHP","funding_links":["https://github.com/sponsors/thePanz"],"categories":[],"sub_categories":[],"readme":"![Build Status](https://github.com/FriendsOfSymfony1/symfony1/actions/workflows/continuous-integration.yml/badge.svg)\n\nAbout this version\n------------------\n\nThis 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).\n\n**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.**\n\nAll the enhancements and BC breaks are listed in the [WHATS_NEW](https://github.com/FriendsOfSymfony1/symfony1/blob/master/WHATS_NEW.md) file, this include:\n\n- [DIC](https://github.com/FriendsOfSymfony1/symfony1/wiki/ServiceContainer)\n- Composer support\n- PHP 8.4 support\n- performance boost\n- new widgets \u0026 validators\n- some tickets fixed from the symfony trac\n- ...\n\nAbout symfony\n-------------\n\nSymfony is a complete framework designed to optimize the development of web applications by way of several key features.\nFor starters, it separates a web application's business rules, server logic, and presentation views.\nIt contains numerous tools and classes aimed at shortening the development time of a complex web application.\nAdditionally, it automates common tasks so that the developer can focus entirely on the specifics of an application.\nThe end result of these advantages means there is no need to reinvent the wheel every time a new web application is built!\n\nSymfony was written entirely in PHP 5.\nIt has been thoroughly tested in various real-world projects, and is actually in use for high-demand e-business websites.\nIt is compatible with most of the available databases engines, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server.\nIt runs on *nix and Windows platforms*.\n\nRequirements\n------------\n\nPHP 7.4 and up. See prerequisites on https://symfony.com/legacy/doc/getting-started/1_4/en/02-Prerequisites\n\nInstallation\n------------\n\nSee https://symfony.com/legacy/doc/getting-started/1_4/en/03-Symfony-Installation\n\nOption 1: Using [Composer](https://getcomposer.org/doc/00-intro.md) as dependency management:\n\n    composer require friendsofsymfony1/symfony1 \"1.5.*\"\n    composer install\n\nNote: 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.\n\nOption 2: Using Git submodules:\n\n    git init # your project\n    git submodule add https://github.com/FriendsOfSymfony1/symfony1.git lib/vendor/symfony\n    git submodule update --init --recursive\n\n\nTests\n-----\n\n### Prerequisites\n\n  * docker-engine version 17.12.0+\n  * docker-compose version 1.20.0+\n\n### How to execute all tests on all supported PHP versions and dependencies?\n\n    test/bin/test\n\n### For PHP 7.3 and for lowest dependencies versions?\n\n    test/bin/test php73 lowest\n\n### For PHP 7.3 and for highest dependencies versions?\n\n    test/bin/test php73 highest\n\n### For executing a dedicated test file?\n\n    test/bin/test php73 highest test/unit/cache/sfAPCCacheTest.php\n\n\n### When you finish your work day, do not forget to clean up your desk\n\n    docker-compose down\n\n\nDocumentation\n-------------\n\nRead the official [symfony1 documentation](https://symfony.com/legacy)\n\nContributing\n------------\n\nYou can send pull requests or create an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofsymfony1%2Fsymfony1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendsofsymfony1%2Fsymfony1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendsofsymfony1%2Fsymfony1/lists"}