PHPackages                             andrewboy/see-me - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. andrewboy/see-me

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

andrewboy/see-me
================

Helper class for SeeMe SMS sender.

1.0.1(8y ago)021.6k↓35%1PHPPHP &gt;=5.5.9

Since May 24Pushed 8y ago1 watchersCompare

[ Source](https://github.com/andrewboy/see-me)[ Packagist](https://packagist.org/packages/andrewboy/see-me)[ RSS](/packages/andrewboy-see-me/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (1)

see-me
======

[](#see-me)

This package is a helper for send API calls to [SeeMe](https://seeme.hu/).

Install
-------

[](#install)

```

composer require andrewboy/see-me

```

SeeMeGateway class
------------------

[](#seemegateway-class)

### Format types

[](#format-types)

- 'json'
- 'string'
- 'xml'

### Method types

[](#method-types)

- 'curl'
- 'file\_get\_contents'

### Methods

[](#methods)

#### \_\_consrtuct

[](#__consrtuct)

##### params

[](#params)

- *$apiKey:* application key

    - type: string
    - required: true
- *$logFileDestination:* set log file destination. If false, log is dismissed

    - type: string|boolean
    - required: false
    - default: false
- *$format:* result format

    - type: string
    - required: false
    - default: 'json'
- *$method:* set method type

    - type: string
    - required: false
    - default: 'curl'

##### return

[](#return)

- void

#### setApiKey

[](#setapikey)

##### params

[](#params-1)

- *$apiKey:* application key
    - type: string
    - required: true

##### return

[](#return-1)

- void

#### setFormat

[](#setformat)

##### params

[](#params-2)

- *$format:* set result format
    - type: string
    - required: true

##### return

[](#return-2)

- void

#### setMethod

[](#setmethod)

##### params

[](#params-3)

- *$method:* set method type
    - type: string
    - required: true

##### return

[](#return-3)

- void

#### setLogFileDestination

[](#setlogfiledestination)

##### params

[](#params-4)

- *$logFileDestination*: set log destination. Must be string "destination" or boolean false if we not want to log
    - type: string|boolean
    - required: true

##### return

[](#return-4)

- void

#### sendSMS

[](#sendsms)

##### params

[](#params-5)

- *$number:* mobile number, format: /^36(20|30|31|70)\\d{7}$/

    - type: string
    - required: true
- *$message:* SMS message

    - type: string
    - required: true
- *$sender:* sender id (mobile number)

    - type: string|null
    - required: false
    - default: null (number that you se in the SeeMe admin panel)
- *$reference:*

    - type: string|null
    - required: false
    - default: null
- *$callbackParams:*

    - type: string|null
    - required: false
    - default: null
- *$callbackURL:*

    - type: string|null
    - required: false
    - default: null

##### return

[](#return-5)

- array

#### getBalance

[](#getbalance)

##### return

[](#return-6)

- array

#### setIP

[](#setip)

##### params

[](#params-6)

- *$ip:*
    - type: string
    - required: true

##### return

[](#return-7)

- array

#### getResult

[](#getresult)

##### return

[](#return-8)

- array

#### getLog

[](#getlog)

##### return

[](#return-9)

- string

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

3282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1fffd03f6394ab7501672bb08668811da515facc3e160cfd1d433fbbd53a352c?d=identicon)[andrewboy](/maintainers/andrewboy)

---

Tags

smsSenderseemesms sendersee me

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/andrewboy-see-me/health.svg)

```
[![Health](https://phpackages.com/badges/andrewboy-see-me/health.svg)](https://phpackages.com/packages/andrewboy-see-me)
```

###  Alternatives

[php-smpp/php-smpp

PHP-based SMPP client lib

234197.5k8](/packages/php-smpp-php-smpp)[instasent/sms-counter-php

SMS Counter PHP Class Library which detects encoding of an SMS message text, counts the characters as per the encoding and gives page limit information.

491.3M4](/packages/instasent-sms-counter-php)[alexandr-mironov/php-smpp

PHP SMPP client lib, fork of onlinecity/php-smpp

4864.3k](/packages/alexandr-mironov-php-smpp)[benmorel/gsm-charset-converter

Converts GSM 03.38 strings to and from UTF-8

16423.5k](/packages/benmorel-gsm-charset-converter)[matthewbdaly/sms-client

A generic SMS client library. Supports multiple swappable drivers.

2291.2k2](/packages/matthewbdaly-sms-client)[midnite81/geolocation

A laravel package which wraps the IP Info DB and IP2Location Services

3624.1k](/packages/midnite81-geolocation)

PHPackages © 2026

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