using composer packages

  1. A

    Using Composer Packages 2.1.1

    Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. XenForo v2 uses Composer behind the scenes to include certain packages used by the core software. As addon developers, we can...
Superior