<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Missing serializer builder in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55229#M30150</link>
    <description>&lt;P&gt;I've had the same experience -- I'm an experienced PHP developer and I never heard of 'Composer' before today. It would be very easy to just provide an archive with a working SDK in it. Unarchive it, plug in your sandbox API and transaction key, and off you go. This? This is ridiculous.&lt;/P&gt;</description>
    <pubDate>Sun, 17 Jul 2016 22:28:36 GMT</pubDate>
    <dc:creator>mlmoseley123</dc:creator>
    <dc:date>2016-07-17T22:28:36Z</dc:date>
    <item>
      <title>Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52668#M27895</link>
      <description>&lt;P&gt;Hi, I'm trying to run some sample code which is allegedly self-contained, but the browser states I am missing a 'serializer builder' when I try to run it. Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Message (I took out the domain):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Warning&lt;/STRONG&gt;: include(................/PHP/sample-code-php-master/PaymentTransactions/vendor/vendor/jms/serializer/src/JMS/Serializer/SerializerBuilder.php): failed to open stream: No such file or directory in &lt;STRONG&gt;......................../PHP/sample-code-php-master/PaymentTransactions/vendor/autoload.php&lt;/STRONG&gt; on line &lt;STRONG&gt;16&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Warning&lt;/STRONG&gt;: include(): Failed opening '............................/PHP/sample-code-php-master/PaymentTransactions/vendor/vendor/jms/serializer/src/JMS/Serializer/SerializerBuilder.php' for inclusion (include_path='.:/opt/php54/lib/php') in &lt;STRONG&gt;......................../PHP/sample-code-php-master/PaymentTransactions/vendor/autoload.php&lt;/STRONG&gt; on line &lt;STRONG&gt;16&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Fatal error&lt;/STRONG&gt;: Class 'JMS\Serializer\SerializerBuilder' not found in &lt;STRONG&gt;.................../PHP/sample-code-php-master/PaymentTransactions/vendor/lib/net/authorize/api/controller/base/ApiOperationBase.php&lt;/STRONG&gt; on line &lt;STRONG&gt;74&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 21:39:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52668#M27895</guid>
      <dc:creator>darkseven9</dc:creator>
      <dc:date>2015-10-20T21:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52714#M27936</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name lia-user-rank-Member"&gt;&lt;A id="link_11" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19123" target="_self"&gt;&lt;SPAN class=""&gt;darkseven9&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our SDK is designed to be loaded using composer which automatically also downloads other dependencies such as the serializer. Please make sure you are using composer or those dependencies will be failing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 21:33:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52714#M27936</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-10-23T21:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52746#M27963</link>
      <description>&lt;P&gt;I have the same issue and I cannot use Composer. &amp;nbsp;In the documentation, Composer is recommended and the alternate method -- "&lt;SPAN&gt;Alternatively, we provide a custom &lt;/SPAN&gt;SPL&lt;SPAN&gt; autoloader:"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the only dependency there is? &amp;nbsp;Where should it be uploaded to and how to get your SDK to find it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 22:08:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52746#M27963</guid>
      <dc:creator>r2t2</dc:creator>
      <dc:date>2015-10-26T22:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52764#M27981</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name lia-user-rank-New-Member"&gt;&lt;A id="link_11" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/19149" target="_self"&gt;&lt;SPAN class=""&gt;r2t2&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use it without composer, but you will need to also download the dependencies manually. These dependencies are noted in the composer.json file. They are not included in our own zip licensing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2015 20:30:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52764#M27981</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-10-27T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52821#M28030</link>
      <description>&lt;P&gt;Are you guys trying to make this hard?&amp;nbsp; I see absolutly no information in the API download that explains this nor how to set everything up on a web server.&amp;nbsp; I've done PHP development for over 12 years and have never used or heard of composer and that fact that you require this seems to overly complicate trying to use your API.&amp;nbsp; I'm really disappointed in Authorize.net.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2015 22:06:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52821#M28030</guid>
      <dc:creator>MarkS1125</dc:creator>
      <dc:date>2015-11-01T22:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52865#M28065</link>
      <description>&lt;P&gt;Furthermore, adding the recommended require code to the composer.json file leads to this error...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem 1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - The requested package authorizenet/authorizenet No version set (parsed as 1.0.0) could not be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what is included:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"require": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "php": "~5.3",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ext-curl": "*",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;"ext-json": "*",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ext-simplexml": "*",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ext-xmlwriter": "*",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "authorizenet/authorizenet": "~1.8",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "jms/serializer": "xsd2php-dev as 0.18.0"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the ""authorizenet/authorizenet": "~1.8"," line is removed, then the dependency update finishes as desired...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"php composer.phar update&lt;BR /&gt;Loading composer repositories with package information&lt;BR /&gt;Updating dependencies (including require-dev)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Writing lock file&lt;BR /&gt;Generating autoload files"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I downloaded the SDK, then ran composer, uploaded the 6,000 files, and can't even get the so-called "Hello World" file to fire correctly...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 16:58:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/52865#M28065</guid>
      <dc:creator>124cirodev</dc:creator>
      <dc:date>2015-11-04T16:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/53727#M28816</link>
      <description>&lt;P&gt;Seriously? That is your answer? Essentially, "Use Composer or go to hell"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been coding in PHP since 2000 and never heard of Composer before today.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK I'll bite. Where is this composer.JSON &amp;nbsp;file of which you speak?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And one more question. Why would you make your API dependant on somone else's code? Are you all crazy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 18:55:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/53727#M28816</guid>
      <dc:creator>TekBoss</dc:creator>
      <dc:date>2016-02-09T18:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/53728#M28817</link>
      <description>&lt;P&gt;The api itself don't need that, it just the SDKs. You could do you code following the&lt;/P&gt;&lt;P&gt;"try it" tap on each functions&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 19:24:23 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/53728#M28817</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2016-02-09T19:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55229#M30150</link>
      <description>&lt;P&gt;I've had the same experience -- I'm an experienced PHP developer and I never heard of 'Composer' before today. It would be very easy to just provide an archive with a working SDK in it. Unarchive it, plug in your sandbox API and transaction key, and off you go. This? This is ridiculous.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2016 22:28:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55229#M30150</guid>
      <dc:creator>mlmoseley123</dc:creator>
      <dc:date>2016-07-17T22:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55316#M30228</link>
      <description>&lt;P&gt;I'm having the same issues as everyone else... has anyone found a composer file that actually downloads all of the dependancies and is able to run a "Hello World" type example. Every variation of the file I find online for different "fixes" leaves me with error messages for missing classes and dependancies...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Authorize.net, it was a pain to have to figure out why the "alternative method autoloader" wasn't working, it was a pain setup a dev server on my machine just to use composer because shared hosting providers wont allow you to use it, it was a pain to have to troubleshoot this issue over the last week scouring the web for info. I've already started research now on other gateways after having been a long time user of your services for other applications. I'd prefer not to switch but the clock is ticking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;~ D.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 20:31:33 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55316#M30228</guid>
      <dc:creator>dmcc</dc:creator>
      <dc:date>2016-07-29T20:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55406#M30311</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Anybody else remember using the API with about 8 lines using Curl? &amp;nbsp;I miss those days. Now we just need 3 distributions, 148 files, 12 folders and 30 Tylenol.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2016 18:23:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55406#M30311</guid>
      <dc:creator>wilhatfield1</dc:creator>
      <dc:date>2016-08-08T18:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55410#M30315</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In an effort to make the PHP SDK easier to maintain (for us - so we can keep it current - for you) we have undoubtedly made it more difficult to use (for you). &amp;nbsp; On the use of Composer, we were trying to look at where the PHP community is going - definitely composer - and wanted to make sure we were utilizing composer to make things as simple as possible. &amp;nbsp;We knew that lots of people would not be familiar with composer but hoped they would enjoy learning some new and current PHP skills. &amp;nbsp;I see now that was a little presumptuous, we all just want to get stuff done, I know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're currently working on 2 main things:&lt;/P&gt;
