PHPackages                             bildvitta/iss-satellite - 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. bildvitta/iss-satellite

ActiveLibrary

bildvitta/iss-satellite
=======================

This is my package iss-satellite

v0.0.14(3mo ago)01.4k↓50%MITPHPPHP ^8.3

Since Mar 26Pushed 3mo ago7 watchersCompare

[ Source](https://github.com/bildvitta/iss-satellite)[ Packagist](https://packagist.org/packages/bildvitta/iss-satellite)[ Docs](https://github.com/bildvitta/iss-satellite)[ RSS](/packages/bildvitta-iss-satellite/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (17)Used By (0)

iss-satellite
=============

[](#iss-satellite)

[![Latest Version on Packagist](https://camo.githubusercontent.com/693d5c69aff9072c25414dfe8b105638cbdac2b8764345c898704155556027c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696c6476697474612f6973732d736174656c6c6974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bildvitta/iss-satellite)[![GitHub Tests Action Status](https://camo.githubusercontent.com/89f8d1598343478bcbf735752a78273256b14197e61bbd1f478d9a06c14ec11a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62696c6476697474612f6973732d736174656c6c6974652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/bildvitta/iss-satellite/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/5ca5646bb5a6aa1201a311e2178fdc35b3dc95b40f78d977e65c7068ad773be9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f62696c6476697474612f6973732d736174656c6c6974652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/bildvitta/iss-satellite/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/84af5bbddc8ac76bcf596d5ff062e44da42832b949da1fed826e4e1ad187ce6c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696c6476697474612f6973732d736174656c6c6974652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bildvitta/iss-satellite)

This package allows Nave Servers to connect with this external services:

- Mega
- WSCarteira
- Finnet
- SSH

Requirement: Oracle Instant Client + OCI8 PHP extension
-------------------------------------------------------

[](#requirement-oracle-instant-client--oci8-php-extension)

This package requires Oracle Instant Client oci8 PHP extension installed on your server for Mega operations

### php:8.X-fpm Dockerfile

[](#php8x-fpm-dockerfile)

```
ENV ORACLE_HOME=/opt/oracle/instantclient_21_13
ENV LD_LIBRARY_PATH=$ORACLE_HOME
ENV PATH=$ORACLE_HOME:$PATH
RUN mkdir -p /opt/oracle && \
    cd /opt/oracle && \
    wget https://download.oracle.com/otn_software/linux/instantclient/2113000/instantclient-basic-linux.x64-21.13.0.0.0dbru.zip && \
    wget https://download.oracle.com/otn_software/linux/instantclient/2113000/instantclient-sdk-linux.x64-21.13.0.0.0dbru.zip && \
    unzip instantclient-basic-linux.x64-21.13.0.0.0dbru.zip && \
    unzip instantclient-sdk-linux.x64-21.13.0.0.0dbru.zip && \
    echo "$ORACLE_HOME" > /etc/ld.so.conf.d/oracle-instantclient.conf && \
    ldconfig
RUN docker-php-ext-configure oci8 --with-oci8=instantclient,$ORACLE_HOME && \
    docker-php-ext-install oci8
```

Requirement: Soap PHP extension
-------------------------------

[](#requirement-soap-php-extension)

This package requires Soap PHP extension installed on your server for WSCarteira operations

### php:8.X-fpm Dockerfile

[](#php8x-fpm-dockerfile-1)

```
RUN apt-get update && apt-get install -y libxml2-dev \
    && docker-php-ext-install soap
```

Package Installation
--------------------

[](#package-installation)

You can install the package via composer:

```
composer require bildvitta/iss-satellite
```

You can publish the config file with:

```
php artisan vendor:publish --tag="iss-satellite-config"
```

Package Usage
-------------

[](#package-usage)

### Mega

[](#mega)

```
// Mega direct DB Connection
$query = Nave\Mega::connection()->select('select * from EXAMPLE');

// Mega specific functions
$data = [
    'cto_in_codigo' => 123,
    'document' => '123.123.123-12',
    'agn_st_nome' => 'João da Silva',
]
$query = Nave\Mega::clientesSac($data);
```

### Ssh

[](#ssh)

```
use Nave\IssSatellite\Facades\Ssh;

// Connect to the default 'mega' connection
Ssh::connect();

// Or connect to a different connection
Ssh::connection('my-other-connection')->connect();
```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [Nave](https://github.com/bildvitta)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance80

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 51.1% 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 ~24 days

Total

14

Last Release

105d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57ede45a8ce528ade98fadbb32397afb6c0234f9d05caae7ac207d3b4d026af1?d=identicon)[hynzhw](/maintainers/hynzhw)

![](https://www.gravatar.com/avatar/e32e39fb848943b1a94bb2c167a2bda11eb45814ba34d539e6b1685a5de6e272?d=identicon)[michaelnakamura](/maintainers/michaelnakamura)

![](https://www.gravatar.com/avatar/ab5f117bbac50e0314758bcc25c9052dc4546568082eff672b65b128be0e2d98?d=identicon)[fabiomartins](/maintainers/fabiomartins)

![](https://www.gravatar.com/avatar/5467c25e637fdfd43ed07dd4e9260b2779a9583cbd7a58e3353abc6d2374a43b?d=identicon)[noemimpimentel](/maintainers/noemimpimentel)

![](https://www.gravatar.com/avatar/3ce1635f07565fb1531991b47d86c407b9b30955eb1871dad4ed33810aaffe88?d=identicon)[leandrohago](/maintainers/leandrohago)

---

Top Contributors

[![leandrohago](https://avatars.githubusercontent.com/u/64143489?v=4)](https://github.com/leandrohago "leandrohago (23 commits)")[![zerossB](https://avatars.githubusercontent.com/u/8009480?v=4)](https://github.com/zerossB "zerossB (14 commits)")[![michaelnakamura](https://avatars.githubusercontent.com/u/10209108?v=4)](https://github.com/michaelnakamura "michaelnakamura (8 commits)")

---

Tags

laravelNaveiss-satellite

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bildvitta-iss-satellite/health.svg)

```
[![Health](https://phpackages.com/badges/bildvitta-iss-satellite/health.svg)](https://phpackages.com/packages/bildvitta-iss-satellite)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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