PHPackages                             parsidev/novinways - 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. parsidev/novinways

ActiveLibrary[API Development](/categories/api)

parsidev/novinways
==================

package for NovinWays WebService (published for www.novinways.com)

v2.0.2(1y ago)01311[1 PRs](https://github.com/parsidev/NovinWays/pulls)MITPHPPHP ~7.0

Since Mar 13Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/parsidev/NovinWays)[ Packagist](https://packagist.org/packages/parsidev/novinways)[ RSS](/packages/parsidev-novinways/feed)WikiDiscussions v2 Synced 1mo ago

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

NovinWays
=========

[](#novinways)

package for NovinWays WebService - Laravel5.6 (published for [www.novinways.com](http://www.novinways.com)) this package only work for Iranian Users

installation
------------

[](#installation)

For install this package, run this command

```
composer require parsidev/novinways
```

Publish config files:

```
php artisan vendor:publish

```

for change webServiceID and webServicePassword change `config/novinways.php`

Usage
-----

[](#usage)

for use this package, please register on [novinways.com](http://novinways.com)

### Get functions list

[](#get-functions-list)

This function return a String result with list of NovinWays WebService Function

```
Novinways::getFunctions();
```

### Get credit

[](#get-credit)

This function return a JSON String result with Status and Credit of your panel

```
Novinways::CheckCredit();
```

### Get operator status for topup

[](#get-operator-status-for-topup)

This function return a ArrayOfString result with Status and OperatorStatus

```
Novinways::TopUpOperatorStatus($operator);
```

### check billId and paymentId is valid

[](#check-billid-and-paymentid-is-valid)

This function return a ArrayOfString result with Status, BillType and BillAmount

```
Novinways::CheckBill($billId, $paymentId);
```

### Pay a Bill

[](#pay-a-bill)

This function return a ArrayOfString result with Status, TranId, BillType and BillAmount

```
Novinways::PayBill($billId, $paymentId, $reqId);

$reqId must be unique ID;
```

### Get list of products

[](#get-list-of-products)

This function return a JSON String result

```
Novinways::ProductsInfo();
```

### Buy a product

[](#buy-a-product)

This function return a JSON String result

```
Novinways::BuyProduct($productId, $reqId, $count);

$reqId must be unique ID;
$productId equal plan_name from previous function
```

### Request for Pin code

[](#request-for-pin-code)

This function return a JSON String result

```
Novinways::PinRequest($price, $type, $reqId);

$price: for MCI and MTN operators equal: 1000, 2000, 5000, 10000, 20000, and for RTL and TAL operators equal: 2000, 5000, 10000, 20000
$type: MTN or MCI or RTL or TAL is valid
$reqId must be unique ID;
```

### Request TopUp

[](#request-topup)

This function return a JSON String result

```
Novinways::ReCharge($price, $type, $phone, $reqId);

$price: for MTN operator from 500 to 50000 and for MCI operator equal: 1000, 2000, 5000, 10000, 20000
$type:
MTN: Noraml TopUp.
MTN!: Amazing charge.
MTN#: Charge permanent line.
WiMax
MCI
$reqId must be unique ID;
```

### Check TopUp is OK

[](#check-topup-is-ok)

This function return a JSON String result

```
Novinways::CheckCharge($transId);

you will get $transId from previous function
```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance45

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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

Recently: every ~483 days

Total

9

Last Release

330d ago

Major Versions

5.5.x-dev → 6.0.x-dev2019-10-11

2.0.1 → 5.4.x-dev2020-04-08

PHP version history (6 changes)5.6.x-devPHP &gt;=7.1.3

5.5.x-devPHP &gt;=7.0.0

6.0.x-devPHP &gt;=7.2

2.0.0PHP &gt;=7.2.5

2.0.1PHP ~7.0

5.4.x-devPHP &gt;=5.6.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11275201?v=4)[Mohammad Reza](/maintainers/parsidev)[@parsidev](https://github.com/parsidev)

---

Top Contributors

[![parsidev](https://avatars.githubusercontent.com/u/11275201?v=4)](https://github.com/parsidev "parsidev (34 commits)")

### Embed Badge

![Health badge](/badges/parsidev-novinways/health.svg)

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[spatie/laravel-route-discovery

Auto register routes using PHP attributes

23645.0k2](/packages/spatie-laravel-route-discovery)[esign/laravel-conversions-api

A laravel wrapper package around the Facebook Conversions API

69145.4k](/packages/esign-laravel-conversions-api)[didww/didww-api-3-php-sdk

PHP SDK for DIDWW API 3

1218.2k](/packages/didww-didww-api-3-php-sdk)[surface/laravel-webfinger

A Laravel package to create an ActivityPub webfinger.

113.8k](/packages/surface-laravel-webfinger)

PHPackages © 2026

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