You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dotkernel is built around the PSR-11 dependency container. We have chosen <strong><ahref="https://github.com/laminas/laminas-servicemanager">Laminas Service Manager</a></strong> as our default implementation.
By default, no middleware in Mezzio is templated. We use <strong><ahref="http://twig.sensiolabs.org/documentation">Twig</a></strong> as the default templating engine.
There are various routing implementations compatible with Expressive. We have chosen <strong><ahref="https://github.com/nikic/FastRoute">FastRoute</a></strong> as Dotkernel’s default routing library.
Mezzio, and consequently Dotkernel, is built around <strong><ahref="https://github.com/php-fig/http-message">PSR-7</a></strong>. It uses <strong><ahref="https://github.com/laminas/laminas-diactoros">Laminas Diactoros</a></strong> as the PSR-7 implementation.
<h3style="padding-top:0;margin-top:0;"><ahref="https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html" target="_blank" rel="noopener">Database and object mapping</a></h3>
37
+
</div>
38
+
The Doctrine Project’s PHP libraries are at the core of our database storage and object mapping. We use Doctrine's <strong><ahref="https://www.doctrine-project.org/projects/dbal.html">Database Abstraction Layer</a></strong> and <strong><ahref="https://www.doctrine-project.org/projects/orm.html">Object Relational Mapper</a></strong>.
Dotkernel is built around the PSR-11 dependency container. We have chosen <strong><ahref="https://github.com/laminas/laminas-servicemanager">Laminas Service Manager</a></strong> as our default implementation.
By default, no middleware in Mezzio is templated. We use <strong><ahref="http://twig.sensiolabs.org/documentation">Twig</a></strong> as the default templating engine.
There are various routing implementations compatible with Expressive. We have chosen <strong><ahref="https://github.com/nikic/FastRoute">FastRoute</a></strong> as Dotkernel’s default routing library.
Mezzio, and consequently Dotkernel, is built around <strong><ahref="https://github.com/php-fig/http-message">PSR-7</a></strong>. It uses <strong><ahref="https://github.com/laminas/laminas-diactoros">Laminas Diactoros</a></strong> as the PSR-7 implementation.
<h3style="padding-top:0;margin-top:0;"><ahref="https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html" target="_blank" rel="noopener">Database and object mapping</a></h3>
83
+
</div>
84
+
The Doctrine Project’s PHP libraries are at the core of our database storage and object mapping. We use Doctrine's <strong><ahref="https://www.doctrine-project.org/projects/dbal.html">Database Abstraction Layer</a></strong> and <strong><ahref="https://www.doctrine-project.org/projects/orm.html">Object Relational Mapper</a></strong>.
Dotkernel is built around the PSR-11 dependency container. We have chosen <strong><ahref="https://github.com/laminas/laminas-servicemanager">Laminas Service Manager</a></strong> as our default implementation.
By default, no middleware in Mezzio is templated. We use <strong><ahref="http://twig.sensiolabs.org/documentation">Twig</a></strong> as the default templating engine.
There are various routing implementations compatible with Expressive. We have chosen <strong><ahref="https://github.com/nikic/FastRoute">FastRoute</a></strong> as Dotkernel’s default routing library.
Mezzio, and consequently Dotkernel, is built around <strong><ahref="https://github.com/php-fig/http-message">PSR-7</a></strong>. It uses <strong><ahref="https://github.com/laminas/laminas-diactoros">Laminas Diactoros</a></strong> as the PSR-7 implementation.
<h3style="padding-top:0;margin-top:0;"><ahref="https://www.doctrine-project.org/projects/doctrine-orm/en/current/tutorials/getting-started.html" target="_blank" rel="noopener">Database and object mapping</a></h3>
129
+
</div>
130
+
The Doctrine Project’s PHP libraries are at the core of our database storage and object mapping. We use Doctrine's <strong><ahref="https://www.doctrine-project.org/projects/dbal.html">Database Abstraction Layer</a></strong> and <strong><ahref="https://www.doctrine-project.org/projects/orm.html">Object Relational Mapper</a></strong>.
Dotkernel is built around the PSR-11 dependency container. We have chosen <strong><ahref="https://github.com/laminas/laminas-servicemanager">Laminas Service Manager</a></strong> as our default implementation.
By default, no middleware in Mezzio is templated. We use <strong><ahref="http://twig.sensiolabs.org/documentation">Twig</a></strong> as the default templating engine.
There are various routing implementations compatible with Expressive. We have chosen <strong><ahref="https://github.com/nikic/FastRoute">FastRoute</a></strong> as Dotkernel’s default routing library.
Mezzio, and consequently Dotkernel, is built around <strong><ahref="https://github.com/php-fig/http-message">PSR-7</a></strong>. It uses <strong><ahref="https://github.com/laminas/laminas-diactoros">Laminas Diactoros</a></strong> as the PSR-7 implementation.
0 commit comments