PHPackages                             ariaieboy/caprover-laravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ariaieboy/caprover-laravel

Abandoned → [ariaieboy/caprover-sdk](/?search=ariaieboy%2Fcaprover-sdk)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

ariaieboy/caprover-laravel
==========================

CapRover SDK for Laravel

0.2.1(3y ago)1132[1 PRs](https://github.com/ariaieboy/caprover-laravel/pulls)MITPHPPHP ~8.1.0|~8.2.0

Since Feb 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ariaieboy/caprover-laravel)[ Packagist](https://packagist.org/packages/ariaieboy/caprover-laravel)[ Docs](https://github.com/ariaieboy/caprover-laravel)[ GitHub Sponsors](https://github.com/ariaieboy)[ RSS](/packages/ariaieboy-caprover-laravel/feed)WikiDiscussions develop Synced today

READMEChangelog (5)Dependencies (6)Versions (8)Used By (0)

This package is archived in favor of the
=======================================================================================================

[](#this-package-is-archived-in-favor-of-the-httpsgithubcomariaieboycaprover-sdkreleasestag100)

CapRover SDK for Laravel
========================

[](#caprover-sdk-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/1a9e25c44e77833d3b85185ed196bf10d87dfb2af15cc221b231ce2a0a6bcd35/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617269616965626f792f636170726f7665722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ariaieboy/caprover-laravel)[![Total Downloads](https://camo.githubusercontent.com/aff0fa385fa0cf896f4751b05e3554d8705e7af9a92557385b3bdc0d638755f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617269616965626f792f636170726f7665722d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ariaieboy/caprover-laravel)

[Caprover](https://github.com/caprover/caprover) is a "Free and Open Source PaaS".

You can interact with Caprover Api using this Package in your php projects.

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

[](#installation)

You can install the package via composer:

```
composer require ariaieboy/caprover-laravel
```

Usage
-----

[](#usage)

#### step 1:

[](#step-1)

publish config file and set your credentials:

```
php artisan vendor:publish --tag="caprover-laravel-config"
```

This is the contents of the published config file:

```
return [
    // you caprover main domain that poin to the admin area
    'server'=>env('CAPROVER_SERVER'),
    // the password of your caprover admin panel
    'password'=>env('CAPROVER_PASSWORD'),
    // guzzle timeout in seconds
    'timeout'=>env('CAPROVER_TIMEOUT',60)
];
```

you can use .env file instead:

```
#/.env file
CAPROVER_SERVER=YOUR_CAPROVER_MAIN_DOMAIN
CAPROVER_PASSWORD=YOUR_CAPROVER_PASSWORD
CAPROVER_TIMEOUT=60 #its the guzzle timeout in seconds
```

```
$caproverLaravel = new Ariaieboy\CaproverLaravel();

// or you can use the CaproverLaravel facade

\Ariaieboy\CaproverLaravel\Facades\CaproverLaravel::method($args);
```

⚠️ Read this section before you use this package
================================================

[](#️-read-this-section-before-you-use-this-package)

this package using [Caprover-sdk](https://github.com/ariaieboy/caprover-sdk) in the background.

before using this package please read `caprover-sdk` [README.md](https://github.com/ariaieboy/caprover-sdk/tree/main#readme) README file for more details about available methods and the limitations.

Testing
-------

[](#testing)

we need some help for the testing part of this package. we will accept any PR for testing.

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)

- [AriaieBOY](https://github.com/ariaieboy)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% 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 ~79 days

Total

5

Last Release

1269d ago

PHP version history (2 changes)0.1.0PHP ~8.1

0.2.0PHP ~8.1.0|~8.2.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15873972?v=4)[AriaieBOY](/maintainers/ariaieboy)[@ariaieboy](https://github.com/ariaieboy)

---

Top Contributors

[![ariaieboy](https://avatars.githubusercontent.com/u/15873972?v=4)](https://github.com/ariaieboy "ariaieboy (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelariaieboycaprover-laravel

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/ariaieboy-caprover-laravel/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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