{"id":90789,"library":"gitonomy-gitlib","title":"Gitonomy Gitlib","description":"Library for accessing git repositories programmatically.","status":"active","version":"1.6.0","language":"php","source_language":null,"source_url":"https://github.com/gitonomy/gitlib","tags":["git","repository","version-control"],"install":[{"cmd":"composer require gitonomy/gitlib","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Repository","correct":"use Gitonomy\\Git\\Repository;"}],"quickstart":{"code":"use Gitonomy\\Git\\Repository;\n\n$repo = new Repository('/path/to/repo');\n$log = $repo->getLog('master', null, 5);\nforeach ($log as $commit) {\n    echo $commit->getSubject() . \"\\n\";\n}","lang":"php","description":"Opens a git repository and lists the last 5 commit subjects."},"warnings":[{"fix":"Install git and ensure it's available via the command line.","message":"Requires the git binary to be installed and accessible in the system PATH.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'access':5 'control':13 'git':6,9 'gitlib':2 'gitonomi':1 'librari':3 'programmat':8 'repositori':7,10 'version':12 'version-control':11","created_at":"2026-06-19T09:08:53.518913+00:00","updated_at":"2026-06-19T09:08:53.518913+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gitonomy/gitlib","github":"https://github.com/gitonomy/gitlib","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}