Guzzlehttp - ร่างกายได้รับคำตอบจาก Guzzle 6 อย่างไร


163

ฉันพยายามที่จะเขียนเสื้อคลุมรอบ api บริษัท ของฉันกำลังพัฒนา มันเป็นความสงบและการใช้บุรุษไปรษณีย์ฉันสามารถส่งคำขอโพสต์ไปยังจุดสิ้นสุดเช่นhttp://subdomain.dev.myapi.com/api/v1/auth/ชื่อผู้ใช้และรหัสผ่านเป็นข้อมูล POST และฉันได้รับโทเค็นกลับมา ทำงานได้ตามที่คาดไว้ ตอนนี้เมื่อฉันลองและทำสิ่งเดียวกันจาก PHP ฉันจะเอาGuzzleHttp\Psr7\Responseวัตถุกลับคืนแต่ดูเหมือนจะไม่พบโทเค็นที่ใด ๆ ข้างในนั้นเหมือนที่ฉันทำกับคำขอบุรุษไปรษณีย์

รหัสที่เกี่ยวข้องดูเหมือนว่า:

$client = new Client(['base_uri' => 'http://companysub.dev.myapi.com/']);
$response = $client->post('api/v1/auth/', [
    'form_params' => [
        'username' => $user,
        'password' => $password
    ]
]);

var_dump($response); //or $resonse->getBody(), etc...

ผลลัพธ์ของโค้ดด้านบนมีลักษณะดังนี้ (คำเตือนกำแพงข้อความเข้า):

object(guzzlehttp\psr7\response)#36 (6) {
  ["reasonphrase":"guzzlehttp\psr7\response":private]=>
  string(2) "ok"
  ["statuscode":"guzzlehttp\psr7\response":private]=>
  int(200)
  ["headers":"guzzlehttp\psr7\response":private]=>
  array(9) {
    ["connection"]=>
    array(1) {
      [0]=>
      string(10) "keep-alive"
    }
    ["server"]=>
    array(1) {
      [0]=>
      string(15) "gunicorn/19.3.0"
    }
    ["date"]=>
    array(1) {
      [0]=>
      string(29) "sat, 30 may 2015 17:22:41 gmt"
    }
    ["transfer-encoding"]=>
    array(1) {
      [0]=>
      string(7) "chunked"
    }
    ["content-type"]=>
    array(1) {
      [0]=>
      string(16) "application/json"
    }
    ["allow"]=>
    array(1) {
      [0]=>
      string(13) "post, options"
    }
    ["x-frame-options"]=>
    array(1) {
      [0]=>
      string(10) "sameorigin"
    }
    ["vary"]=>
    array(1) {
      [0]=>
      string(12) "cookie, host"
    }
    ["via"]=>
    array(1) {
      [0]=>
      string(9) "1.1 vegur"
    }
  }
  ["headerlines":"guzzlehttp\psr7\response":private]=>
  array(9) {
    ["connection"]=>
    array(1) {
      [0]=>
      string(10) "keep-alive"
    }
    ["server"]=>
    array(1) {
      [0]=>
      string(15) "gunicorn/19.3.0"
    }
    ["date"]=>
    array(1) {
      [0]=>
      string(29) "sat, 30 may 2015 17:22:41 gmt"
    }
    ["transfer-encoding"]=>
    array(1) {
      [0]=>
      string(7) "chunked"
    }
    ["content-type"]=>
    array(1) {
      [0]=>
      string(16) "application/json"
    }
    ["allow"]=>
    array(1) {
      [0]=>
      string(13) "post, options"
    }
    ["x-frame-options"]=>
    array(1) {
      [0]=>
      string(10) "sameorigin"
    }
    ["vary"]=>
    array(1) {
      [0]=>
      string(12) "cookie, host"
    }
    ["via"]=>
    array(1) {
      [0]=>
      string(9) "1.1 vegur"
    }
  }
  ["protocol":"guzzlehttp\psr7\response":private]=>
  string(3) "1.1"
  ["stream":"guzzlehttp\psr7\response":private]=>
  object(guzzlehttp\psr7\stream)#27 (7) {
    ["stream":"guzzlehttp\psr7\stream":private]=>
    resource(40) of type (stream)
    ["size":"guzzlehttp\psr7\stream":private]=>
    null
    ["seekable":"guzzlehttp\psr7\stream":private]=>
    bool(true)
    ["readable":"guzzlehttp\psr7\stream":private]=>
    bool(true)
    ["writable":"guzzlehttp\psr7\stream":private]=>
    bool(true)
    ["uri":"guzzlehttp\psr7\stream":private]=>
    string(10) "php://temp"
    ["custommetadata":"guzzlehttp\psr7\stream":private]=>
    array(0) {
    }
  }
}

