daeside/rest

Biblioteca para conexiones REST y SOAP.

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

This package is auto-updated.

Last update: 2025-06-29 02:08:34 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);