PHPackages                             goodshape/nette-amf - 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. goodshape/nette-amf

AbandonedLibrary[Framework](/categories/framework)

goodshape/nette-amf
===================

AMF protocol support to Nette Framework

01961PHP

Since Mar 26Pushed 12y ago3 watchersCompare

[ Source](https://github.com/GoodShape/nette-amf)[ Packagist](https://packagist.org/packages/goodshape/nette-amf)[ RSS](/packages/goodshape-nette-amf/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Action Message Format Protocol for Nette Framework
==================================================

[](#action-message-format-protocol-for-nette-framework)

This extension provides integration of Action Message Format protocol to Nette Framework. Messages encoding and decoding is based on AMFPHP library.

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

[](#requirements)

- PHP 5.4 or higher
- [Nette Framework](https://github.com/nette/nette) 2.1 or higher (or @dev)

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

[](#installation)

The best way to install the extension is using [Composer](http://getcomposer.org/):

```
$ composer require goodshape/nette-amf:@dev
```

After installation, enable the extension in config.neon:

```
extensions:
    # add this line
	amf: Goodshape\Amf\DI\AmfExtension
```

After this, your application will accept AMF client call, decodes it and sends it to appropriate presenter.

Configuration options
---------------------

[](#configuration-options)

- **requestNamespaces:**
    - If you want to send typed objects from client, you need to specify namespace(s) where the delerializer should look for.
- **mappings**
- You can specify mapping between client service call and actual presenter name (if they differ).

```
    requestNamespaces:
        - Project\Remote\Request
    mappings:
        FooService/BarMethod: Foo:Bar
```

Features
--------

[](#features)

- Incoming packets are decoded and Nette\\Application request is created with correct presenter and action.
- Supports multiple message packet in one request
- Decoding/encoding magic properties (Nette\\Object support) **experimental!**

Missing features
----------------

[](#missing-features)

- AMF header support

---

This is early development release. We actively use this implementation, but we know the implementation is not perfect and lacks some features. Please feel free to contribute by creating issue or sending pull request.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

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/6e0df1eedf5d7442fba71b66c04a76c2d18117c5bed2fd075dc4970bd6898dcb?d=identicon)[Quinix](/maintainers/Quinix)

---

Top Contributors

[![janlanger](https://avatars.githubusercontent.com/u/415695?v=4)](https://github.com/janlanger "janlanger (18 commits)")

### Embed Badge

![Health badge](/badges/goodshape-nette-amf/health.svg)

```
[![Health](https://phpackages.com/badges/goodshape-nette-amf/health.svg)](https://phpackages.com/packages/goodshape-nette-amf)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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