emeraldd/oauth

This package is a library that is for OAuth applications.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/emeraldd/oauth

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

This package is auto-updated.

Last update: 2026-01-03 04:00:34 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"