Skip to content

Instantly share code, notes, and snippets.

View mmoreram's full-sized avatar
🤑
Working on Apisearch

Marc Morera mmoreram

🤑
Working on Apisearch
View GitHub Profile
[{
"id": "4",
"ti": "Curso de Escaparatismo y Decoración de Espacios Comerciales",
"b": "Implika",
"p": "3041",
"op": "3041",
"p_c": "3041€",
"op_c": "3041€",
"sku": "Sku",
"u": "https://implika.elabsconsulting.com/escaparatismo-y-decoracion-de-espacios-comerciales.html",
<?php
class X {
private int $a = 0;
public function incr() {
$this->a++;
}
public function a() {
This file has been truncated, but you can view the full file.
{"uuid":{"id":"47","type":"product"},"metadata":{"name":"Zapatos Profesional Luisetti 0104 Negro","reference":"LVC-0104NEGRO","ean":"1297065","upc":"","show_price":true,"link":"https:\/\/lavalencianacalzados.com\/zapatos-hombre-sin-cordon\/luisetti-0104.html","url":"https:\/\/lavalencianacalzados.com\/zapatos-hombre-sin-cordon\/luisetti-0104.html","img":"https:\/\/lavalencianacalzados.com\/5-home_default\/luisetti-0104.jpg","old_price":59.95},"indexed_metadata":{"as_version":9031649815,"price":59.95,"categories":["Luisetti","Zapatos trabajo hombre","Zapatos sin cord\u00f3n","Zapatos Camarero","Zapatos de Trabajo","Zapatos Hosteler\u00eda"],"available":true,"with_discount":false,"with_variants":true,"brand":"Luisetti","talla":["40","41","42","43","44","45","46","39"],"color":["Negro"],"quantity_sold":36,"sales":36},"searchable_metadata":{"name":"Zapatos Profesional Luisetti 0104 Negro","categories":["Luisetti","Zapatos trabajo hombre","Zapatos sin cord\u00f3n","Zapatos Camarero","Zapatos de Trabajo","Zapatos
This file has been truncated, but you can view the full file.
{"uuid":{"id":"46","type":"product"},"metadata":{"name":"Zapatos Profesional Luisetti 0101 Negro","reference":"LVC-0101NEGRO","ean":"1296549","upc":"","show_price":true,"link":"https:\/\/lavalencianacalzados.com\/zapatos-camarero\/luisetti-0101.html","url":"https:\/\/lavalencianacalzados.com\/zapatos-camarero\/luisetti-0101.html","img":"https:\/\/lavalencianacalzados.com\/42053-home_default\/luisetti-0101.jpg","old_price":59.95},"indexed_metadata":{"as_version":9031649815,"price":59.95,"categories":["Luisetti","Zapatos trabajo hombre","Zapatos con cord\u00f3n","Zapatos Camarero","Zapatos de Trabajo","Zapatos Hosteler\u00eda"],"available":true,"with_discount":false,"with_variants":true,"brand":"Luisetti","talla":["40","41","42","43","44","45","46","39"],"color":["Negro"],"quantity_sold":12,"sales":12},"searchable_metadata":{"name":"Zapatos Profesional Luisetti 0101 Negro","categories":["Luisetti","Zapatos trabajo hombre","Zapatos con cord\u00f3n","Zapatos Camarero","Zapatos de Trabajo","Zapatos Hosteler\u00eda
@mmoreram
mmoreram / StreamedFile.php
Last active April 27, 2023 16:07
First view on local storage middleware based ReactPHP stream download
<?php
namespace App;
use Psr\Http\Message\ResponseInterface;
use React\EventLoop\Loop;
use React\EventLoop\TimerInterface;
use React\Filesystem\AdapterInterface;
use React\Http\Browser;
use React\Stream\ReadableStreamInterface;