PHPackages                             yourivw/sailor-services - 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. yourivw/sailor-services

ActiveLibrary

yourivw/sailor-services
=======================

Personal services for Sailor.

045↓100%PHP

Since Apr 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/yourivw/sailor-services)[ Packagist](https://packagist.org/packages/yourivw/sailor-services)[ RSS](/packages/yourivw-sailor-services/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
------------

[](#introduction)

This package contains my own services and settings for [yourivw/sailor](https://github.com/yourivw/sailor).

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

[](#installation)

Install this package as a dev dependency using composer:

`composer require yourivw/sailor-services:dev-main --dev`

Usage
-----

[](#usage)

See the documentation of [yourivw/sailor](https://github.com/yourivw/sailor) for information on usage.

Services
--------

[](#services)

### HTTPS

[](#https)

The HTTPS service is a proxy based on the [Nginx docker image](https://hub.docker.com/_/nginx), forwarding HTTPS traffic to Laravel. A certificate and CA certificate are automatically generated using mkcert. The CA can be changed by (re)placing the required files in `./.docker/https/CA`, or by specifying a different directory containing these files (`./.docker/https/CA:/etc/nginx/CA` in the docker-compose file). Two files are expected in this CA directory, `rootCA.pem` containing the CA certificate, and `rootCA-key.pem` containing the PKCS#8 private key.

#### Proxies

[](#proxies)

Extra proxies can be added by modifying the SSL\_SERVICES environment variable. In the following example, port 443 will be forwarded to port 80 on the laravel.test service, and port 8443 will be forwarded to port 80 on the api service.

```
https:
    environment:
        SSL_SERVICES: 'laravel.test:80:443;api:80:8443'
```

#### Certificate domains

[](#certificate-domains)

By default the following domains/IP's will be added to the certificate:

- $APP\_SERVICE (from .env, defaults to laravel.test)
- \*.$APP\_SERVICE
- localhost
- 127.0.0.1

Additional domains/IP's can be added as a string through the CERT\_DOMAINS environment variable:

```
https:
    environment:
        CERT_DOMAINS: 'laravel.local laravel.example 192.168.2.1
```

### PHPMyAdmin

[](#phpmyadmin)

A service based on the [PHPMyAdmin docker image](https://hub.docker.com/_/phpmyadmin) with basic configuration. See related documentation for additional configuration.

### Redis Commander

[](#redis-commander)

A service based on the [redis-commander docker image](https://hub.docker.com/r/rediscommander/redis-commander) with basic configuration. See related documentation for additional configuration.

### RedisInsight

[](#redisinsight)

A service based on the [RedisInsight docker image](https://hub.docker.com/r/redis/redisinsight) with basic configuration. See related documentation for additional configuration. An connection to redis:6379 is pre-added, named 'Local'.

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

[](#contributing)

Since this package contains my personal services, I'm not accepting contributions to this package.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity18

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/511de6d251ab992c5b1d6a6e6e996fa9e8c28916b5ef270b98611c6e2342fc29?d=identicon)[yourivw](/maintainers/yourivw)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/yourivw-sailor-services/health.svg)

```
[![Health](https://phpackages.com/badges/yourivw-sailor-services/health.svg)](https://phpackages.com/packages/yourivw-sailor-services)
```

PHPackages © 2026

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