PHPackages                             tuna-am/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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. tuna-am/laravel

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

tuna-am/laravel
===============

Package for rapid deployment of the tuna server

1.1(8mo ago)23651MITPHP

Since Sep 11Pushed 8mo agoCompare

[ Source](https://github.com/grisha-sychev/tuna-laravel)[ Packagist](https://packagist.org/packages/tuna-am/laravel)[ RSS](/packages/tuna-am-laravel/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (1)

Laravel Tuna
============

[](#laravel-tuna)

**Laravel Tuna** — это пакет для Laravel, который добавляет одну artisan-команду `tuna`.
Она позволяет быстро запустить [Laravel Сервер](https://laravel.com) и [Tuna](https://tuna.am) с удобными параметрами.

Установка
---------

[](#установка)

Добавь пакет через Composer:

```
composer require tuna-am/laravel --dev
```

Использование
-------------

[](#использование)

Прежде чем использовать команду, убедитесь, что у вас установлен [Tuna](https://tuna.am/docs/getting-started/).

```
php artisan tuna
```

### По умолчанию:

[](#по-умолчанию)

- Сервер поднимается по умолчанию на порту **8000** или берется с `SERVER_PORT` из `.env`;
- Домен из `APP_URL` в `.env` если же он localhost или его нет, то генерирует с tuna, для работы со своим доменом, просто укажите этот домен в `APP_URL`.

Опции
-----

[](#опции)

ОпцияОписаниеПример`--http`Порт Laravel сервера (по умолчанию `SERVER_PORT` или `8000`).`php artisan tuna --http=8080``--domain`Домен (по умолчанию берётся из `APP_URL` в `.env` или генерация).`php artisan tuna --domain=example.com`Примеры
-------

[](#примеры)

**Запуск с кастомным портом:**

```
php artisan tuna --http=8081
```

**Запуск с кастомным доменом:**

```
php artisan tuna --domain=example.com
```

**Запуск с указанием обоих параметров:**

```
php artisan tuna --http=9000 --domain=example.com
```

Остановка
---------

[](#остановка)

Для остановки используйте **Ctrl + C**. Пакет автоматически завершит оба процесса ([Laravel](https://laravel.com) и [Tuna](https://tuna.am)).

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance58

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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 ~28 days

Total

2

Last Release

266d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a12982ab9252d3c63b151a65b8dd4aab302faab4fdd008ee7c1926f4f0e616c0?d=identicon)[grisha\_sychev](/maintainers/grisha_sychev)

---

Top Contributors

[![resuvelt](https://avatars.githubusercontent.com/u/100209515?v=4)](https://github.com/resuvelt "resuvelt (1 commits)")

### Embed Badge

![Health badge](/badges/tuna-am-laravel/health.svg)

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

###  Alternatives

[in2code/in2publish_core

Content publishing extension to connect stage and production server

40143.4k](/packages/in2code-in2publish-core)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4778.9k](/packages/tiamo-phpas2)[wapmorgan/php-rpm-packager

RPM packager for PHP applications.

106.6k](/packages/wapmorgan-php-rpm-packager)

PHPackages © 2026

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