Customer Reviews


10 Reviews
5 star:
 (6)
4 star:    (0)
3 star:
 (2)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


19 of 21 people found the following review helpful
5.0 out of 5 stars APIs Demystified
If you are looking for a good book describing how to make use of the various web services out there, look no further. Professional Web APIs with PHP is a compliation of several helpful tutorials covering the more popular web application programming interfaces (API) available. It was written by the talented Paul Michael Reinheimer, who is a Zend Certified Engineer and...
Published on August 22, 2006 by Nathan Smith

versus
4 of 4 people found the following review helpful
3.0 out of 5 stars Nice for beginners
Web APIs will become more and more interesting as they provide quick and easy access to data and functions from widely known web service providers auch as Google, eBay and others. However, this book can only provide an overview - "making the first API call". It is therefore useable for beginner s.
The book is easy to read, helpful for the first steps and conatins...
Published on April 7, 2008 by Joern Heller


Most Helpful First | Newest First

19 of 21 people found the following review helpful
5.0 out of 5 stars APIs Demystified, August 22, 2006
By 
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
If you are looking for a good book describing how to make use of the various web services out there, look no further. Professional Web APIs with PHP is a compliation of several helpful tutorials covering the more popular web application programming interfaces (API) available. It was written by the talented Paul Michael Reinheimer, who is a Zend Certified Engineer and member of the PHP Security Consortium. He has done a great job covering what at times seems to be a somewhat esoteric topic. In his own words, here is the approach taken in this book:

"Every time I approached a new API, I was spending 80% of my time trying just trying to make the first call or two. Once those were out of the way subsequent calls were fast, and in many cases almost trivial to write. So I slowly refactored my book into a tool to help developers get through those first few difficult calls..."

I appreciated his dive-right-in approach to understanding the differing APIs. Considering that some of the large scale API documentation totals in the range of 500 pages each, the brevity and clarity of the book's explanations were a welcome contrast. He also covered some of the differences between REST and SOAP, and why some APIs give preference to one over the other.

The main APIs that are addressed are those which tend to be thought of as large and revenue driven - eBay, Google, PayPal, Amazon and FedEx. Other community oriented APIs such as Flickr and Del.icio.us are also covered, as well as the National Weather Service. As a lead in to all these topics, he covers the parsing of basic web feed formats like RSS and Atom, in order to give a general feel for dealing with XML data. Towards the end of the book, the necessary methods for creating your own API are demystified.

Another thing I liked is that this book doesn't spread itself too thin, attempting to be the end-all for API instruction by covering a smorgasbord of server side languages. Rather, it focuses solely on PHP and does quite a fine job of it. I find that approach so much more helpful. The likelihood of someone knowing one language well, and wanting to learn a variety of APIs is much better than someone wanting to learn a few APIs, in a ridiculous number of languages.

His site tagline says it best: "PHP: Because friends don't let friends code Java."

Reinheimer does well by avoiding the absurdity which plagues far too many programming books, instead opting to focus on what is applicable from a practical standpoint. So, whether you are looking to create an online book store that interfaces with Amazon, sell your own products via PayPal, or ship FedEx products that need to be tracked on the web, this book is for you. The thoroughly explained examples will get you on the right track in no time.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


