Skip to content

[question] How to use True Streaming in PHP? #101

Closed
@andrefelipe

Description

@andrefelipe

Hello @jcupitt hope to find you well.

Could you please guide me how to use True Streaming in PHP?

I read the release notes, but could not figure how to do in PHP, tried looking in the source code but did not go to far.

My use case is a thumbnailing service on S3, source and target images stay on S3.

I already have it working, but do the old way:

  • first I get the S3 object with AWS SDK PHP
  • then use newFromBuffer
  • then do the operations with thumbnail_image
  • then $image->writeToFile (I am storing on disk for now, but the goal is to store on S3)

Could you please share some insights?

Have a good day.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions