{"id":19006098,"url":"https://github.com/danielsan80/tomatoman","last_synced_at":"2026-05-17T03:05:16.573Z","repository":{"id":1779396,"uuid":"2702311","full_name":"danielsan80/tomatoman","owner":"danielsan80","description":"A Symfony 2 Experiment for learning","archived":false,"fork":false,"pushed_at":"2011-11-17T16:35:33.000Z","size":1208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T19:43:59.381Z","etag":null,"topics":["app","exp","learn","old","sf2","symfony"],"latest_commit_sha":null,"homepage":"","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/danielsan80.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}},"created_at":"2011-11-03T13:57:27.000Z","updated_at":"2020-03-26T16:20:30.000Z","dependencies_parsed_at":"2022-08-06T11:01:28.219Z","dependency_job_id":null,"html_url":"https://github.com/danielsan80/tomatoman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielsan80%2Ftomatoman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielsan80%2Ftomatoman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielsan80%2Ftomatoman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielsan80%2Ftomatoman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielsan80","download_url":"https://codeload.github.com/danielsan80/tomatoman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240027954,"owners_count":19736302,"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":["app","exp","learn","old","sf2","symfony"],"created_at":"2024-11-08T18:30:19.912Z","updated_at":"2026-04-21T22:30:18.332Z","avatar_url":"https://github.com/danielsan80.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Symfony Standard Edition\n========================\n\nWelcome to the Symfony Standard Edition - a fully-functional Symfony2\napplication that you can use as the skeleton for your new app. If you want\nto learn more about the features included, see the \"What's Inside?\" section.\n\nThis document contains information on how to download and start using Symfony.\nFor a more detailed explanation, see the\n[Installation chapter](http://symfony.com/doc/current/book/installation.html)\nof the Symfony Documentation.\n\n1) Download the Standard Edition\n--------------------------------\n\nIf you've already downloaded the standard edition, and unpacked it somewhere\nwithin your web root directory, then move on to the \"Installation\" section.\n\nTo download the standard edition, you have two options:\n\n### Download an archive file (*recommended*)\n\nThe easiest way to get started is to download an archive of the standard edition\n(http://symfony.com/download). Unpack it somewhere under your web server root\ndirectory and you're done. The web root is wherever your web server (e.g. Apache)\nlooks when you access `http://localhost` in a browser.\n\n### Clone the git Repository\n\nWe highly recommend that you download the packaged version of this distribution.\nBut if you still want to use Git, you are on your own.\n\nRun the following commands:\n\n    git clone http://github.com/symfony/symfony-standard.git\n    cd symfony-standard\n    rm -rf .git\n\n2) Installation\n---------------\n\nOnce you've downloaded the standard edition, installation is easy, and basically\ninvolves making sure your system is ready for Symfony.\n\n### a) Check your System Configuration\n\nBefore you begin, make sure that your local system is properly configured\nfor Symfony. To do this, execute the following:\n\n    php app/check.php\n\nIf you get any warnings or recommendations, fix these now before moving on.\n\n### b) Install the Vendor Libraries\n\nIf you downloaded the archive \"without vendors\" or installed via git, then\nyou need to download all of the necessary vendor libraries. If you're not\nsure if you need to do this, check to see if you have a ``vendor/`` directory.\nIf you don't, or if that directory is empty, run the following:\n\n    php bin/vendors install\n\nNote that you **must** have git installed and be able to execute the `git`\ncommand to execute this script. If you don't have git available, either install\nit or download Symfony with the vendor libraries already included.\n\n### c) Access the Application via the Browser\n\nCongratulations! You're now ready to use Symfony. If you've unzipped Symfony\nin the web root of your computer, then you should be able to access the\nweb version of the Symfony requirements check via:\n\n    http://localhost/Symfony/web/config.php\n\nIf everything looks good, click the \"Bypass configuration and go to the Welcome page\"\nlink to load up your first Symfony page.\n\nYou can also use a web-based configurator by clicking on the \"Configure your\nSymfony Application online\" link of the ``config.php`` page.\n\nTo see a real-live Symfony page in action, access the following page:\n\n    web/app_dev.php/demo/hello/Fabien\n\n3) Learn about Symfony!\n-----------------------\n\nThis distribution is meant to be the starting point for your application,\nbut it also contains some sample code that you can learn from and play with.\n\nA great way to start learning Symfony is via the [Quick Tour](http://symfony.com/doc/current/quick_tour/the_big_picture.html),\nwhich will take you through all the basic features of Symfony2 and the test\npages that are available in the standard edition.\n\nOnce you're feeling good, you can move onto reading the official\n[Symfony2 book](http://symfony.com/doc/current/).\n\nUsing this Edition as the Base of your Application\n--------------------------------------------------\n\nSince the standard edition is fully-configured and comes with some examples,\nyou'll need to make a few changes before using it to build your application.\n\nThe distribution is configured with the following defaults:\n\n* Twig is the only configured template engine;\n* Doctrine ORM/DBAL is configured;\n* Swiftmailer is configured;\n* Annotations for everything are enabled.\n\nA default bundle, ``AcmeDemoBundle``, shows you Symfony2 in action. After\nplaying with it, you can remove it by following these steps:\n\n* delete the ``src/Acme`` directory;\n* remove the routing entries referencing AcmeBundle in ``app/config/routing_dev.yml``;\n* remove the AcmeBundle from the registered bundles in ``app/AppKernel.php``;\n\n\nWhat's inside?\n---------------\nThe Symfony Standard Edition comes pre-configured with the following bundles:\n\t\n* **FrameworkBundle** - The core Symfony framework bundle\n* **SensioFrameworkExtraBundle** - Adds several enhancements, including template\n  and routing annotation capability ([documentation](http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html))\n* **DoctrineBundle** - Adds support for the Doctrine ORM\n  ([documentation](http://symfony.com/doc/current/book/doctrine.html))\n* **TwigBundle** - Adds support for the Twig templating engine\n  ([documentation](http://symfony.com/doc/current/book/templating.html))\n* **SecurityBundle** - Adds security by integrating Symfony's security component\n  ([documentation](http://symfony.com/doc/current/book/security.html))\n* **SwiftmailerBundle** - Adds support for Swiftmailer, a library for sending emails\n  ([documentation](http://symfony.com/doc/2.0/cookbook/email.html))\n* **MonologBundle** - Adds support for Monolog, a logging library\n  ([documentation](http://symfony.com/doc/2.0/cookbook/logging/monolog.html))\n* **AsseticBundle** - Adds support for Assetic, an asset processing library\n  ([documentation](http://symfony.com/doc/2.0/cookbook/assetic/asset_management.html))\n* **JMSSecurityExtraBundle** - Allows security to be added via annotations\n  ([documentation](http://symfony.com/doc/current/bundles/JMSSecurityExtraBundle/index.html))\n* **WebProfilerBundle** (in dev/test env) - Adds profiling functionality and\n  the web debug toolbar\n* **SensioDistributionBundle** (in dev/test env) - Adds functionality for configuring\n  and working with Symfony distributions\n* **SensioGeneratorBundle** (in dev/test env) - Adds code generation capabilities\n  ([documentation](http://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html))\n* **AcmeDemoBundle** (in dev/test env) - A demo bundle with some example code\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielsan80%2Ftomatoman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielsan80%2Ftomatoman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielsan80%2Ftomatoman/lists"}