PHPackages                             simba/api - 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. simba/api

ActiveLibrary[API Development](/categories/api)

simba/api
=========

API Simba BAZNAS RI Integration Library untuk CodeIgniter 4 dan Laravel 12

2.1.1(6mo ago)112[1 PRs](https://github.com/coijiryuna/simbaapi/pulls)MITPHPPHP ^8.1CI failing

Since Nov 13Pushed 6mo agoCompare

[ Source](https://github.com/coijiryuna/simbaapi)[ Packagist](https://packagist.org/packages/simba/api)[ RSS](/packages/simba-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

🎯 Simba API - CodeIgniter 4 &amp; Laravel Library
=================================================

[](#-simba-api---codeigniter-4--laravel-library)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![PHP: ^8.1](https://camo.githubusercontent.com/d94da5b84eac3af68cb611609ef21f04dff28b2bfb3daf366d3922a79a475838/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253545382e312d626c75652e737667)](https://www.php.net/)[![Codeigniter: ^4](https://camo.githubusercontent.com/29bb06a5c123743ff26bcc0508bbad6bb3a6a593a507748f9b3cb82efd8d5e14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f436f646549676e697465722d253545342d7265642e737667)](https://codeigniter.com/)[![Laravel: ^8](https://camo.githubusercontent.com/b20021d28ef4724642e484fcb3333376b3be5f33752bf45edfb377dae5d892d7/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d253545382d4630353334302e737667)](https://laravel.com/)

Pustaka (library) ini menyediakan cara mudah untuk berinteraksi dengan API Simba BAZNAS RI di dalam aplikasi CodeIgniter 4 dan Laravel.

> **✨ Latest in v2.1.0**: Full Laravel support with auto-detection HTTP client, enhanced error handling, and comprehensive integration guide!

⚡ Quick Start
-------------

[](#-quick-start)

### For CodeIgniter 4.x

[](#for-codeigniter-4x)

### 1. Install

[](#1-install)

```
composer require simba/api
```

### 2. Configure `.env`

[](#2-configure-env)

```
SIMBA_BASE_URL=https://demo-simba.baznas.or.id/
SIMBA_ORG_CODE=9977200
SIMBA_API_KEY=your_api_key
SIMBA_ADMIN_EMAIL=admin@example.com
```

### 3. Use in Controller

[](#3-use-in-controller)

```
