Search by

kristopher / chistesdev

kristopherjafeth

Retorna un chiste aleatorio de programación.

Package info

github.com/kristopherjafeth/chistesdev

pkg:composer/kristopher/chistesdev

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-09-16 11:21:29 UTC


README

Example use in Laravel:

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

Version 1.0.0