okh/ogr-package

Gravatar API integration package

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/okh/ogr-package

dev-master 2021-10-22 09:25 UTC

This package is auto-updated.

Last update: 2025-12-22 18:12:23 UTC


README

Introduction

OgrPackage for Laravel provides a simple connection to Gravatar API to get all information you need to get from their service.

Installation

First, you should create a new Laravel application, configure your database, and run your database migrations.

Once you have created a new Laravel application, you may install OgrPackage for Laravel using Composer:

composer require okh/ogr-package

You may publish this package config-file executing the next command:

php artisan vendor:publish --tag=ogr-config

php artisan vendor:publish --tag=ogr-migrations

Add next configuration to .env file

GRAVATAR_API_HOST=

OGR_PACKAGE_FILE_PATH=

OGR_PACKAGE_FILE_NAME=

License

OgrPackage for Laravel is open-sourced software licensed under the MIT license.