Software Alternatives & Reviews

Learning PHP and Not Sure What Questions to Ask

Vue.js Twig Composer
  1. 1
    Reactive Components for Modern Web Interfaces
    Pricing:
    • Open Source
    Not by its own. As any FE framework at some point it NEEDS to communicate with the server if there is not enough data already rendered, or if you need to take actions. While that topic, have a look on https://vuejs.org/ as well.

    #Front-End Frameworks #Javascript UI Libraries #JS Library 341 social mentions

  2. 2
    Twig - The flexible, fast, and secure template engine for PHP
    Pricing:
    • Open Source
    In the past, templates were PHP files as well. Because today we use it more as an OOP language (thankfully), you usually delegate to a package to work the templating part while the PHP file contains only classes and test code. Have a look on https://twig.symfony.com/ and learn how to install and use https://getcomposer.org/.

    #Web Frameworks #PHP MVC Framework #PHP Framework 35 social mentions

  3. Composer is a tool for dependency management in PHP.
    Pricing:
    • Open Source
    In the past, templates were PHP files as well. Because today we use it more as an OOP language (thankfully), you usually delegate to a package to work the templating part while the PHP file contains only classes and test code. Have a look on https://twig.symfony.com/ and learn how to install and use https://getcomposer.org/.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 124 social mentions

Discuss: Learning PHP and Not Sure What Questions to Ask

Log in or Post with