daeside/rest

Biblioteca para conexiones REST y SOAP.

dev-main 2023-03-29 14:55 UTC

This package is auto-updated.

Last update: 2025-07-29 02:40:56 UTC


README

Biblioteca para conexiones REST y SOAP.

Example

 $settings = [
    'Uri' => 'https://pokeapi.co/api/v2/pokemon/ditto',
    'Format' => 'JSON',
    'Errors' => true
];

echo HTTP::GET($settings);