<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Thu, 20 Jun 2013 06:49:39 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ant Phillips' Blog: Integrating SAP NetWeaver in Zero PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/12177</guid>
      <link>http://www.phpdeveloper.org/news/12177</link>
      <description><![CDATA[<p>
In a <a href="http://antblah.blogspot.com/2009/03/integrating-sap-netweaver-in-zero-php.html">recent post</a> to his blog <i>Ant Phillips</i> looks at how you can integrate the SAP Netweaver softare into Zero PHP (a Java PHP clone).
</p>
<blockquote>
I thought it would be interesting to hook up a Zero PHP application with a SAP NetWeaver system. So last weekend I summoned up the courage and, armed with a bottle of red wine, set about the task. Surprisingly enough it wasn't too difficult (setting aside finding 20GB of disk space needed by the installer).
</blockquote>
<p>
He talks about making the connection via SAP's <a href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm">JCo</a> middleware component and the <a href="http://www.projectzero.org/zero/sebring/latest/docs/zero.devguide.doc/zero.php/ZeroAdvancedPHPJavaBridge.html">PHP/Java bridge</a> that comes with the standard Zero installation. Code is included showing how to make the connection and grab information from the SAP data store.
</p>]]></description>
      <pubDate>Fri, 20 Mar 2009 09:02:25 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[PHPied.com: SAP container for PEAR::Auth]]></title>
      <guid>http://www.phpdeveloper.org/news/6212</guid>
      <link>http://www.phpdeveloper.org/news/6212</link>
      <description><![CDATA[<p>
If you've ever wanted to quickly and easily connect your PHP script over to a SAP server to authenticate a user but weren't sure quite how, you'll be happy to see that you can <a href="http://www.phpied.com/sap-container-for-pearauth/">use the PEAR::Auth package</a> to make the request - with a little help.
</p>
<blockquote>
<p>
<a href="http://pear.php.net/package/Auth/">PEAR::Auth</a> is a package that allows you to abstract the user authentication from the main part of your application and not worry about it. What is good about the package is that it comes with different "containers" that allows you to authenticate users against different storages.
</p>
<p>
So I played around with creating an SAP container that allows you to check users against your company's SAP system and for example build a section of your Internet (or Extranet) page that is only accessible for people and partners that exist as users in the SAP system.
</p>
</blockquote>
<p>
There's <a href="http://saprfc.sourceforge.net/">an extension to PHP</a> you'll need to get and install, but with that in place, it's as simple as setting the authentication type to "SAP" and giving it the hostname to connect to. He <a href="http://www.phpied.com/sap-container-for-pearauth/">also includes</a> some sample scripts to get you started, including the Auth_Container_SAP class that makes the magic happen.
</p>]]></description>
      <pubDate>Thu, 07 Sep 2006 07:04:09 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ITtoolbox.com: So I'm a PHP developer and my company runs SAP now what?]]></title>
      <guid>http://www.phpdeveloper.org/news/5234</guid>
      <link>http://www.phpdeveloper.org/news/5234</link>
      <description><![CDATA[<p>
SAP keeps popping up on the PHPradar more and more these days, and <a href="http://blogs.ittoolbox.com/sap/php/archives/008940.asp?rss=1">this new article</a> from the ITtoolbox site blog explains the situation from a PHP developer's point of view in a SAP-using company (and a few tips to get you started).
</p>
<quote>
<i>
So you're a PHP developer and your company is running SAP, the problem though is you have no clue about SAP or what it does - you are curious though. The following are a few tips on making the cross over from building web applications to building SAP based web applications using PHP.
</i>
</quote>
<p>
They <a href="http://blogs.ittoolbox.com/sap/php/archives/008940.asp?rss=1">start with the obvious</a>, finding out what version you're working with, before moving on to the actual development. They link to a few resources for tools to help you make the connections and functionality inside the SAP systems. The simple script they give to test things out just logs you into the system and displays a status for your connection - nice and easy.
</p>]]></description>
      <pubDate>Tue, 25 Apr 2006 06:50:56 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Who wants to connect PHP to SAP?]]></title>
      <guid>http://www.phpdeveloper.org/news/5215</guid>
      <link>http://www.phpdeveloper.org/news/5215</link>
      <description><![CDATA[<p>
According to <a href="http://blog.thinkphp.de/archives/103-Who-wants-to-connect-PHP-to-SAP.html">This post</a> on the ThinkPHP Blog today, they're looking for any and all developers out there that are working with SAP in their business and want to bridge the connection between it and PHP.
</p>
<quote>
<i>
<p>
<a href="mailto:schotte@mayflower.de">Please tell me</a> about your needs and if you successfully could access SAP and which kind of connection (SAP XI, saprfc etc.) you used. I'll post a summary of those experiences later.
</p>
<p>
In the meantime, checkout the blog "<a href="http://blogs.ittoolbox.com/sap/php/">PHP: A new twist to SAP development</a>" (not much content there yet, but I hope it will grow in the future). It's the weblog of Craig Cmehil, a SAP employee who's the author of the book "<a href="http://cmehil.com/craig/2005/09/sap-developers-guide-to-php.html">The SAP developer's guide to PHP</a>". 
</p>
</i>
</quote>
<p>
You don't seen much on <a href="http://blog.thinkphp.de/archives/103-Who-wants-to-connect-PHP-to-SAP.html">this kind of connection</a>, but there has to be a need for it in companies out there (espeically with the widespread usage of SAP).
</p>]]></description>
      <pubDate>Fri, 21 Apr 2006 07:03:59 -0500</pubDate>
    </item>
  </channel>
</rss>
