daeside/rest

Biblioteca para conexiones REST y SOAP.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/daeside/rest

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

This package is auto-updated.

Last update: 2025-12-29 03:54:29 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);