PHPackages                             dasun4u/laravel-ideabiz-handler - 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. dasun4u/laravel-ideabiz-handler

ActiveLibrary[API Development](/categories/api)

dasun4u/laravel-ideabiz-handler
===============================

Laravel package for IDEABIZ REST API handling

2.0.1(4y ago)4353MITPHPPHP &gt;=7.0CI failing

Since Oct 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/dasun4u/Laravel-IDEABIZ-Handler)[ Packagist](https://packagist.org/packages/dasun4u/laravel-ideabiz-handler)[ RSS](/packages/dasun4u-laravel-ideabiz-handler/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (1)Versions (9)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/bd96b1ff29e08b9e08697a11f95e6144201f3b6ec463b881f6015b02fb71af45/68747470733a2f2f706f7365722e707567782e6f72672f646173756e34752f6c61726176656c2d6964656162697a2d68616e646c65722f762f737461626c65)](https://packagist.org/packages/dasun4u/laravel-ideabiz-handler)[![Total Downloads](https://camo.githubusercontent.com/6761242a4cb6f344b22ed473196145e0d0fb01e19e40e075e01761b690a3c236/68747470733a2f2f706f7365722e707567782e6f72672f646173756e34752f6c61726176656c2d6964656162697a2d68616e646c65722f646f776e6c6f616473)](https://packagist.org/packages/dasun4u/laravel-ideabiz-handler)[![License](https://camo.githubusercontent.com/2272e0fb6eb0b2249bb0956e762d153aee332f49696836aa05cc4b379dd3c4eb/68747470733a2f2f706f7365722e707567782e6f72672f646173756e34752f6c61726176656c2d6964656162697a2d68616e646c65722f6c6963656e7365)](https://packagist.org/packages/dasun4u/laravel-ideabiz-handler)[![StyleCI](https://camo.githubusercontent.com/82dc8aa4386cdb8f1aa22eee189df7f047df292e159f4f697e6b0e9d35917a25/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3132363937303336392f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/126970369)

Laravel IDEABIZ Handler (Laravel 8.0+)
======================================

[](#laravel-ideabiz-handler-laravel-80)

Laravel IDEABIZ Handler is a laravel plugin to handle REST API request for [IDEABIZ](http://www.ideamart.lk/ideaBiz.html) APIs

Requirements
------------

[](#requirements)

- PHP 7.0+
- Laravel 8.0+

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

[](#installation)

1. Install the package by running this command in your terminal/cmd:

```
composer require dasun4u/laravel-ideabiz-handler

```

2. You can import config file and sample token file by running this command in your terminal/cmd:

```
php artisan vendor:publish --provider="Dasun4u\LaravelIDEABIZHandler\RestAPIProvider"

```

3. Then set the configurations in **ideabiz.php** file.
4. For the first time, token generate using **'grant\_type' =&gt; 'password'** or manualy. Verify that **token.json** file has the valid access token and refresh token

It has following functions:

- Generate access token

```
IDEABIZ::generateAccessToken();
```

- Get access token

```
IDEABIZ::getAccessToken();
```

- Make the request

```
$access_token = IDEABIZ::getAccessToken();
$url = "https://ideabiz.lk/apicall/xyz"
$method = "POST";
$headers = [
                "Content-Type" => "application/json",
                "Authorization" => "Bearer ".$access_token,
                "Accept" => "application/json",
           ];
$request_body = [
                    "a" => 123,
                    "b" => "xyz",
                ];

// Rest API request and response get to a variable
$response = IDEABIZ::apiCall($url, $method, $headers, $request_body);

// Get response body
$response->getBody();

// Get status code
$response->getStatusCode();

// Get response headers
$response->getHeaders();
```

Author
------

[](#author)

- [**Dasun Dissanayake**](https://github.com/dasun4u)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

Special Thanks to
-----------------

[](#special-thanks-to)

- [Laravel](https://laravel.com) Community

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~318 days

Total

7

Last Release

1529d ago

Major Versions

1.3.0 → 2.0.12022-04-24

PHP version history (2 changes)v1.1PHP &gt;=5.6

1.3.0PHP &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15827995?v=4)[Dasun Dissanayake](/maintainers/dasun4u)[@dasun4u](https://github.com/dasun4u)

---

Top Contributors

[![dasun4u](https://avatars.githubusercontent.com/u/15827995?v=4)](https://github.com/dasun4u "dasun4u (25 commits)")

### Embed Badge

![Health badge](/badges/dasun4u-laravel-ideabiz-handler/health.svg)

```
[![Health](https://phpackages.com/badges/dasun4u-laravel-ideabiz-handler/health.svg)](https://phpackages.com/packages/dasun4u-laravel-ideabiz-handler)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M946](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k36](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1933.1k4](/packages/aimeos-prisma)

PHPackages © 2026

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