PHPackages                             mobile-backend/phalcon - 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. [Framework](/categories/framework)
4. /
5. mobile-backend/phalcon

ActiveLibrary[Framework](/categories/framework)

mobile-backend/phalcon
======================

MobileBackend php-sdk for Phalcon

1.0.1(10y ago)4271MITPHP

Since Jun 28Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ienaga/MobileBackend)[ Packagist](https://packagist.org/packages/mobile-backend/phalcon)[ Docs](https://github.com/ienaga/MobileBackend)[ RSS](/packages/mobile-backend-phalcon/feed)WikiDiscussions master Synced today

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

MobileBackend php-sdk for Phalcon
=================================

[](#mobilebackend-php-sdk-for-phalcon)

[![Latest Stable Version](https://camo.githubusercontent.com/5bba9bc0e216f8e2a7e14f2f3102861f48e01d546af86f265756a5cdeba25939/68747470733a2f2f706f7365722e707567782e6f72672f6d6f62696c652d6261636b656e642f7068616c636f6e2f762f737461626c65)](https://packagist.org/packages/mobile-backend/phalcon) [![Total Downloads](https://camo.githubusercontent.com/e3b97aee11d380ef116c2bad0fac9332478d4524719a4e7760cce95469929a16/68747470733a2f2f706f7365722e707567782e6f72672f6d6f62696c652d6261636b656e642f7068616c636f6e2f646f776e6c6f616473)](https://packagist.org/packages/mobile-backend/phalcon) [![Latest Unstable Version](https://camo.githubusercontent.com/93c87ef30a85ca46535e0d9b4c420e8edeb0d2677c3ead6deaa3bfe71bc29b7f/68747470733a2f2f706f7365722e707567782e6f72672f6d6f62696c652d6261636b656e642f7068616c636f6e2f762f756e737461626c65)](https://packagist.org/packages/mobile-backend/phalcon) [![License](https://camo.githubusercontent.com/6bed6c8a1922264b984e8de74b488d03d09c34e5c2f279111840262f01d40131/68747470733a2f2f706f7365722e707567782e6f72672f6d6f62696c652d6261636b656e642f7068616c636f6e2f6c6963656e7365)](https://packagist.org/packages/mobile-backend/phalcon)

Doc
===

[](#doc)

commentary
==========

[](#commentary)

Environment
===========

[](#environment)

- PHP 5.x
- Phalcon 1.x, 2.x

Composer
========

[](#composer)

```
{
    "require": {
       "mobile-backend/phalcon": "*"
    }
}
```

Usage
=====

[](#usage)

YAML
----

[](#yaml)

```
prd:
  nifty:
    domain: mb.api.cloud.nifty.com
    version: /2013-09-01/
    application_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    client_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
```

GET
---

[](#get)

```
$mobileBackend = new MobileBackend();
$json = $mobileBackend
    ->setMethod("GET")
    ->addQuery("target", [$os])
    ->setEndPoint("push")
    ->execute();
```

POST
----

[](#post)

```
// message
$message = "A Happy New Year!!";

// send time
$dateTime = new DateTime("2016-01-01 00:00:00");
$dateTime->setTimeZone(new DateTimeZone("UTC"));
$deliveryTime = $dateTime->format("Y-m-d\TH:i:s.\0\0\0\Z");

$mobileBackend = new \MobileBackend\Phalcon\MobileBackend();
$mobileBackend
    ->setMethod("POST")
    ->addQuery("message", $message)
    ->addQuery("deliveryTime", [
        "__type" => "Date",
        "iso" => $deliveryTime
    ])
    ->setEndPoint("push")
    ->execute();
```

PUT
---

[](#put)

```
// message
$message = "Edit Message";

// objectId
$objectId = "Edit Push Message ObjectId";

$mobileBackend = new \MobileBackend\Phalcon\MobileBackend();
$mobileBackend
    ->setMethod("PUT")
    ->addQuery("message", $message)
    ->setEndPoint("push/". $objectId)
    ->execute();
```

DELETE
------

[](#delete)

```
$mobileBackend = new \MobileBackend\Phalcon\MobileBackend();
$mobileBackend
    ->setMethod("DELETE")
    ->setEndPoint("push/" . $objectId)
    ->execute();
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 90.9% 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 ~0 days

Total

2

Last Release

3655d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4123454?v=4)[Toshiyuki Ienaga](/maintainers/ienaga)[@ienaga](https://github.com/ienaga)

---

Top Contributors

[![thomas-sonicmoov](https://avatars.githubusercontent.com/u/84434672?v=4)](https://github.com/thomas-sonicmoov "thomas-sonicmoov (10 commits)")[![ienaga](https://avatars.githubusercontent.com/u/4123454?v=4)](https://github.com/ienaga "ienaga (1 commits)")

---

Tags

mobilebackend-php-sdkphalconphalconmobilebackend

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mobile-backend-phalcon/health.svg)

```
[![Health](https://phpackages.com/badges/mobile-backend-phalcon/health.svg)](https://phpackages.com/packages/mobile-backend-phalcon)
```

###  Alternatives

[phalcon/cphalcon

Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.

10.8k243.3k1](/packages/phalcon-cphalcon)[phalcon/devtools

This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.

1.3k2.0M54](/packages/phalcon-devtools)[phalcon/incubator

Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.

7223.0M81](/packages/phalcon-incubator)[phalcon/migrations

Run and Generate DB Migrations with Phalcon Framework

28993.1k6](/packages/phalcon-migrations)[oleksandr-torosh/yona-cms

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x). Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

3642.1k](/packages/oleksandr-torosh-yona-cms)[m1ome/phalcon-datatables

DataTables adapter for Phalcon Framework

4943.6k](/packages/m1ome-phalcon-datatables)

PHPackages © 2026

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