Quantcast
Channel: PHPDeveloper.org
Browsing all 23 articles
Browse latest View live

Michael Dowling: Guzzle 4.0

Michael Dowling has announced the release of Guzzle 4.0.0 on his site today. Guzzle is one of the most widely used, popular HTTP clients in the PHP community today. Its used in both corporate and open...

View Article



Oracle Technology Network: Installing PHP on Oracle HTTP Server 12c

On the Oracle Technology Network site today they've posted an updated version of their guide to getting PHP installed on Oracle HTTP Server 12c, complete with all the commands you'll need to get the...

View Article

SitePoint PHP Blog: Unit Testing with GuzzlePHP

The SitePoint PHP site has a new tutorial posted today showing how, if you're using the Guzzle PHP HTTP client, to work with it in your unit testing. He focuses on PHPUnit testing, but the concepts...

View Article

Evert Pot: HTTP/1.1 just got a major update.

While not specific to PHP, the HTTP specification that defines how web applications talk has gotten a major update in its latest version. In his latest post Evert Pot summarizes some of these changes...

View Article

CodeSamplez.com: PHP HTTP Request With Guzzle

If you're making HTTP requests in your applications and you haven't looked into using Guzzle, you're missing out on one of the most powerful, flexible HTTP tools out there. In this new post to the...

View Article


Michael Dowling: A Case for Higher Level PHP Streams in PSR-7

In his latest post Michael Dowling looks at a recently proposed PSR standard (the HTTP message one, created by him) and some of his thoughts around it and what it could do for the community. There's...

View Article

SitePoint PHP Blog: Using Guzzle with Twitter via Oauth

Continuing on with his series about using the Guzzle PHP HTTP library, Miguel Ibarra Romero is back with this new post showing how to connect your PHP application, via Guzzle, to the Twitter OAuth...

View Article

Sameer Borate: Creating Twitter Apps in PHP

Sameer Borate has a post today showing how you can create a simple Twitter application in PHP making use of their REST API and the twitter-api-php library. In this post we will look into accessing...

View Article


Michael Dowling: Guzzle-Ring and Future Responses

Michael Dowling has a new post to his site today talking about the work that's being done on the upcoming release of the Guzzle HTTP client. In the post he talks about a major change in how it allows...

View Article


Michael Dowling: Guzzle 5 and RingPHP

Michael Dowling has a new post to his site today talking about the latest release for the Guzzle HTTP library and how it now works with RingPHP to make integration life easier. The RingPHP library,...

View Article

php[architect]: Posting videos from php[tek] 2014

php[architect], organizers of the annual php[tek] conference, have start to post the videos recorded at their 2014 event over on YouTube. Not all of the sessions are published yet, but there's a few...

View Article

Matthew Weier O'Phinney: On HTTP, Middleware, and PSR-7

Matthew Weier O'Phinney has a new post to his site today with a thought about how to make the Zend Framework (both ZF1 & ZF2) easier for developers to get into and use. He suggests that middleware...

View Article

Dave Hulbert: Thoughts on PSR-7

In a new post to his site Dave Hulbert has shared some of his thoughts about the PSR-7 standard, a HTTP proposal for HTTP handling. PSR-7 contains interfaces for HTTP messages. These are like Symfony...

View Article


Matthew Weier O'Phinney: PSR-7 By Example

As a part of his involvement in the PHP-FIG standards group, Matthew Weier O'Phinney has been contributing to the PSR-7 proposal. This proposal defines a standardized structure for HTTP message...

View Article

Evert Pot: PSR-7 is imminent, and here's my issues with it.

Evert Pot has written up a new post today with some of his thoughts about what's wrong with the PSR-7 proposal in the PHP-FIG. PSR-7 relates to a standardized interface for HTTP request and response...

View Article


Dracony: Replacing controllers with middleware

Dracony has a new post to his site that suggests replacing controllers with middleware and how it relates to some of the current controller practices. Middleware is now a very popular topic in the PHP...

View Article

PHP-FIG: PSR-7 Voting Canceled

The voting phase for the PSR-7 proposal (HTTP messaging structure) has been cancelled due to the desire to improve and clarify the spec before approving it. Since we put PSR-7 up for a vote, a number...

View Article


Hari KT: Zend Feed and Guzzle

Hari KT has posted some of the results of his work integrating the Guzzle client into the Zend Feed component for use in handling it's HTTP requests and responses. You may have worked with Zend Feed...

View Article

Marc Morera: Visithor, Testing Your Routes Without Pain

In his latest post Marc Morera shares a new tool he's created to help with testing routes for specific HTTP code responses and other attributes of your "HTTP layer" - Visithor. Many years ago I was...

View Article

Frank de Jonge: Rendering ReactJS templates server-side

Frank de Jonge has posted a tutorial to his site showing how you can render React.js templates server-side in PHP. He makes use of the V8JS extension to execute Javascript inside of PHP and echo out...

View Article
Browsing all 23 articles
Browse latest View live




Latest Images