PHPackages                             masmaleki/msm-appointment - 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. masmaleki/msm-appointment

ActiveLibrary[API Development](/categories/api)

masmaleki/msm-appointment
=========================

Simple appointment system integrated with google calendar api

0.7(4y ago)143MITBladePHP &gt;=7.1.8

Since Aug 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/masmaleki/msm-appointment)[ Packagist](https://packagist.org/packages/masmaleki/msm-appointment)[ Docs](http://github.com/Masmaleki/msm-appointment)[ RSS](/packages/masmaleki-msm-appointment/feed)WikiDiscussions master Synced 5d ago

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

Appointment system
==================

[](#appointment-system)

Simple appointment system integrated with google calendar api

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

[](#installation)

Install this package via [Composer](https://getcomposer.org/).

```
composer require masmaleki/nbg-currency

```

> Note: **PHP 7.1.8 or later** is required. For older versions, use `^1.2` version of this package.

Usage
-----

[](#usage)

The class is namespaced as `Masmaleki\MSMAppointment\MSMAppointment`, so use it like

```
use Masmaleki\NbgCurrency\NbgCurrency;
```

This package is very easy to use and has a few methods. **Keep in mind that method names are not same as NBG's SOAP service.** This package has more intuitive method names.

In addition, currencies are **not** case-sensitive here.

### Methods

[](#methods)

##### `rate($currency)`

[](#ratecurrency)

Get the currency rate.

```
$currencies = 'USD,EUR';
$result = NbgCurrency::rate($currencies);
 foreach($result->GetCurrentRatesResult->CurrencyRate as $rate) {

            echo " --------------------\n";
            echo "Quantity: " . $rate->Quantity . "\n";
            echo "Rate:     " . floatval($rate->Rate) . "\n";
            echo "Diff:     " . floatval($rate->Diff) . "\n";
            echo "Code:     " . $rate->Code . "\n";
            echo "Name:     " . $rate->Name . "\n";
            echo "Date:     " . $rate->Date . "\n";
            echo "ValidFrom:     " . $rate->ValidFromDate . "\n";
    }

```

##### `isSupported($currency)`

[](#issupportedcurrency)

Check if the currency is supported.

```
NbgCurrency::isSupported('usd'); // true
NbgCurrency::isSupported('lol'); // false
```

### Keywords

[](#keywords)

> ლარის კურსი, ეროვნული ბანკის გაცვლითი კურსი, ვალუტა, ლარის ვალუტის კურსი, laris kursi, laris valuta, lari currency, national bank of georgia, nbg

### Thank you

[](#thank-you)

> Thanks of Levan Velijanashvili Nbg-Currency Package "Stichoza/nbg-currency"

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.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

Every ~4 days

Total

7

Last Release

1713d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/700c615243c927236af92c6ce4f857b0047639518570866f96b0ec9adca1a773?d=identicon)[masmaleki](/maintainers/masmaleki)

---

Top Contributors

[![shahriared](https://avatars.githubusercontent.com/u/57944847?v=4)](https://github.com/shahriared "shahriared (15 commits)")[![masmaleki](https://avatars.githubusercontent.com/u/5430351?v=4)](https://github.com/masmaleki "masmaleki (7 commits)")

---

Tags

laravellumenappointmentgoogle calendar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/masmaleki-msm-appointment/health.svg)

```
[![Health](https://phpackages.com/badges/masmaleki-msm-appointment/health.svg)](https://phpackages.com/packages/masmaleki-msm-appointment)
```

###  Alternatives

[mollie/laravel-mollie

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

3624.1M28](/packages/mollie-laravel-mollie)[wxm/pdd-sdk

拼多多 SDK 封装, 调用简单、语义化增强。支持 Laravel/Lumen。

154.7k](/packages/wxm-pdd-sdk)

PHPackages © 2026

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