Skip to content

Framework

1 Topics 1 Posts

This category can be followed from the open social web via the handle [email protected]

  • Symfony : Un framework PHP très puissant

    1
    0 Votes
    1 Posts
    5k Views
    SoulalexS
    <p style="text-align:center;"><img alt="symfony_black_02.png" src="https://symfony.com/logos/symfony_black_02.png"/></p> <p></p><p><strong><span style="font-size:18px;">Présentation</span></strong></p> <p></p><hr/><p><strong>Symfony est un framework PHP libre</strong> développé par une entreprise française<em> <em>SensioLabs</em> </em>qui fournit de <strong>nombreuses fonctonnalités modulables pour les développeurs confirmés</strong> :</p> <ul><li>Des performances accrues (système de cache, benchmark),</li> <li>Une sécurité parfaite (sécurité des controlleurs et de URLs),</li> <li>Gestion des URLs,</li> <li>Séparation du code selon la norme MVC,</li> <li>Implentation de pulgins.</li> </ul><p></p><p><span style="font-size:18px;"><strong>Installation</strong></span></p> <p></p><hr/><p>Symfony peut être installé sur <strong>tous les systèmes d'exploitation</strong> (Windows, Linux, Mac). Il vous suffit pout cela d'entrer les commandes suivantes dans votre invité de commande préféré selon votre système :</p> <ul><li><strong>Pour Windows :</strong> </li></ul><pre class="ipsCode prettyprint"> php -r "readfile('http://symfony.com/installer');" > symfony </pre> <ul><li><strong>Pour Linux et Mac OS :</strong> </li></ul><pre class="ipsCode prettyprint"> sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony sudo chmod a+x /usr/local/bin/symfony </pre> <p>Une fois installé, vous pouvez <strong>créer un nouveau projet Symfony</strong> avec la commande suivante :</p> <pre class="ipsCode prettyprint"> symfony new my_project </pre> <p></p><hr/><p><strong>Site officiel de Symfony :</strong> <a data-ipb="nomediaparse" href="https://symfony.com/" rel="external nofollow">https://symfony.com/</a></p> <p><strong>GitHub : </strong><a data-ipb="nomediaparse" href="https://github.com/symfony/symfony" rel="external nofollow">https://github.com/symfony/symfony</a></p> <p><strong>Documentation :</strong> <a data-ipb="nomediaparse" href="http://symfony.com/doc/current/book/index.html" rel="external nofollow">http://symfony.com/doc/current/book/index.html</a></p> <p><strong>Cours Openclassrooms :</strong> <a data-ipb="nomediaparse" href="https://openclassrooms.com/courses/developpez-votre-site-web-avec-le-framework-symfony2/symfony2-un-framework-php" rel="external nofollow">https://openclassrooms.com/courses/developpez-votre-site-web-avec-le-framework-symfony2/symfony2-un-framework-php</a></p>