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

ActiveLibrary[API Development](/categories/api)

black-m13/novinways
===================

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

v2.x-dev(1y ago)07MITPHPPHP &gt;=7.4

Since Sep 18Pushed 1y agoCompare

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

READMEChangelogDependencies (1)Versions (1)Used By (0)

SMS Service Package
===================

[](#sms-service-package)

A simple PHP package for interacting with the Payamak SMS API to send and manage SMS messages.

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Sending SMS](#sending-sms)
    - [Sending Multiple SMS](#sending-multiple-sms)
    - [Getting Delivery Status](#getting-delivery-status)
    - [Retrieving Messages](#retrieving-messages)
    - [Checking Credit](#checking-credit)
    - [Getting Base Price](#getting-base-price)
    - [Getting User Numbers](#getting-user-numbers)
- [Contributing](#contributing)
- [License](#license)

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

[](#installation)

You can install the package via Composer. Run the following command:

```
composer require blackm13/melipayamak

markdownCopy code

UsageConfigurationBefore using the package, you need to instantiate the SmsService class with your Payamak credentials.phpCopy codeuse BlackM13\MeliPayamak\SmsService;

$smsService = new SmsService('your_username', 'your_password');
Sending SMSTo send an SMS, use the sendSMS method.phpCopy code$response = $smsService-&gt;sendSMS('09123456789', '1000', 'Your message here');
Sending Multiple SMSTo send different messages to multiple recipients, use the sendMultipleSMS method.phpCopy code$response = $smsService-&gt;sendMultipleSMS(
    ['09123456789', '09129876543'],
    '1000',
    ['Message for first recipient', 'Message for second recipient']
);
Getting Delivery StatusTo check the delivery status of a sent SMS, use the getDeliveryStatus method with the recID you received during sending.phpCopy code$response = $smsService-&gt;getDeliveryStatus('recID');
Retrieving MessagesTo get a list of sent or received messages, use the getMessages method.phpCopy code$response = $smsService-&gt;getMessages(2); // 2 for sent messages
Checking CreditTo check your SMS credit, use the getCredit method.phpCopy code$response = $smsService-&gt;getCredit();
Getting Base PriceTo retrieve the base price for SMS, use the getBasePrice method.phpCopy code$response = $smsService-&gt;getBasePrice();
Getting User NumbersTo get a list of your dedicated numbers, use the getUserNumbers method.phpCopy code$response = $smsService-&gt;getUserNumbers();
ContributingContributions are welcome! Please open an issue or submit a pull request.LicenseThis package is licensed under the MIT License. See the LICENSE file for details.sqlCopy code
You can copy this content directly into your `README.md` file. Let me know if you need any more adjustments!

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 76.2% 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

Unknown

Total

1

Last Release

601d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/black-m13-novinways/health.svg)](https://phpackages.com/packages/black-m13-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)