&lt;P&gt;1. Reducing the number of external dependencies (heads up - we'll still need some)&lt;/P&gt;
&lt;P&gt;2. Making it easier for folks who don't wish to use Composer&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're also maybe going to add a little tutorial on Composer so that if you do want to use it we don't leave you without any help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your patience as we fix this, we really are trying to make things easier for you guys.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 18:41:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55410#M30315</guid>
      <dc:creator>brianmc</dc:creator>
      <dc:date>2016-08-09T18:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55568#M30435</link>
      <description>&lt;P&gt;While you are working on new documentation, I think it would really be useful to &lt;STRONG&gt;at least&lt;/STRONG&gt; put a note on your documentation at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://developer.authorize.net/hello_world/" target="_blank"&gt;http://developer.authorize.net/hello_world/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/AuthorizeNet/sdk-php" target="_blank"&gt;https://github.com/AuthorizeNet/sdk-php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that Composer is REQUIRED and to provide links on how to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should also REMOVE the line that states that you don't need composer, since obviously, you do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 17:46:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55568#M30435</guid>
      <dc:creator>twaynw</dc:creator>
      <dc:date>2016-08-26T17:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55881#M30709</link>
      <description>&lt;P&gt;Just give us a folder with the all of the dependances to download. Why is this so difficult??? I have &amp;nbsp;been looking at this code for a week trying to get around using composer..., I don't want to spend another week lerning somrthing that i may only neeed to use once. MAKE THE FILES AVAILABLE. --- PLEASE They do not need to be installed usng composer - just give us all of them to download throw them on GitHub AS Complete PHP-SDK with dependancies included. At least we could get somethihng to work while we piddle around with composer in our spare time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="container repohead-details-container"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="container"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 30 Sep 2016 02:06:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55881#M30709</guid>
      <dc:creator>jbane1</dc:creator>
      <dc:date>2016-09-30T02:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55976#M30796</link>
      <description>&lt;P&gt;Has Authorize.net posted these files yet? I spent quite a while trying to figure out this composer non-since and would really love to go without it.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:31:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55976#M30796</guid>
      <dc:creator>simon47591</dc:creator>
      <dc:date>2016-10-14T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55977#M30797</link>
      <description>&lt;P&gt;Looks like most of the files are here:&amp;nbsp;&lt;A href="https://github.com/goetas/serializer/tree/master/src/JMS/Serializer" target="_blank"&gt;https://github.com/goetas/serializer/tree/master/src/JMS/Serializer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, there're 1,000,000 files to download. This is starting to get ridiculous . . . Is any of this really necessary? What happened to supplying a simple class like every other API. Why burden everyone with having to learn how to use Composer?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:48:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55977#M30797</guid>
      <dc:creator>simon47591</dc:creator>
      <dc:date>2016-10-14T16:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55978#M30798</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Just installed composer. Unfortunately,&amp;nbsp;I get the following errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  Problem 1
    - Installation request for jms/serializer serializer-master-dev as 1.0 -&amp;gt; satisfiable by jms/serializer[dev-serializer-master].
    - jms/serializer dev-serializer-master requires php &amp;gt;=5.5.0 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.
  Problem 2
    - goetas/xsd2php 2.1.0 requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.
    - goetas/xsd2php 2.0.0 requires php &amp;gt;=5.5 -&amp;gt; your PHP version (5.3.3) does not satisfy that requirement.
    - Installation request for goetas/xsd2php ^2.0 -&amp;gt; satisfiable by goetas/xsd2php[2.0.0, 2.1.0].&lt;/PRE&gt;&lt;P&gt;Looks like my PHP version will no work, and I cannot advance to 5.5 because of deprecated&amp;nbsp;functions. So, am I SOL?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:23:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/55978#M30798</guid>
      <dc:creator>simon47591</dc:creator>
      <dc:date>2016-10-14T17:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/56525#M31311</link>
      <description>&lt;P&gt;Has there been any updates here? &amp;nbsp;I have two clients looking into using authorize.net for transactions, so I'm trying&amp;nbsp;to get familiar with the API. &amp;nbsp;Unfortunately, I'm running into all the same issues as everyone else, and I'm just trying to run the "hello world" example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I too am using the autoloader method since I don't use Composer for any other project (why waste my time learning something I won't use again.) So I have the same request as just about every other dev on this post...can you please provide a link to all required files without having to use Composer?&amp;nbsp; As you previously mentioned, it's VERY&amp;nbsp;presumptous&amp;nbsp;that you assume everyone would prefer to (or even can) use Composer for the install.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll have to let my clients know that authorize.net is a poor choice, basically due to the hurdles just to get it up and running. &amp;nbsp;If it's this difficult, who knows what other problems we'll encounter.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 18:09:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/56525#M31311</guid>
      <dc:creator>tlawrence</dc:creator>
      <dc:date>2016-12-27T18:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/56686#M31465</link>
      <description>&lt;P&gt;you can use this example found here very simple&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/38661807/how-to-use-authorize-net-without-framework" target="_blank"&gt;http://stackoverflow.com/questions/38661807/how-to-use-authorize-net-without-framework&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 07:54:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/56686#M31465</guid>
      <dc:creator>philcol3</dc:creator>
      <dc:date>2017-01-16T07:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing serializer builder</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/56841#M31619</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This is, without a doubt, the dumbest thing you could have possibly done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got an e-commerce site that has been running flawlessly for years. Suddenly &lt;/SPAN&gt;&lt;SPAN&gt;certain components&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;can't connect to authorize.net servers. I assume this is due to hard-coded IP addresses, so I update the SDK. Works great for X-cart itself, but for the custom scripts I've written to do recurring charges, I am now getting these errors. I have spent AN ENTIRE ******* DAY trying to fix this issue. Time that could have been better spent. I still can't get it to work properly. And now I'm going to have to upgrade the entire damn server to use at least PHP 5.5, since we're only running 5.3. Another thing that's going to cost me time. My god, whatever happened to, if it's not broken DON'T FIX IT?!?! So I upgrade PHP to 5.6, and suddenly x-cart doesn't work anymore. AWESOME!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To add to what the others said, I've been developing PHP since 1997, yes 20 years. Never heard of composer, and not interested in it. I just need these god damn scripts to work so our god damn customers can receive their god damn product.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We all appreciate your continued updates, but not if it's going to cost us valuable time and result in us having to do all this research to make something work, it's not really worth the updates. 6 months later, and nothing has changed. SO frustrating!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2017 19:27:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Missing-serializer-builder/m-p/56841#M31619</guid>
      <dc:creator>bitNine</dc:creator>
      <dc:date>2017-02-01T19:27:39Z</dc:date>
    </item>
  </channel>
</rss>

