Composer is an application-level package manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required libraries.
DPDK uses a Private Composer Registry to provide a way to reuse scripts that we normally would otherwise copy over from other projects.
The Composer Registry provides a way to generalize these scripts into packages that can be used in every project.
To get an overview of all available packages visit: https://composer.dpdk.com/
Every package has its own GIT repository prefixed with: dpdk_composer_
Please note: the registry is IP Blocked and can only be use inside DPDK or by using a DPDK VPN.
Also a username/password is required these can be found in LastPass.
The default registry for Composer can be found here: https://packagist.org/
Last modified | Friday, April 29, 2022, 12:57:36 PM UTC |
Last author | roelvoordendag |
Commit ID | b4569da |