This is a major release that brings with it Amfphp compatibility, PHP object support (see notes), new sample apps and improvements to the SWX Analyzer and to the documentation.
For a comprehensive review of this release, see this blog post on aralbalkan.com.
Along with this release, the version numbers for SWX have changed to major.minor.revision format.
Please read the release notes below for further changes.
- Added Amfphp to the build.
- SWX now works with Amfphp services (except those that return RecordSets). Fixed include path mismatch with Amfphp in service class includes, which was the only remaining issue.
- Added interim workaround for object support (they are converted to associate arrays).
- Added History Panel to SWX Analyzer.
- Added SWX Twitter Badge sample app
- Added SWX Twitter Stream sample app
- Updated SWX gateway path for Flash examples. They now use http://localhost:8888/php/swx.php. This is in preparation for the MAMP bundles in 0.2.1).
- Added config file SWX to allow custom services folder.
- Integrated SWX config file with globals.php in Amfphp.
- Renamed Amf gateway to amf.php (from gateway.php) to be consistent with other gateway naming conventions.
- Changed include_once statements to include statements to decrease load.
- Changed Analyzer and service browser to use UFO
- License information added to build and start page
- Started the move to friendlier end-user documentation (very early stages)
- Added basic error checking to SWX Analyzer.
- Tested with MAMP 1.4.1
- Updated to work on (and tested with) PHP 4.4.4
Enjoy, and don't forget to have fun! ![]()

Hi!, nice idea and excelent app, but into docs haven´t info about instalation, please, i´m interesting in try for my apps but have not idea, i am a designer not a programmer, thanks…
Hi Rubén,
Sorry, the docs are still at a very early stage (as is SWX). This is an early alpha so please bear in mind that it is not feature complete or polished in any way.
That said, I will make writing detailed installation instructions and making them available a priority.
In the meanwhile, here are the instructions from the readme.txt file:
The easiest way to get started with SWX is to install MAMP (on OS X). MAMP includes a web server (Apache) and PHP in an easy-to-use installer. In future versions, there will be integrated bundles available for download so you don’t have to install MAMP manually if you don’t want to.
Get MAMP from: http://www.mamp.info/en/home.php
If you’re using MAMP, follow these instructions:
You should see the SWX welcome page (the index.html page in this folder).
You should zip up an svn export next time, will make for a smaller zip. This one includes all of the .svn dirs.
Hi Bob,
I realized that yesterday — my mistake. Did an svn co instead of an svn export by habit. Starting with the next release I should have the deployment automated.
Just a quick update: The 0.1.9 release download now has the .svn files removed.