daeside/rest

Biblioteca para conexiones REST y SOAP.

Maintainers

Package info

github.com/daeside/HTTP_REST

pkg:composer/daeside/rest

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-29 01:01: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);