Différences entre les versions de « Symfony en vrac »

De Marmits Wiki
 
(5 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
== Divers ==
[https://www.remipoignon.fr/symfony-configuration-des-logs-monolog/ Symfony : Configuration des logs Monolog]<br />
[https://www.remipoignon.fr/symfony-configuration-des-logs-monolog/ Symfony : Configuration des logs Monolog]<br />
[https://www.remipoignon.fr/symfony-comment-verifier-le-role-dun-utilisateur-en-respectant-la-hierarchie-des-roles/ vérifier le rôle d’un utilisateur en respectant la hiérarchie des rôles]<br />
[https://www.remipoignon.fr/symfony-comment-verifier-le-role-dun-utilisateur-en-respectant-la-hierarchie-des-roles/ vérifier le rôle d’un utilisateur en respectant la hiérarchie des rôles]<br />
[https://webkul.com/blog/custom-events-and-event-subscribers-in-symfony/ Custom Events and Event Subscribers in Symfony]<br />
[https://webkul.com/blog/custom-events-and-event-subscribers-in-symfony/ Custom Events and Event Subscribers in Symfony]<br />
[https://blog.tomhanderson.com/2018/09/datetime-with-microseconds-for-mysql-in.html Doctrine (DateTime with Microseconds for MySQL in Doctrine 2)]<br />
[https://blog.tomhanderson.com/2018/09/datetime-with-microseconds-for-mysql-in.html Doctrine (DateTime with Microseconds for MySQL in Doctrine 2)]<br />
[https://blog.eleven-labs.com/en/dependency-injection/ Dependency injection (avec service tags)]<br />
[https://blowstack.com/blog/how-to-use-events-listeners-in-symfony/ How to use events listeners in Symfony]<br />
[https://github.com/Livda/symfony-docs/ Github Livda/symfony-docs]<br />
[https://github.com/Livda/symfony-flex-server Github Livda/symfony-flex-server]<br />
[https://marketplace.visualstudio.com/items?itemName=MehediDracula.php-namespace-resolver Visual Studio Code PHP Namespace Resolver]


<pre>
inject multiple instances of an interface in a service using Symfony 5
Mettre en place un service qui gere plusieurs instance d'une interface.
</pre>
== Webpack Encore ==
[https://symfony.com/doc/5.4/frontend.html Webpack Encore symfony 5]<br />
[https://symfony.com/doc/5.4/frontend/encore/simple-example.html#configuring-encore-webpack Configuring Encore/Webpack]<br />
[https://yoandev.co/bootstrap-5-avec-symfony-5-et-webpack-encore/ Bootstrap 5 avec Symfony 5 et Webpack Encore]<br />
[https://espritweb.fr/comment-creer-un-projet-symfony-qui-integre-webpack/ Comment créer un projet Symfony qui intègre Webpack (+ installation Bootstrap)]
== Comment gérer les cookies ? ==
[https://www.daggerhartlab.com/cookie-services-how-to-handle-cookies-in-drupal-symfony/ Cookie Services: How to Handle Cookies in Drupal & Symfony]
== JWT asymetrique serveur authorization <=> serveur resource ==
[https://blog.unosquare.com/why-and-how-to-improve-jwt-security-with-jwks-key-rotation-in-java Pourquoi et comment améliorer la sécurité JWT avec la rotation des clés JWKS en Java]<br />
[https://curity.io/resources/learn/symfony-api/#secure-endpoints-with-jwts Secure Endpoints with JWTs]<br />
[https://stackoverflow.com/questions/65969595/how-to-make-a-symfony-apps-use-the-authentication-and-authorization-from-other-s stackoverflow / Comment faire en sorte qu'une application Symfony utilise l'authentification et l'autorisation d'autres applications Symfony ?]
== Oauth2 server ==
[https://oauth2.thephpleague.com/authorization-server The Authorization Server - OAuth 2.0 Server oauth2.thephpleague.com]<br />
[https://bshaffer.github.io/oauth2-server-php-docs/ An OAuth2 Server Library for PHP]
== Videos ==
[https://www.youtube.com/watch?v=UTusmVpwJXo&pbjreload=10 Tutoriels Symfony 4 et 5 (youtube)]<br />
[https://www.youtube.com/watch?v=frAXgi9D6fo Zutowiring &container de service Symfony 4 et 5 (youtube)]




[[Catégorie:Symfony]]
[[Catégorie:Symfony]]

Version actuelle datée du 23 mai 2024 à 16:53

Divers

Symfony : Configuration des logs Monolog
vérifier le rôle d’un utilisateur en respectant la hiérarchie des rôles
Custom Events and Event Subscribers in Symfony
Doctrine (DateTime with Microseconds for MySQL in Doctrine 2)
Dependency injection (avec service tags)
How to use events listeners in Symfony
Github Livda/symfony-docs
Github Livda/symfony-flex-server
Visual Studio Code PHP Namespace Resolver

inject multiple instances of an interface in a service using Symfony 5 
Mettre en place un service qui gere plusieurs instance d'une interface.


Webpack Encore

Webpack Encore symfony 5
Configuring Encore/Webpack
Bootstrap 5 avec Symfony 5 et Webpack Encore
Comment créer un projet Symfony qui intègre Webpack (+ installation Bootstrap)

Comment gérer les cookies ?

Cookie Services: How to Handle Cookies in Drupal & Symfony

JWT asymetrique serveur authorization <=> serveur resource

Pourquoi et comment améliorer la sécurité JWT avec la rotation des clés JWKS en Java
Secure Endpoints with JWTs
stackoverflow / Comment faire en sorte qu'une application Symfony utilise l'authentification et l'autorisation d'autres applications Symfony ?

Oauth2 server

The Authorization Server - OAuth 2.0 Server oauth2.thephpleague.com
An OAuth2 Server Library for PHP

Videos

Tutoriels Symfony 4 et 5 (youtube)
Zutowiring &container de service Symfony 4 et 5 (youtube)