jadell / neo4jphp

PHP wrapper of the Neo4j REST interface
Other
532 stars 137 forks source link

Turning Transport into an abstract class #60

Closed lphuberdeau closed 12 years ago

lphuberdeau commented 12 years ago

Since the transport class is REST specific, I left it as an abstract class containing most of the code except for makeRequest() and the curl handling code.

This should resolve issue #59.

I also updated the examples and made the default client smart enough to handle both Curl and Stream by falling back to stream if curl init fails.

jadell commented 12 years ago

This is awesome! Thanks for handling this.

jadell commented 12 years ago

@lphuberdeau could you send me an email to josh.adell@gmail.com? I'd like to talk with you and @kwattro about joining forces to build a great PHP toolkit for Neo4j.