PHPackages                             andersevenrud/sendega.php - 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. andersevenrud/sendega.php

ActiveLibrary[API Development](/categories/api)

andersevenrud/sendega.php
=========================

Sendega SSM/MMS API Library for PHP

2201PHP

Since Apr 15Pushed 12y ago1 watchersCompare

[ Source](https://github.com/andersevenrud/Sendega.php)[ Packagist](https://packagist.org/packages/andersevenrud/sendega.php)[ RSS](/packages/andersevenrud-sendegaphp/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Sendega.php
===========

[](#sendegaphp)

Sendega SSM/MMS API Library for PHP

About
-----

[](#about)

Sendega is a Norwegian SMS/MMS solution provider.

This library uses the API to send and recieve messages (and other extra API methods)

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

[](#requirements)

Requires PHP 5.2+ with mbstring, ctype, curl, xml, json and zip (for MMS)

This library expects your encoding to be **UTF-8**

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

[](#installation)

Clone this repository directly to your project or use *Composer*:

```
     "require": {
         "andersevenrud/sendega.php": "dev-master"
     }

```

Documentation
-------------

[](#documentation)

See `examples/server.php` for recieving messages and delivery reports

See `examples/client.php` for sending of messages

### Methods

[](#methods)

Simplified overview, full code documentation in `Sendega.php`

```
Sendega::SubscriptionCheckService($number)      // Check subscription service
Sendega::SubscriberEnquiry($number, $language)  // Subscriber Information Inquiry (Recipient Network Information)
Sendega::HomeLocationEnquiry($number)           // Home Location Inquiry (Recipient Location Information)
Sendega::ParseDeliveryReport()                  // Parses incoming delivery report
Sendega::ParseMessage()                         // Parses incoming message (SMS/MMS)
Sendega::SendSMS($number, $text)                // Sends SMS message
Sendega::SendMMS($number, $text, $attachments)  // Sends MMS message
```

Links
=====

[](#links)

- [Sendega](http://www.sendega.no/)
- [Sendega v2.3 API](http://controlpanel.sendega.com/Content/Sendega%20-%20API%20documentation%20v2.3.pdf)
- [Author Homepage](http://andersevenrud.github.io/)
- [Composer Package Homepage](https://packagist.org/packages/andersevenrud/sendega.php)

License
=======

[](#license)

```

Sendega.php - Copyright (c) 2014, Anders Evenrud
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3200ed83a49f1cdef1b8422276fb01e36ba3063879bd73734a5941cb26c38e01?d=identicon)[andersevenrud](/maintainers/andersevenrud)

---

Top Contributors

[![andersevenrud](https://avatars.githubusercontent.com/u/161548?v=4)](https://github.com/andersevenrud "andersevenrud (7 commits)")

### Embed Badge

![Health badge](/badges/andersevenrud-sendegaphp/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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