{"id":15076722,"url":"https://github.com/noud/symfony3-heroku","last_synced_at":"2026-02-07T15:11:13.495Z","repository":{"id":72328797,"uuid":"194946222","full_name":"noud/symfony3-heroku","owner":"noud","description":"Deploying a Symfony 3 App on Heroku.","archived":false,"fork":false,"pushed_at":"2019-07-03T02:18:15.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-17T01:42:48.943Z","etag":null,"topics":["cloud","heroku","symfony3"],"latest_commit_sha":null,"homepage":null,"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/noud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-07-02T23:05:41.000Z","updated_at":"2019-07-17T03:19:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"c262b423-d53c-4897-8c29-090f25655ed0","html_url":"https://github.com/noud/symfony3-heroku","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noud/symfony3-heroku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fsymfony3-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fsymfony3-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fsymfony3-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fsymfony3-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noud","download_url":"https://codeload.github.com/noud/symfony3-heroku/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noud%2Fsymfony3-heroku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29197865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T14:35:27.868Z","status":"ssl_error","status_checked_at":"2026-02-07T14:25:51.081Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cloud","heroku","symfony3"],"created_at":"2024-09-25T04:02:31.842Z","updated_at":"2026-02-07T15:11:13.481Z","avatar_url":"https://github.com/noud.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Symfony Standard Edition\n========================\n\n**WARNING**: This distribution does not support Symfony 4. See the\n[Installing \u0026 Setting up the Symfony Framework][15] page to find a replacement\nthat fits you best.\n\nWelcome to the Symfony Standard Edition - a fully-functional Symfony\napplication that you can use as the skeleton for your new applications.\n\nFor details on how to download and get started with Symfony, see the\n[Installation][1] chapter of the Symfony Documentation.\n\nWhat's inside?\n--------------\n\nThe Symfony Standard Edition is configured with the following defaults:\n\n  * An AppBundle you can use to start coding;\n\n  * Twig as the only configured template engine;\n\n  * Doctrine ORM/DBAL;\n\n  * Swiftmailer;\n\n  * Annotations enabled for everything.\n\nIt comes pre-configured with the following bundles:\n\n  * **FrameworkBundle** - The core Symfony framework bundle\n\n  * [**SensioFrameworkExtraBundle**][6] - Adds several enhancements, including\n    template and routing annotation capability\n\n  * [**DoctrineBundle**][7] - Adds support for the Doctrine ORM\n\n  * [**TwigBundle**][8] - Adds support for the Twig templating engine\n\n  * [**SecurityBundle**][9] - Adds security by integrating Symfony's security\n    component\n\n  * [**SwiftmailerBundle**][10] - Adds support for Swiftmailer, a library for\n    sending emails\n\n  * [**MonologBundle**][11] - Adds support for Monolog, a logging library\n\n  * **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and\n    the web debug toolbar\n\n  * **SensioDistributionBundle** (in dev/test env) - Adds functionality for\n    configuring and working with Symfony distributions\n\n  * [**SensioGeneratorBundle**][13] (in dev env) - Adds code generation\n    capabilities\n\n  * [**WebServerBundle**][14] (in dev env) - Adds commands for running applications\n    using the PHP built-in web server\n\n  * **DebugBundle** (in dev/test env) - Adds Debug and VarDumper component\n    integration\n\nAll libraries and bundles included in the Symfony Standard Edition are\nreleased under the MIT or BSD license.\n\nWhat's added?\n--------------\n\nCode and configuration is added to work in [Heroku](https://www.heroku.com) Cloud Application Platform.\n\nThe [App](https://floating-harbor-96482.herokuapp.com) has just one end-point\n* [Lucky::number()](https://floating-harbor-96482.herokuapp.com/lucky/number)\n\nEnjoy!\n\n[1]:  https://symfony.com/doc/3.4/setup.html\n[6]:  https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html\n[7]:  https://symfony.com/doc/3.4/doctrine.html\n[8]:  https://symfony.com/doc/3.4/templating.html\n[9]:  https://symfony.com/doc/3.4/security.html\n[10]: https://symfony.com/doc/3.4/email.html\n[11]: https://symfony.com/doc/3.4/logging.html\n[13]: https://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html\n[14]: https://symfony.com/doc/current/setup/built_in_web_server.html\n[15]: https://symfony.com/doc/current/setup.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Fsymfony3-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoud%2Fsymfony3-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoud%2Fsymfony3-heroku/lists"}