{"id":13805466,"url":"https://github.com/raulconti/symfony-3-certification-guide","last_synced_at":"2025-04-10T19:04:28.396Z","repository":{"id":215184610,"uuid":"53966219","full_name":"raulconti/symfony-3-certification-guide","owner":"raulconti","description":"Collections of links based on the topics included in the Symfony 3.0 certification exam","archived":false,"fork":false,"pushed_at":"2018-01-24T12:14:16.000Z","size":7,"stargazers_count":140,"open_issues_count":2,"forks_count":45,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-24T16:44:59.423Z","etag":null,"topics":["certification","php","symfony","symfony3"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raulconti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-03-15T17:50:09.000Z","updated_at":"2025-01-04T11:29:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"e431d4a4-3efc-483f-9392-3786b4d8a876","html_url":"https://github.com/raulconti/symfony-3-certification-guide","commit_stats":null,"previous_names":["raulconti/symfony-3-certification-guide"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulconti%2Fsymfony-3-certification-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulconti%2Fsymfony-3-certification-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulconti%2Fsymfony-3-certification-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulconti%2Fsymfony-3-certification-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulconti","download_url":"https://codeload.github.com/raulconti/symfony-3-certification-guide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279198,"owners_count":21077406,"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":["certification","php","symfony","symfony3"],"created_at":"2024-08-04T01:01:01.416Z","updated_at":"2025-04-10T19:04:28.366Z","avatar_url":"https://github.com/raulconti.png","language":null,"funding_links":[],"categories":["Certification"],"sub_categories":[],"readme":"# Symfony 3 certification guide\n\nCollections of links based on the topics included in the Symfony 3.0 certification exam.\n\nMore info: https://sensiolabs.com/en/symfony/certification.html\n\nInspired by the Symfony 2.3 certification guide of [jmolivas] (https://github.com/jmolivas/symfony-certification-guide)\n\n\n#### **PHP**\n* Object Oriented Programming  \nhttp://php.net/manual/en/language.oop5.php\n* Namespaces  \nhttp://www.php.net/manual/en/language.namespaces.php  \nhttps://knpuniversity.com/screencast/php-namespaces-in-120-seconds/namespaces\n* Interfaces  \nhttp://www.php.net/manual/en/language.oop5.interfaces.php\n* Anonymous functions and closures  \nhttp://www.php.net/manual/en/functions.anonymous.php\n* Abstract classes  \nhttp://www.php.net/manual/en/language.oop5.abstract.php\n* Exception and error handling  \nhttps://secure.php.net/manual/en/class.exception.php  \nhttp://php.net/manual/en/language.exceptions.php\n* Traits  \nhttp://php.net/manual/en/language.oop5.traits.php\n* PHP extensions  \nhttp://php.net/manual/en/extensions.php\n* SPL  \nhttp://php.net/manual/en/book.spl.php\n* Web security (XSS, CSRF, etc.)  \nhttp://php.net/manual/en/security.php\n\n---\n\n#### **HTTP**\n* Client / Server interaction  \nhttp://symfony.com/doc/3.0/book/http_fundamentals.html\n* Status codes  \nhttp://en.wikipedia.org/wiki/List_of_HTTP_status_codes\n* HTTP request  \nhttp://symfony.com/doc/3.0/components/http_foundation/introduction.html#request\n* HTTP response  \nhttp://symfony.com/doc/3.0/components/http_foundation/introduction.html#response\n* HTTP methods\nhttps://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html\n* Cookies  \nhttps://en.wikipedia.org/wiki/HTTP_cookie  \nhttp://symfony.com/doc/3.0/components/http_foundation/introduction.html#setting-cookies\n* Caching  \nhttp://symfony.com/doc/3.0/book/http_cache.html\n* Content negotiation  \nhttps://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation  \nhttp://symfony.com/doc/3.0/components/http_foundation/introduction.html#accessing-accept-headers-data\n* Language detection  \n\n---\n\n#### **Symfony Architecture**\n* Symfony Standard Edition  \nhttp://symfony.com/distributions  \nhttps://github.com/symfony/symfony-standard\n* License  \nhttp://symfony.com/doc/3.0/contributing/code/license.html\n* Components  \nhttp://symfony.com/doc/3.0/components/index.html\n* Bundles  \nhttp://symfony.com/doc/bundles/  \nhttp://symfony.com/doc/3.0/cookbook/bundles/best_practices.html  \nhttp://symfony.com/doc/3.0/quick_tour/the_architecture.html#understanding-the-bundle-system\n* Bridges  \nhttp://stackoverflow.com/questions/11888522/what-are-symfony-bridges-bundles-and-vendor\n* Configuration  \nhttp://symfony.com/doc/3.0/quick_tour/the_architecture.html  \nhttp://symfony.com/doc/3.0/cookbook/configuration/index.html  \nhttp://symfony.com/doc/3.0/cookbook/bundles/best_practices.html#configuration  \nhttp://symfony.com/doc/3.0/cookbook/bundles/extension.html\n* Code organization  \nhttp://symfony.com/doc/3.0/quick_tour/the_architecture.html#understanding-the-directory-structure\n* Request handling  \nhttp://symfony.com/doc/3.0/book/http_fundamentals.html#the-journey-from-the-request-to-the-response\n* Exception handling  \nhttp://symfony.com/doc/3.0/cookbook/controller/error_pages.html\n* Event dispatcher and kernel events  \nhttp://symfony.com/doc/3.0/components/event_dispatcher/introduction.html  \nhttp://symfony.com/doc/3.0/components/http_kernel/introduction.html\n* Official best practices  \nhttp://symfony.com/doc/3.0/best_practices/index.html\n* Release management  \nhttp://symfony.com/doc/3.0/contributing/community/releases.html\n* Backward compatibility promise  \nhttp://symfony.com/doc/3.0/contributing/code/bc.html\n* Deprecations best practices  \nhttp://symfony.com/blog/paving-the-way-for-symfony-3-with-the-deprecation-detector-tool\n\n---\n\n#### **Standardization**\n* Release management and roadmap schedule  \nhttp://symfony.com/doc/3.0/contributing/community/releases.html\n* Framework interoperability and PSRs  \nhttp://www.php-fig.org/psr/\n* Naming conventions  \nhttp://symfony.com/doc/3.0/contributing/code/standards.html#naming-conventions\n* Coding standards  \nhttp://symfony.com/doc/3.0/contributing/code/standards.html\n* Third-party libraries integration  \nhttp://symfony.com/doc/3.0/cookbook/bundles/installation.html\n* Composer packages handling  \nhttps://getcomposer.org/doc/00-intro.md#introduction  \nhttp://symfony.com/doc/3.0/cookbook/composer.html\n* Development best practices  \nhttp://symfony.com/doc/3.0/cookbook/deployment/tools.html\n* Framework overloading  \nhttp://symfony.com/doc/3.0/cookbook/configuration/override_dir_structure.html  \nhttp://symfony.com/doc/3.0/cookbook/bundles/inheritance.html  \nhttp://symfony.com/doc/3.0/cookbook/bundles/override.html\n* Semantic versioning  \nhttp://semver.org/\n\n---\n\n#### **Bundles**\n* Naming conventions  \nhttp://symfony.com/doc/3.0/cookbook/bundles/best_practices.html#bundle-name\n* Code organization  \nhttp://symfony.com/doc/3.0/cookbook/bundles/best_practices.html#directory-structure\n* Controllers  \nhttp://symfony.com/doc/3.0/book/controller.html  \nhttp://symfony.com/doc/3.0/cookbook/bundles/best_practices.html#controllers\n* The views  \nhttp://symfony.com/doc/3.0/quick_tour/the_view.html\n* The resources  \nhttp://symfony.com/doc/3.0/best_practices/web-assets.html\n* Overriding default error pages  \nhttp://symfony.com/doc/3.0/cookbook/controller/error_pages.html\n* Bundle inheritance  \nhttp://symfony.com/doc/3.0/cookbook/bundles/inheritance.html\n* Event dispatcher and kernel events  \nhttp://symfony.com/doc/3.0/cookbook/event_dispatcher/event_listener.html\n* Semantic configuration and compiler passes  \nhttp://symfony.com/doc/3.0/cookbook/service_container/compiler_passes.html  \nhttp://symfony.com/doc/3.0/components/dependency_injection/compilation.html\n\n---\n\n#### **Controllers**\n* Naming conventions  \nhttp://symfony.com/doc/3.0/book/routing.html#controller-string-syntax\n* The base Controller class  \nhttp://symfony.com/doc/3.0/book/controller.html#the-base-controller-class\n* The request  \nhttp://symfony.com/doc/3.0/components/http_foundation/introduction.html#request  \nhttp://symfony.com/doc/3.0/book/controller.html#the-request-object\n* The response  \nhttp://symfony.com/doc/3.0/components/http_foundation/introduction.html#response  \nhttp://symfony.com/doc/3.0/book/controller.html#the-response-object\n* The cookies  \nhttp://symfony.com/doc/3.0/components/http_foundation/introduction.html#setting-cookies\n* The session  \nhttp://symfony.com/doc/3.0/book/controller.html#managing-the-session  \nhttp://symfony.com/doc/3.0/components/http_foundation/sessions.html\n* The flash messages  \nhttp://symfony.com/doc/3.0/book/controller.html#flash-messages  \nhttp://symfony.com/doc/3.0/components/http_foundation/sessions.html#flash-messages\n* HTTP redirects  \nhttp://symfony.com/doc/3.0/book/controller.html#redirecting\n* Internal redirects  \nhttp://symfony.com/doc/3.0/book/controller.html#forwarding-to-another-controller\n* Generate 404 pages  \nhttp://symfony.com/doc/3.0/book/controller.html#managing-errors-and-404-pages  \nhttp://symfony.com/doc/3.0/cookbook/controller/error_pages.html#customizing-the-404-page-and-other-error-pages\n* File upload  \nhttp://symfony.com/doc/3.0/cookbook/controller/upload_file.html\n* Built-in internal controllers  \nhttp://symfony.com/doc/3.0/book/controller.html#the-base-controller-class\n\n---\n\n#### **Routing**\n* Configuration (YAML / XML / PHP \u0026 annotations)  \nhttp://symfony.com/doc/3.0/book/routing.html#basic-route-configuration\n* Restrict URL parameters  \nhttp://symfony.com/doc/3.0/book/routing.html#routing-with-placeholders\n* Set default values to URL parameters  \nhttp://symfony.com/doc/3.0/book/routing.html#required-and-optional-placeholders\n* Generate URL parameters  \nhttp://symfony.com/doc/3.0/book/routing.html#generating-urls\n* Trigger redirects  \nhttp://symfony.com/doc/3.0/book/controller.html#redirecting  \nhttp://symfony.com/doc/3.0/cookbook/routing/redirect_in_config.html\n* Special internal routing attributes  \nhttp://symfony.com/doc/3.0/cookbook/routing/extra_information.html\n* Domain name matching  \nhttp://symfony.com/doc/3.0/components/routing/hostname_pattern.html\n* Conditional request matching  \nhttp://symfony.com/doc/3.0/book/routing.html#completely-customized-route-matching-with-conditions\n* HTTP methods matching  \nhttp://symfony.com/doc/3.0/cookbook/routing/method_parameters.html\n* User's locale guessing  \nhttp://symfony.com/doc/3.0/reference/forms/types/locale.html\n* Router debugging  \nhttp://symfony.com/doc/3.0/book/routing.html#visualizing-debugging-routes\n\n---\n\n#### **Templating with Twig**\n* Auto escaping  \nhttp://twig.sensiolabs.org/doc/tags/autoescape.html  \nhttp://symfony.com/doc/3.0/book/templating.html#output-escaping-in-twig\n* Template inheritance  \nhttp://twig.sensiolabs.org/doc/tags/extends.html  \nhttp://twig.sensiolabs.org/doc/templates.html#template-inheritance  \nhttp://symfony.com/doc/3.0/book/templating.html#template-inheritance-and-layouts\n* Global variables  \nhttp://symfony.com/doc/3.0/cookbook/templating/global_variables.html\n* Filters and functions  \nhttp://twig.sensiolabs.org/doc/filters/index.html  \nhttp://symfony.com/doc/3.0/cookbook/templating/twig_extension.html\n* Template includes  \nhttp://twig.sensiolabs.org/doc/tags/include.html\n* Loops and conditions  \nhttp://twig.sensiolabs.org/doc/tags/for.html  \nhttp://twig.sensiolabs.org/doc/tags/if.html\n* Urls generation  \nhttp://symfony.com/doc/3.0/book/routing.html#generating-urls-from-a-template  \nhttp://symfony.com/doc/3.0/book/templating.html#linking-to-pages\n* Controller rendering  \nhttp://symfony.com/doc/3.0/book/templating.html#embedding-controllers\n* Translations and pluralization  \nhttp://symfony.com/doc/3.0/book/translation.html#translations-in-templates\n* String interpolation  \nhttp://twig.sensiolabs.org/doc/templates.html#string-interpolation\n* Assets management  \nhttp://symfony.com/doc/3.0/best_practices/web-assets.html\n* Debugging variables  \nhttp://twig.sensiolabs.org/doc/functions/dump.html\n\n---\n\n#### **Forms**\n* Forms creation  \nhttp://symfony.com/doc/3.0/book/forms.html#creating-a-simple-form\n* Forms handling  \nhttp://symfony.com/doc/3.0/book/forms.html#handling-form-submissions  \nhttp://symfony.com/doc/3.0/best_practices/forms.html#handling-form-submits\n* Form types  \nhttp://symfony.com/doc/3.0/book/forms.html#creating-form-classes  \nhttp://symfony.com/doc/3.0/book/forms.html#built-in-field-types\n* Forms rendering with Twig  \nhttp://symfony.com/doc/3.0/book/forms.html#rendering-a-form-in-a-template\n* Forms theming  \nhttp://symfony.com/doc/3.0/cookbook/form/form_customization.html#what-are-form-themes  \nhttp://symfony.com/doc/3.0/book/forms.html#form-theming\n* CSRF protection  \nhttp://symfony.com/doc/3.0/book/forms.html#csrf-protection\n* Handling file upload  \nhttp://symfony.com/doc/3.0/cookbook/controller/upload_file.html  \nhttp://symfony.com/doc/3.0/reference/forms/types/file.html\n* Built-in form types  \nhttp://symfony.com/doc/3.0/reference/forms/types.html\n* Data transformers  \nhttp://symfony.com/doc/3.0/cookbook/form/data_transformers.html\n* Form events  \nhttp://symfony.com/doc/3.0/components/form/form_events.html  \nhttp://symfony.com/doc/3.0/cookbook/form/dynamic_form_modification.html\n* Form type extensions  \nhttp://symfony.com/doc/3.0/cookbook/form/create_form_type_extension.html\n\n---\n\n#### **Data Validation**\n* PHP object validation  \nhttp://symfony.com/doc/3.0/book/validation.html#the-basics-of-validation\n* Built-in validation constraints  \nhttp://symfony.com/doc/3.0/reference/constraints.html\n* Validation scopes  \nhttp://symfony.com/doc/3.0/cookbook/validation/custom_constraint.html#class-constraint-validator\n* Validation groups  \nhttp://symfony.com/doc/3.0/book/validation.html#validation-groups\n* Group sequence  \nhttp://symfony.com/doc/3.0/book/validation.html#group-sequence\n* Custom callback validators  \nhttp://symfony.com/doc/3.0/cookbook/validation/custom_constraint.html  \nhttp://symfony.com/doc/3.0/reference/constraints/Callback.html  \nhttps://knpuniversity.com/screencast/question-answer-day/custom-validation-property-path\n* Violations builder  \nhttp://symfony.com/doc/3.0/cookbook/validation/custom_constraint.html#creating-the-validator-itself\n\n---\n\n#### **Dependency Injection**\n* Service container  \nhttp://symfony.com/doc/3.0/book/service_container.html\n* Built-in services  \nhttp://symfony.com/doc/3.0/book/service_container.html#debugging-services\n* Configuration parameters  \nhttp://symfony.com/doc/3.0/components/dependency_injection/parameters.html  \nhttp://symfony.com/doc/3.0/components/dependency_injection/introduction.html#setting-up-the-container-with-configuration-files\n* Services registration  \nhttp://symfony.com/doc/3.0/book/service_container.html#creating-configuring-services-in-the-container\n* Tags  \nhttp://symfony.com/doc/3.0/book/service_container.html#tags  \nhttp://symfony.com/doc/3.0/reference/dic_tags.html\n* Semantic configuration  \nhttp://symfony.com/doc/3.0/cookbook/bundles/extension.html\n* Factories  \nhttp://symfony.com/doc/3.0/components/dependency_injection/factories.html\n* Compiler passes  \nhttp://symfony.com/doc/3.0/cookbook/service_container/compiler_passes.html  \nhttp://symfony.com/doc/3.0/components/dependency_injection/compilation.html\n* Services autowiring  \nhttp://symfony.com/doc/3.0/components/dependency_injection/autowiring.html\n\n---\n\n#### **Security**\n* Authentication  \nhttp://symfony.com/doc/3.0/components/security/authentication.html  \nhttp://symfony.com/doc/3.0/book/security.html#how-security-works-authentication-and-authorization\nhttp://symfony.com/doc/3.0/cookbook/security/index.html#authentication-identifying-logging-in-the-user\n* Authorization  \nhttp://symfony.com/doc/3.0/components/security/authorization.html  \nhttp://symfony.com/doc/3.0/book/security.html#authorization\nhttp://symfony.com/doc/3.0/cookbook/security/index.html#authorization-denying-access\n* Configuration  \nhttp://symfony.com/doc/3.0/reference/configuration/security.html\n* Providers  \nhttp://symfony.com/doc/3.0/book/security.html#where-do-users-come-from-user-providers\n* Firewalls  \nhttp://symfony.com/doc/3.0/book/security.html#firewalls-authentication  \nhttp://symfony.com/doc/3.0/components/security/firewall.html\n* Users  \nhttp://symfony.com/doc/3.0/book/security.html#users\n* Passwords encoders  \nhttp://symfony.com/doc/3.0/book/security.html#encoding-the-user-s-password\n* Roles  \nhttp://symfony.com/doc/3.0/components/security/authorization.html#roles  \nhttp://symfony.com/doc/3.0/book/security.html#roles\n* Access Control Rules  \nhttp://symfony.com/doc/3.0/book/security.html#access-control-in-templates  \nhttp://symfony.com/doc/3.0/book/security.html#access-control-in-controllers\n* Guard authenticators  \nhttp://symfony.com/doc/3.0/cookbook/security/guard-authentication.html  \nhttps://knpuniversity.com/screencast/guard\n* Voters and voting strategies  \nhttp://symfony.com/doc/3.0/components/security/authorization.html  \nhttp://symfony.com/doc/3.0/cookbook/security/voters.html\n\n---\n\n#### **HTTP Caching**\n* Cache types (browser, proxies and reverse proxies)  \nhttp://symfony.com/doc/3.0/book/http_cache.html#types-of-caches\n* Expiration (Expires, Cache-control)  \nhttp://symfony.com/doc/3.0/book/http_cache.html#expiration\n* Validation (ETag, Last-Modified)  \nhttp://symfony.com/doc/3.0/book/http_cache.html#validation\n* Client side caching  \nhttp://symfony.com/doc/3.0/book/http_cache.html#types-of-caches\n* Server side caching  \nhttp://symfony.com/doc/3.0/book/http_cache.html#gateway-caches\n* Edge Side Includes  \nhttp://symfony.com/doc/3.0/book/http_cache.html#using-edge-side-includes\n\n---\n\n#### **Console**\n* Built-in commands  \nhttp://symfony.com/doc/3.0/components/console/usage.html#built-in-commands\n* Custom commands  \nhttp://symfony.com/doc/3.0/components/console.html#creating-a-console-application\nhttp://symfony.com/doc/3.0/console.html\n* Configuration  \nhttp://symfony.com/doc/3.0/console.html#configuring-the-command\n* Options and arguments  \nhttp://symfony.com/doc/3.0/console/input.html#using-command-arguments\nhttp://symfony.com/doc/3.0/console/input.html#using-command-options\nhttp://symfony.com/doc/3.0/components/console/console_arguments.html\n* Input and Output objects  \nhttp://symfony.com/doc/3.0/console.html#console-input\nhttp://symfony.com/doc/3.0/console.html#executing-the-command\n* Built-in helpers  \nhttp://symfony.com/doc/3.0/components/console/helpers/index.html\n* Console events  \nhttp://symfony.com/doc/3.0/components/console/events.html\n* Verbosity levels  \nhttp://symfony.com/doc/3.0/console/verbosity.html\n\n---\n\n#### **Automated tests**\n* Unit tests with PHPUnit  \nhttp://symfony.com/doc/3.0/book/testing.html#the-phpunit-testing-framework\n* Functional tests with PHPUnit  \nhttp://symfony.com/doc/3.0/book/testing.html#functional-tests\n* Client object  \nhttp://symfony.com/doc/3.0/book/testing.html#working-with-the-test-client\n* Crawler object  \nhttp://symfony.com/doc/3.0/book/testing.html#the-crawler\n* Profile object  \nhttp://symfony.com/doc/3.0/book/testing.html#accessing-the-profiler-data  \nhttp://symfony.com/doc/3.0/cookbook/testing/profiling.html\n* Framework objects access  \nhttp://symfony.com/doc/3.0/book/testing.html#accessing-internal-objects  \nhttp://symfony.com/doc/3.0/book/testing.html#accessing-the-container\n* Client configuration  \nhttp://symfony.com/doc/3.0/book/testing.html#testing-configuration\n* Request and response objects introspection  \nhttp://symfony.com/doc/3.0/book/testing.html#accessing-internal-objects\n* PHPUnit bridge  \nhttp://symfony.com/doc/3.0/components/phpunit_bridge.html\n* Handling legacy deprecated code  \nhttp://symfony.com/doc/3.0/components/phpunit_bridge.html#mark-tests-as-legacy\n\n---\n\n#### **Miscellaneous**\n* Error handling  \nhttp://symfony.com/doc/3.0/cookbook/controller/error_pages.html\n* Code debugging  \nhttp://symfony.com/doc/3.0/cookbook/debugging.html\n* Deployment best practices  \nhttp://symfony.com/doc/3.0/cookbook/deployment/tools.html\n* Process  \nhttp://symfony.com/doc/3.0/components/process.html\n* Serializer  \nhttp://symfony.com/doc/3.0/serializer.html  \nhttp://symfony.com/doc/3.0/components/serializer.html\n* Data collectors  \nhttp://symfony.com/doc/3.0/cookbook/profiler/data_collector.html\n* Web Profiler and Web Debug Toolbar  \nhttp://symfony.com/blog/new-in-symfony-2-8-redesigned-web-debug-toolbar  \nhttp://symfony.com/doc/3.0/reference/configuration/web_profiler.html\n* Internationalization and localization  \nhttp://symfony.com/doc/3.0/translation.html  \nhttp://symfony.com/doc/3.0/best_practices/i18n.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulconti%2Fsymfony-3-certification-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulconti%2Fsymfony-3-certification-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulconti%2Fsymfony-3-certification-guide/lists"}