ผลลัพธ์จากบุรุษไปรษณีย์นั้นเป็นเช่น:

{
    "data" : {
        "token" "fasdfasf-asfasdfasdf-sfasfasf"
    }
}

เห็นได้ชัดว่าฉันขาดอะไรบางอย่างเกี่ยวกับการทำงานกับวัตถุตอบกลับใน Guzzle การตอบกลับของ Guzzle ระบุรหัสสถานะ 200 ในคำขอดังนั้นฉันไม่แน่ใจว่าสิ่งที่ฉันต้องทำเพื่อดึงข้อมูลที่ส่งคืน


33
$response->getBody()->getContents()ไม่ทำงานใช่ไหม
Federkun

คำตอบ:


437

การดำเนินการล่อPSR-7 ซึ่งหมายความว่าโดยค่าเริ่มต้นจะเก็บเนื้อความของข้อความไว้ในสตรีมที่ใช้ PHP temp stream ในการดึงข้อมูลทั้งหมดคุณสามารถใช้ตัวดำเนินการส่งสัญญาณ:

$contents = (string) $response->getBody();

คุณยังสามารถทำได้ด้วย

$contents = $response->getBody()->getContents();

ความแตกต่างระหว่างทั้งสองวิธีคือการที่getContentsผลตอบแทนเนื้อหาที่เหลือเพื่อให้ผลตอบแทนที่สองเรียกร้องอะไรยกเว้นกรณีที่คุณหาตำแหน่งของสตรีมด้วยหรือrewindseek

$stream = $response->getBody();
$contents = $stream->getContents(); // returns all the contents
$contents = $stream->getContents(); // empty string
$stream->rewind(); // Seek to the beginning
$contents = $stream->getContents(); // returns all the contents

แต่จะใช้การดำเนินการส่งสตริงของ PHP แต่จะอ่านข้อมูลทั้งหมดจากสตรีมตั้งแต่ต้นจนถึงจุดสิ้นสุด

$contents = (string) $response->getBody(); // returns all the contents
$contents = (string) $response->getBody(); // returns all the contents

เอกสารประกอบ: http://docs.guzzlephp.org/en/latest/psr7.html#responses


5
ฟังก์ชั่น getContents เป็นเพียงส่วนเล็ก ๆ ของเอกสาร Guzzle 6 (ในส่วนสตรีม) และฉันพลาดมันไป คุณช่วยฉันจากการค้นหามากมาย
Maximus

58
ขอบคุณ. ไม่น่าเชื่อว่านี่จะไม่ชัดเจนในเอกสาร แม้แต่เอกสารอย่างเป็นทางการของพวกเขา ( docs.guzzlephp.org/en/latest ) ทำให้ดูเหมือนว่าการเรียก $ res-> getBody () คืนค่าที่คุณคาดหวัง
John

24
พวกเขาควรใส่บางสิ่งบางอย่างเช่นบันทึกย่อหรือประกาศในเอกสารราชการ ฉันเสียเวลาสองวันกับปัญหานี้
cwhsu

1 เอกสารล่อ"you can pass true to this method [getBody()] to retrieve the body as a string."ตู่กล่าวว่า ดูเหมือนจะไม่ได้ผลสำหรับฉันเมื่อใช้ Guzzle 6 แต่การส่งไปยังสตริงหรือการใช้ getContents () ใช้งานได้
แมกนัส W

8
คุณยังสามารถใช้ json_decode ยกตัวอย่างเช่นการตอบสนองของคุณใน json_decode($response, true);สิ่งนี้จะส่งกลับอาร์เรย์
Sygon

13

หากคาดหวังว่า JSON จะกลับมาวิธีที่ง่ายที่สุดในการรับ:

$data = json_decode($response->getBody()); // returns an object

// OR

$data = json_decode($response->getBody(), true); // returns an array

json_decode()จะเหวี่ยงร่างกายโดยอัตโนมัติจึงมีความจำเป็นที่จะต้องโทรไม่stringgetContents()


1
ทำไมคำตอบนี้ไม่ได้รับความสนใจมากขึ้น ??? นี่คือสิ่งที่ฉันต้องการ ขอบคุณ @MaskimIvanov
Eric McWinNEr

นั่นเป็นสิ่งที่ง่ายและง่ายที่สุดสำหรับฉันเช่นกัน ขอบคุณ
Alator
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.