Browse Source

added READMEs for the bridges

Lukas Kahwe Smith 13 năm trước cách đây
mục cha
commit
27efd59070

+ 11 - 0
src/Symfony/Bridge/Doctrine/README.md

@@ -0,0 +1,11 @@
+Doctrine Bridge
+===============
+
+Provides integration for Doctrine with various Symfony2 components.
+
+Resources
+---------
+
+Unit tests:
+
+https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Bridge/Doctrine

+ 11 - 0
src/Symfony/Bridge/Monolog/README.md

@@ -0,0 +1,11 @@
+Monolog Bridge
+==============
+
+Provides integration for Monolog with various Symfony2 components.
+
+Resources
+---------
+
+Unit tests:
+
+https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Bridge/Monolog

+ 11 - 0
src/Symfony/Bridge/Twig/README.md

@@ -0,0 +1,11 @@
+Twig Bridge
+===========
+
+Provides integration for Twig with various Symfony2 components.
+
+Resources
+---------
+
+Unit tests:
+
+https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Bridge/Twig