PHP library for handling SOAP API Allegro ( http://allegro.pl/ )
Main part of library was generated by tool https://github.com/wsdl2phpgenerator/wsdl2phpgenerator with many modifications. Next element of library was copied from http://allegro.pl/webapi/documentation.php description of all methods and parameters.
- download composer eg. run "curl -sS https://getcomposer.org/installer | php"
- ./composer.phar dumpautoload
- put your credentials and run "php example.php" to test connection
Almost all method created in this library should be tested on production server.