PHPackages                             rangkotodotcom/simanang - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. rangkotodotcom/simanang

ActiveLibrary[HTTP &amp; Networking](/categories/http)

rangkotodotcom/simanang
=======================

An http client library to connect to the SIMANANG API

1.0.1(1y ago)061MITPHPPHP ^7.3|^7.4|^8.0|^8.1|^8.2|^8.3

Since Jul 28Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (3)Used By (0)

SIMANANG API
============

[](#simanang-api)

This package is used to interact with the SIMANANG API belonging to SMAN 1 Enam Lingkung.

[![Latest Version on Packagist](https://camo.githubusercontent.com/d73adf01ecbadcbdd39ef416102095d1b37323edb19ea2f2f721e4930e3a84fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72616e676b6f746f646f74636f6d2f73696d616e616e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rangkotodotcom/simanang)[![Total Downloads](https://camo.githubusercontent.com/d7bb8cc7d7f291335c9bc3126b23fa324a569a7a6ebbd8784310be3fa16c0588/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72616e676b6f746f646f74636f6d2f73696d616e616e672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rangkotodotcom/simanang)

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

[](#installation)

You can install the package via composer:

```
composer require rangkotodotcom/simanang
```

#### Setup

[](#setup)

You must register the service provider :

```
// config/app.php

'Providers' => [
   // ...
   Rangkotodotcom\Simanang\SimanangServiceProvider::class,
]
```

If you want to make use of the facade you must install it as well :

```
// config/app.php

'aliases' => [
    // ...
    'Simanang' => Rangkotodotcom\Simanang\Simanang::class,
];
```

Next, You must publish the config file to define your SIMANANG CREDENTIAL :

```
php artisan vendor:publish --provider="Rangkotodotcom\Simanang\SimanangServiceProvider"
```

This is the contents of the published file :

```
return [

    /*
    |--------------------------------------------------------------------------
    | Simanang Mode
    |--------------------------------------------------------------------------
    |
    | By default, use development. Supported Mode: "development", "production"
    |
    */

    'simanang_mode' => env('SIMANANG_MODE', 'development'),

    /*
    |--------------------------------------------------------------------------
    | Simanang Client ID
    |--------------------------------------------------------------------------
    |
    | Client ID from SIMANANG API
    |
    */

    'simanang_client_id' => env('SIMANANG_CLIENT_ID', ''),

    /*
    |--------------------------------------------------------------------------
    | Simanang Client Secret
    |--------------------------------------------------------------------------
    |
    | Client Secret from SIMANANG API
    |
    */

    'simanang_client_secret' => env('SIMANANG_CLIENT_SECRET', ''),
];
```

Set your SIMANANG CREDENTIAL in `.env` file :

```
APP_NAME="Laravel"
# ...
SIMANANG_MODE=developmentOrProduction
SIMANANG_CLIENT_ID=putYourClientIdHere
SIMANANG_CLIENT_SECRET=putYourClientSecretHere

```

### Methods Ref

[](#methods-ref)

- `::getSchool()`
- `::getVision()`
- `::getMision()`
- `::getGallery()`
- `::getHeadMaster()`
- `::getCurrentSemester()`
- `::getStudent()`
- `::getTeacher()`
- `::validasiQrCode()`
- `::storeQrCode()`
- `::pushNotification()`

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [jamilur rusydi](https://github.com/rangkotodotcom)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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 ~104 days

Total

2

Last Release

547d ago

### Community

Maintainers

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

---

Top Contributors

[![rangkotodotcom](https://avatars.githubusercontent.com/u/88880925?v=4)](https://github.com/rangkotodotcom "rangkotodotcom (40 commits)")

---

Tags

phplaravelsimanang

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rangkotodotcom-simanang/health.svg)

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

###  Alternatives

[josiasmontag/laravel-recaptchav3

Recaptcha V3 for Laravel package

2641.6M2](/packages/josiasmontag-laravel-recaptchav3)[omniphx/forrest

A Laravel library for Salesforce

2724.4M8](/packages/omniphx-forrest)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)

PHPackages © 2026

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