PHPackages                             lucasbrito-wdt/innochannel-sdk - 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. [API Development](/categories/api)
4. /
5. lucasbrito-wdt/innochannel-sdk

ActiveLibrary[API Development](/categories/api)

lucasbrito-wdt/innochannel-sdk
==============================

SDK oficial do Innochannel para integração com sistemas de gestão hoteleira (PMS) e canais de distribuição (OTAs)

v1.0.1(5mo ago)069MITPHPPHP ^8.1

Since Nov 26Pushed 5mo agoCompare

[ Source](https://github.com/lucasbrito-wdt/innochannel-sdk-php)[ Packagist](https://packagist.org/packages/lucasbrito-wdt/innochannel-sdk)[ Docs](https://github.com/lucasbrito-wdt/innochannel-sdk)[ Fund](https://innochannel.com/support)[ GitHub Sponsors](https://github.com/sponsors/innochannel)[ RSS](/packages/lucasbrito-wdt-innochannel-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

GitHub Configuration
====================

[](#github-configuration)

Este diretório contém configurações e automações para o GitHub.

📁 Estrutura
-----------

[](#-estrutura)

```
.github/
├── workflows/
│   └── release.yml          # Automação de releases
└── RELEASE_TEMPLATE.md      # Template para releases

```

🤖 Workflows
-----------

[](#-workflows)

### release.yml

[](#releaseyml)

Automação que é executada quando uma nova tag é criada.

**Trigger**: Push de tag `v*.*.*`

**Ações**:

1. ✅ Extrai versão da tag
2. ✅ Extrai notas do CHANGELOG.md
3. ✅ Cria release no GitHub automaticamente
4. ✅ Prepara notificação ao Packagist

**Uso**:

```
# Criar tag (manualmente ou via script)
git tag -a v1.0.0 -m "Release v1.0.0"
git push origin v1.0.0

# GitHub Actions cria o release automaticamente
```

📝 Templates
-----------

[](#-templates)

### RELEASE\_TEMPLATE.md

[](#release_templatemd)

Template para criar releases consistentes no GitHub.

**Uso**:

1. Acesse:
2. Selecione a tag
3. Copie o template
4. Preencha com as informações do CHANGELOG.md
5. Publique

🔧 Configuração
--------------

[](#-configuração)

### Permissões Necessárias

[](#permissões-necessárias)

O workflow `release.yml` requer:

- ✅ `contents: write` - Para criar releases

Essas permissões já estão configuradas no workflow.

### Secrets

[](#secrets)

Nenhum secret é necessário. O workflow usa `GITHUB_TOKEN` automaticamente.

### Packagist (Opcional)

[](#packagist-opcional)

Para notificar o Packagist automaticamente:

1. Obtenha seu API Token do Packagist
2. Adicione como secret no GitHub:
    - Nome: `PACKAGIST_TOKEN`
3. Descomente as linhas no `release.yml`: ```
    - name: Notify Packagist
      run: |
        curl -XPOST -H'content-type:application/json' \
        'https://packagist.org/api/update-package?username=USERNAME&apiToken=${{ secrets.PACKAGIST_TOKEN }}' \
        -d'{"repository":{"url":"https://github.com/lucasbrito-wdt/innochannel-sdk-php"}}'
    ```

📊 Status
--------

[](#-status)

- ✅ Workflow de release configurado
- ✅ Template de release criado
- ⚠️ Packagist auto-update (opcional)

🆘 Troubleshooting
-----------------

[](#-troubleshooting)

### Workflow não executa

[](#workflow-não-executa)

Verifique:

1. Tag está no formato `v*.*.*` (ex: `v1.0.0`)
2. Permissões do repositório
3. Logs em:

### Release não é criada

[](#release-não-é-criada)

Verifique:

1. CHANGELOG.md tem seção para a versão
2. Permissão `contents: write` está configurada
3. Token tem acesso ao repositório

📚 Mais Informações
------------------

[](#-mais-informações)

- [GitHub Actions Documentation](https://docs.github.com/en/actions)
- [Creating Releases](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository)
- [Workflow Syntax](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance70

Regular maintenance activity

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.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 ~0 days

Total

2

Last Release

167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f7804accedd190804443c7150e8f0185530d3db578825b437e4e59010aae1d6c?d=identicon)[lucasbrito-wdt](/maintainers/lucasbrito-wdt)

---

Top Contributors

[![lucasbrito-wdt](https://avatars.githubusercontent.com/u/30214900?v=4)](https://github.com/lucasbrito-wdt "lucasbrito-wdt (52 commits)")[![HeyEverton](https://avatars.githubusercontent.com/u/92490650?v=4)](https://github.com/HeyEverton "HeyEverton (1 commits)")

---

Tags

phplaravelapi clienttourismhotelhospitalityreservationotapmsinnochannelchannel-manager

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lucasbrito-wdt-innochannel-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lucasbrito-wdt-innochannel-sdk/health.svg)](https://phpackages.com/packages/lucasbrito-wdt-innochannel-sdk)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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