PHPackages                             ikasgela/laravel-gitea - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ikasgela/laravel-gitea

ActiveLibrary[API Development](/categories/api)

ikasgela/laravel-gitea
======================

Gitea API integration for Laravel

1.0.17(3w ago)11.5k2MITPHPPHP ^8.4CI failing

Since Oct 3Pushed 3w agoCompare

[ Source](https://github.com/ikasgela/laravel-gitea)[ Packagist](https://packagist.org/packages/ikasgela/laravel-gitea)[ Docs](https://github.com/ikasgela/laravel-gitea)[ RSS](/packages/ikasgela-laravel-gitea/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (8)Versions (19)Used By (0)

Gitea API integration for Laravel
=================================

[](#gitea-api-integration-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a8c595e0f6e595d5cccd8d0e08d61a8f913f3dbd3179452da8cbe7a59581a906/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696b617367656c612f6c61726176656c2d67697465612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikasgela/laravel-gitea)[![Total Downloads](https://camo.githubusercontent.com/b56a21bee2948341996ce69c92d4b501df5659dc739b80fd193639735921d2d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696b617367656c612f6c61726176656c2d67697465612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ikasgela/laravel-gitea)

Gitea API integration for Laravel.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ikasgela/laravel-gitea
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Ikasgela\Gitea\GiteaServiceProvider"
```

This is the contents of the published config file:

```
return [
    'url' => env('GITEA_URL'),
    'token' => env('GITEA_TOKEN'),
];
```

Usage
-----

[](#usage)

```
$repository = GiteaClient::repo('user/repository');
echo $repository['http_url_to_repo'];
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ion Jaureguialzo Sarasola](https://github.com/ijaureguialzo)
- [All Contributors](../../contributors)

License
-------

[](#license)

Apache License 2.0. Please see [License File](LICENSE) for more information.

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance94

Actively maintained with recent releases

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~100 days

Recently: every ~79 days

Total

18

Last Release

26d ago

PHP version history (2 changes)1.0PHP ^8.0

1.0.17PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/494315fd3d063cfe9ea4718dcf81859015fa1f01da93a8708d69b383d3cac0d3?d=identicon)[widemos](/maintainers/widemos)

---

Top Contributors

[![ijaureguialzo](https://avatars.githubusercontent.com/u/6746736?v=4)](https://github.com/ijaureguialzo "ijaureguialzo (44 commits)")

---

Tags

2021laravelikasgelalaravel-gitea

### Embed Badge

![Health badge](/badges/ikasgela-laravel-gitea/health.svg)

```
[![Health](https://phpackages.com/badges/ikasgela-laravel-gitea/health.svg)](https://phpackages.com/packages/ikasgela-laravel-gitea)
```

###  Alternatives

[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.9k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
