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(7mo ago)23651MITPHP

Since Sep 11Pushed 7mo 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 1mo ago

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

33

—

LowBetter than 75% of packages

Maintenance65

Regular maintenance activity

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

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

214d 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 (13 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

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

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

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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