PHPackages                             comilio/sms-send - 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. comilio/sms-send

ActiveLibrary[API Development](/categories/api)

comilio/sms-send
================

Client library to send SMS using Comilio SMS Gateway API (https://www.comilio.it)

0.2.0(7y ago)3215MITPHPPHP &gt;=5.3.0

Since Dec 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/comilio/php-sms-send)[ Packagist](https://packagist.org/packages/comilio/sms-send)[ Docs](http://github.com/comilio/php-sms-send)[ RSS](/packages/comilio-sms-send/feed)WikiDiscussions master Synced 3d ago

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

Comilio PHP SMS Send
====================

[](#comilio-php-sms-send)

PHP client library to send SMS messages using Comilio SMS Gateway.

To use this library, you must have a valid account on .

**Please note** SMS messages sent with this library will be deducted by your Comilio account credits.

For any questions, please contact us at

How to send a message
=====================

[](#how-to-send-a-message)

```
$my_sms = new Comilio\SmsMessage();
$my_sms->authenticate('your_username', 'your_password')
       ->setRecipients('+393400000000')
       ->send('Hello World!');
```

Installation
============

[](#installation)

Composer (recommended)
----------------------

[](#composer-recommended)

Install it via composer ().

- Run `composer require comilio/sms-send`
- See script example [https://github.com/comilio/php-sms-send/blob/master/examples/send\_sms.php](https://github.com/comilio/php-sms-send/blob/master/examples/send_sms.php)

Other autoloaders
-----------------

[](#other-autoloaders)

This package is PSR-4 compliant, so you can clone the repository in your project and a use PSR-4 compatible autoloader (e.g. Symfony or Laravel)

Manual installation
-------------------

[](#manual-installation)

You can simply clone the repository into your project and use the classes contained in src/ directory.

Please check the examples directory here:

More info
=========

[](#more-info)

You can check out our website  or contact us.

Contributing
============

[](#contributing)

If you wish to contribute to this project, please feel free to send us pull request. We'll be happy to check them out!

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~357 days

Total

2

Last Release

2712d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4847f9ab742f973104391647dda7b305467a69824cd0ba3d8c143a2ddcdc0018?d=identicon)[comilio](/maintainers/comilio)

---

Top Contributors

[![franco-dalfovo](https://avatars.githubusercontent.com/u/13484565?v=4)](https://github.com/franco-dalfovo "franco-dalfovo (3 commits)")

---

Tags

comiliocomposer-librarycomposer-packagelaravelphpphp-apiphp-clientphp-libraryphp-sdkphp-wrapperpsr-4send-smssmssms-apisms-clientsms-gatewaysms-messagessms-notificationssms-servicesymfonyapismsgatewaycomilio

### Embed Badge

![Health badge](/badges/comilio-sms-send/health.svg)

```
[![Health](https://phpackages.com/badges/comilio-sms-send/health.svg)](https://phpackages.com/packages/comilio-sms-send)
```

###  Alternatives

[mobizon/mobizon-php

A PHP library for communicating with the Mobizon API. Mobizon is a powerful SMS gateway and online marketing tools.

18115.1k1](/packages/mobizon-mobizon-php)[smsfactor/smsfactor-php-sdk

SMSFactor client library for PHP

15382.5k2](/packages/smsfactor-smsfactor-php-sdk)

PHPackages © 2026

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