Skip to content

Remove references to Silex #10169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions create_framework/dependency_injection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,7 @@ in great details, but hopefully it gives you enough information to get started
on your own and to better understand how the Symfony framework works
internally.

If you want to learn more, read the source code of the `Silex`_
micro-framework, and especially its `Application`_ class.

Have fun!

.. _`Pimple`: https://github.com/silexphp/Pimple
.. _`Silex`: http://silex.sensiolabs.org/
.. _`Application`: https://github.com/silexphp/Silex/blob/master/src/Silex/Application.php
6 changes: 3 additions & 3 deletions create_framework/http_foundation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,18 +285,18 @@ the wheel.

I've almost forgot to talk about one added benefit: using the HttpFoundation
component is the start of better interoperability between all frameworks and
applications using it (like `Symfony`_, `Drupal 8`_, `phpBB 3`_, `ezPublish
5`_, `Laravel`_, `Silex`_ and `more`_).
`applications using it`_ (like `Symfony`_, `Drupal 8`_, `phpBB 3`_, `ezPublish
5`_, `Laravel`_ and `more`_).

.. _`Twig`: https://twig.symfony.com/
.. _`HTTP specification`: https://tools.ietf.org/wg/httpbis/
.. _`audited`: https://symfony.com/blog/symfony2-security-audit
.. _`applications using it`: https://symfony.com/components/HttpFoundation
.. _`Symfony`: https://symfony.com/
.. _`Drupal 8`: https://drupal.org/
.. _`phpBB 3`: https://www.phpbb.com/
.. _`ezPublish 5`: https://ez.no/
.. _`Laravel`: https://laravel.com/
.. _`Silex`: https://silex.sensiolabs.org/
.. _`Midgard CMS`: http://www.midgard-project.org/
.. _`Zikula`: https://zikula.org/
.. _`autoloaded`: https://php.net/autoload
Expand Down
2 changes: 1 addition & 1 deletion create_framework/http_kernel_httpkernel_class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Hopefully, you now have a better understanding of why the simple looking
``HttpKernelInterface`` is so powerful. Its default implementation,
``HttpKernel``, gives you access to a lot of cool features, ready to be used
out of the box, with no efforts. And because HttpKernel is actually the code
that powers the Symfony and Silex frameworks, you have the best of both
that powers the Symfony framework, you have the best of both
worlds: a custom framework, tailored to your needs, but based on a rock-solid
and well maintained low-level architecture that has been proven to work for
many websites; a code that has been audited for security issues and that has
Expand Down
8 changes: 0 additions & 8 deletions create_framework/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ a fully-featured full-stack web framework.
And of course, each step will be the occasion to learn more about some of the
Symfony Components.

.. tip::

If you don't have time to read the whole book, or if you want to get
started fast, you can also have a look at `Silex`_, a micro-framework
based on the Symfony Components. The code is rather slim and it leverages
many aspects of the Symfony Components.

Many modern web frameworks advertize themselves as being MVC frameworks. This
tutorial won't talk about the MVC pattern, as the Symfony Components are able to
create any type of frameworks, not just the ones that follow the MVC
Expand Down Expand Up @@ -121,5 +114,4 @@ In the :doc:`next chapter </create_framework/http_foundation>`, we are going to
introduce the HttpFoundation Component and see what it brings us.

.. _`Symfony`: https://symfony.com/
.. _`Silex`: http://silex.sensiolabs.org/
.. _`Composer`: http://packagist.org/about-composer