thisisdevelopment/git-manager
Provides a uniform api to access and manage repositories / team / users for all major git platforms (github/gitlab/gitea/bitbucket)
1,187
4
| Install | |
|---|---|
composer require thisisdevelopment/git-manager |
|
| Latest Version: | 0.4.1 |
| PHP: | >=7.4.15 |
| License: | MIT |
| Last Updated: | Jul 4, 2025 |
| Links: | GitHub · Packagist |
Maintainer: ederuiter
Currently this library is in alpha and it's api should not be considered stable.
The following backends are implemented
- Gitlab
- Gitea
- Github
- Bitbucket
Supported objects
- branches
- tags
- webhooks
- users
- teams
- repositories
- files (partial)
$platform = new \ThisIsDevelopment\GitManager\Models\Gitea\GiteaPlatform(['defaultTeamNamespace' => env('GITEA_TEAM'), 'defaultRepoNamespace' => env('GITEA_TEAM'), 'url' => env('GITEA_URI'), 'auth' => env('GITEA_ACCESS_TOKEN')]);
$platform = new \ThisIsDevelopment\GitManager\Models\GitLab\GitLabPlatform(['defaultTeamNamespace' => env('GITLAB_TEAM'), 'defaultRepoNamespace' => env('GITLAB_REPO'), 'url' => env('GITLAB_URI'), 'auth' => env('GITLAB_ACCESS_TOKEN')]);
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707