1

I want to display some basic stats about gitlab in my php script, but can't seem to find a way to get project/commit/file count from command line. Is it possible to get this information from command line? Thanks

Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985
Kristian
  • 1,348
  • 4
  • 16
  • 39

1 Answers1

2

You'd have to use the API, possibly through clients like https://github.com/m4tthumphrey/php-gitlab-api or https://github.com/NARKOZ/gitlab

As for the precise data you want to get:

Nam G VU
  • 33,193
  • 69
  • 233
  • 372
Ciro Santilli OurBigBook.com
  • 347,512
  • 102
  • 1,199
  • 985