kristopher/chistesdev

Retorna un chiste aleatorio de programación.

dev-main 2023-11-16 04:30 UTC

This package is auto-updated.

Last update: 2025-06-16 08:25:00 UTC


README

Example use in Laravel:

public function obtenerJoke()
{
    $joke = new Joke();
    return $joke->get();
}

Version 1.0.0