emeraldd/oauth

This package is a library that is for OAuth applications.

Maintainers

Package info

github.com/EmeraldDwomoh/Oauth

pkg:composer/emeraldd/oauth

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-01-03 04:00 UTC

This package is auto-updated.

Last update: 2026-03-31 04:33:28 UTC


README

A simple OAuth library for PHP.

Installation

Install the package using composer:

composer require emerald/oauth

Features

  • Google Login

Quick Start

<?php
include "vendor/autoload.php"