PHPackages                             dibmartins/superlogica - 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. dibmartins/superlogica

ActiveLibrary[API Development](/categories/api)

dibmartins/superlogica
======================

Wrapper php para comunicação com a api superlogica

1.0.4(7y ago)212.1k2ApachePHP

Since Mar 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dibmartins/superlogica)[ Packagist](https://packagist.org/packages/dibmartins/superlogica)[ RSS](/packages/dibmartins-superlogica/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Superlogica
===========

[](#superlogica)

Wrapper php para comunicação com a api superlogica

Install
=======

[](#install)

$ composer require dibmartins/superlogica

Get Started
===========

[](#get-started)

Examples
========

[](#examples)

Para cadastrar um cliente na superlogica:

```
try{

    require_once('../../vendor/autoload.php');

    $api = new \Superlogica\Api('https://api.superlogica.net/v2/financeiro/', 'your_app_token', 'your_access_token');

    $clientes = new \Superlogica\Clientes($api);

    $response = $clientes->post([
        'ST_NOME_SAC'           => 'Acme',
        'ST_NOMEREF_SAC'        => 'Acme LTDA.',
        'ST_DIAVENCIMENTO_SAC'  => '20',
    ]);

    var_dump($response);
}
catch(\Superlogica\Exception $e){

    var_dump($e);
}
```

Para obter um cliente na superlogica:

```
try{

    require_once('../../vendor/autoload.php');

    $api = new \Superlogica\Api('https://api.superlogica.net/v2/financeiro/', 'your_app_token', 'your_access_token');

    $clientes = new \Superlogica\Clientes($api);

    $response = $clientes->get(['id' => 1]);

    var_dump($response);
}
catch(\Superlogica\Exception $e){

    var_dump($e);
}
```

### Contribute

[](#contribute)

1. Check for open issues or open a new issue to start a discussion around a bug or feature.
2. Fork the repository on GitHub to start making your changes.
3. Write one or more tests for the new feature or that expose the bug.
4. Make code changes to implement the feature or fix the bug.
5. Send a pull request to get your changes merged and published.

\#License Copyright (c) 2017 Diego Botelho

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~120 days

Total

5

Last Release

2864d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7526b2e691d76cfc774d149a0c9e0c25ef156f1795ef11e949cc0b3a1b891b3b?d=identicon)[dibmartins](/maintainers/dibmartins)

---

Top Contributors

[![dibmartins](https://avatars.githubusercontent.com/u/1511273?v=4)](https://github.com/dibmartins "dibmartins (23 commits)")[![victordeaguiarsouza](https://avatars.githubusercontent.com/u/20000952?v=4)](https://github.com/victordeaguiarsouza "victordeaguiarsouza (1 commits)")

### Embed Badge

![Health badge](/badges/dibmartins-superlogica/health.svg)

```
[![Health](https://phpackages.com/badges/dibmartins-superlogica/health.svg)](https://phpackages.com/packages/dibmartins-superlogica)
```

###  Alternatives

[allyans3/steam-market-api-v2

Steam Market API v2

1937.3k](/packages/allyans3-steam-market-api-v2)[chapter-three/apple-news-api

Push content to Apple News.

38307.5k2](/packages/chapter-three-apple-news-api)[saleh7/proxmox-ve_php_api

ProxmoxVE PHP API

11718.7k](/packages/saleh7-proxmox-ve-php-api)[yunchuang/appstore-connect-api

sdk for appstore connect api

3865.3k](/packages/yunchuang-appstore-connect-api)[infifni/fan-courier-api-client

Fan Courier API Client

1332.6k](/packages/infifni-fan-courier-api-client)

PHPackages © 2026

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