Freecode Project Dependencies, June 2014

Freecode allows each project to declare which other projects it is dependent upon. Here is a chart showing the projects that were declared dependencies most frequently. PHP was the project selected most often by other projects as a dependency.

Here is the SQL code used to generate this data set from the FLOSSmole database:

SELECT dependency_project_title, count(*)
FROM fm_project_dependencies
WHERE datasource_id=[current datasource_id]
GROUP BY 1
ORDER BY 2 DESC
LIMIT 25

AttachmentSize
Image icon projectdependencies22014.png25.62 KB
Data Resources: 
Tags: