dev-master
9999999-dev http://goodshape.czAMF protocol support to Nette Framework
Apache-2.0
The Requires
- php >= 5.4.0
- nette/nette 2.1.*@dev
by Jan Langer
Wallogit.com
2017 © Pedro Peláez
AMF protocol support to Nette Framework
This extension provides integration of Action Message Format protocol to Nette Framework. Messages encoding and decoding is based on AMFPHP library., (*1)
The best way to install the extension is using Composer:, (*2)
$ composer require goodshape/nette-amf:@dev
After installation, enable the extension in config.neon:, (*3)
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., (*4)
requestNamespaces:
- Project\Remote\Request
mappings:
FooService/BarMethod: Foo:Bar
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., (*5)
AMF protocol support to Nette Framework
Apache-2.0