10 of 11 people found the following review helpful
5.0 out of 5 stars An Excellent Way to Get Started Quickly, September 26, 2006
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
First note that the title of this book says 'PHP.' Everything in the book is oriented around PHP. If your bag is Java, or ASP.NET, or Cold Fusion, or Rails; go elsewhere. (If you are thinking about which of these to use I recommend you investigate PHP and Rails running on one of the Linux OS's before making a decision.)

Having said that, this is a most helpful book on getting started on using the web services provided by eBay, Google, Paypal, Amazon and FedEx. Web services API's provide for a standardized way that the host allows you to use your computer to go extract information from them for (usually) display on your own web site.

The author is absolutely correct when he says that the hardest thing about any of these API's is making the first couple of calls. The documentation provided by the the hosting company is horrendous, often hundreds of pages long. This book leads you through the most commonly used, getting you started. After that you will find that getting to the rest of their services is fairly easy.

All in all, if you are planning to use web services on any of these hosts, this book will save you a tremendous amount of time and effort in getting started.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful
3.0 out of 5 stars Nice for beginners, April 7, 2008
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
Web APIs will become more and more interesting as they provide quick and easy access to data and functions from widely known web service providers auch as Google, eBay and others. However, this book can only provide an overview - "making the first API call". It is therefore useable for beginner s.
The book is easy to read, helpful for the first steps and conatins enough scripts and examples to understand the features and see the possibilities for extension.
All together, useful but not detailed.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful
5.0 out of 5 stars Not Just For Web API Programmers, April 29, 2007
Amazon Verified Purchase(What's this?)
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
The overviews are also excellent for concise functional descriptions that can be read by anyone with a general technical background. In sharp contrast to most technical books of this nature, this one is well organized, well written and very readable. It uses the PHP programming script/language to delve into specific implementation details, but the information can be readily understood regardless of the reader's specific language of choice. The material is presented in two sections. The first section in four chapters provides a general foundation in web services (or Service Oriented Architecture to use current technoabble). The second section in eight chapters describes specific uses and conventions for these services provided by the major companies of the New Economy, who are driving these technologies as engines of commerce. This field is an amalgam of several technologies, each with a huge supporting literature, and one of the more remarkable things about this book is the degree of editing it took to bring to the forefront those items that can immediately be used. Well worth the investment.

Those working on the PayPal services should also acquire 'Pro PayPal eCommerce' by Damon Williams as an excellent companion reference.Pro PayPal E-Commerce (Expert's Voice)
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful
5.0 out of 5 stars Terrific Treatment of a Difficult and Complex Subject, July 15, 2010
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
I really said it all in the title to my review. This is an enormously useful book that opens the expansive (and still rapidly expanding) world of APIs to PHP programmers like myself. His writing is meticulously clear, the examples work (or at least get you nine-tenths of the way there), and the chapters on actual APIs (PayPal, eBay, FedEx, Google, etc.) are useful. Of course, I'd have loved even more chapters on still other APIs (there are so many), but you'll probably learn enough about Web APIs from these examples to tackle any not covered. Easy download access to the source code is also appreciated.

I was personally less interested in the section on Web Feeds, but this is also well presented -- interestingly in context as a counterpart of Web APIs.

One final word: To get the most out of this book, you need to be an intermediate level PHP programmer. (If you're not, I recommend "PHP and MySQL Web Development" by Welling and Thomson as a good way to get there -- particularly if you're interested in tapping the power of MySQL along with PHP.) But back to the book in hand: 5 stars with thanks to Mr Reinheimer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful
5.0 out of 5 stars Very useful book for any PHP developers library, May 4, 2007
By 
Veign "Chris" (Columbia, SC United States) - See all my reviews
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
This book does what I like in a book. Deliver great information on a specific topic without trying to be the do-all-end-all book. It focus's on API's with PHP and does a great job at doing so. Different chapters cover different API's with a catch all chapter at the end to cover additional popular API (like National Weather Service and Flickr).

This is the kind of book where its just fun to play around with and see what you can come up with.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful
5.0 out of 5 stars Well-written tech book with substance and flavor, May 2, 2007
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
I approached this book expecting a reasonably good tech cookbook with some code examples I could put to use. This book is that, plus more. The book gives a very good background of web APIs, plus thoughtful discussion about -why- certain items are done a certain way. For example, discussion about non-trivial security matters, and various reasons why you wouldn't want to produce a web feed (followed, of course, by how you would produce a web feed, in various flavors).

For me, this book very successfully balanced the dual goals "give me the nuts and bolts" and "tell me the background behind it all".

This book will not teach you PHP, so if you are a beginner, start with a more general PHP tutorial. Beyond that, I recommend this book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful
2.0 out of 5 stars It is a collection of examples., March 22, 2009
Amazon Verified Purchase(What's this?)
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
If you are looking for quick reference and example of each listed topic, then this book is a good start.

It is not a terrible book, just not such a great resource. You can find the same information if not more in couple of hours online, and chances are you won't use it much.

The book covers how to connect to each of the services and retrieves the data. I purchased it mainly for the Amazon API, and I can say it was lacking at best.

It pretty much explained REST and SOUP calls, what the parameters to pass with few examples. Something you can find anywhere online and there are definitely better books out there.

If you want quick reference to different type of services and how to make REST or SOUP calls in one book, then get a used copy of it, but honestly I would not buy it again, and I am a book junkie who collects books for reference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 14 people found the following review helpful
3.0 out of 5 stars Basically OK, November 4, 2006
By 
Derek Martin (Toronto, ON, Canada) - See all my reviews
(REAL NAME)   
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
To be fair, it does cover most things, and is quite well written (though a bit thinner than most other WROX volumes).

Unfortunately, it didn't cover the *one* thing I hoped it would cover, which was my main reason for purchasing the book -- authenticating API clients.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 34 people found the following review helpful
1.0 out of 5 stars Terrible. This is not a how to book whatsoever, December 11, 2006
This review is from: Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds (Paperback)
This book asumes you are already a programmer. There is no explaination of how to but rather a look at some API's out there. If you do not already know how to work with API's you will be lost. Of course if you already knew how to work with API in PHP you wouldnt have bought the book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds
Professional Web APIs with PHP: eBay, Google, Paypal, Amazon, FedEx plus Web Feeds by Paul Michael Reinheimer (Paperback - July 31, 2006)
$39.99 $26.25
In Stock
Add to cart Add to wishlist