codenomads/base-module

Base API module for Laravel 8 or higher projects by codenomads

dev-main 2024-09-27 14:28 UTC

This package is auto-updated.

Last update: 2025-03-27 09:57:19 UTC


README

Latest Stable Version Total Downloads License

Introduction

codenomads/base-module is a base API module designed for Laravel 8 or higher projects. It provides a foundation for building API-based applications with features like encryption, and more.

Features

  • Encryption: Secure data with PHP encryption.
  • Guzzle Integration: Simplifies HTTP requests using Guzzle.
  • Passport Integration: Laravel Passport support for OAuth2.

Requirements

  • PHP 8.0 or higher
  • Laravel 8.0 or higher

Installation

You can install the package via Composer:

composer require codenomads/base-module

Uninstalling

To uninstall the package, you can remove it via Composer:

composer remove codenomads/base-module

PACKAGE ENV VARIABLES

APP_ENV=""
APP_DEBUG_LOG=""
APP_TIMEZONE=""
GS_ACCESS_TOKEN_REDIS_HOST=""
GS_ACCESS_TOKEN_REDIS_PORT=""
GS_SUBSCRIBER_COMMON_REDIS_HOST=""
GS_SUBSCRIBER_COMMON_REDIS_PORT=""
GS_CHECK_SUBSCRIBER_STB_STATUS=""
GS_DISABLED_RESELLER_IDS=""
PACKAGE_EXPIRY_MESSAGE=""
GS_BASIC_AUTH_USERNAME=""
GS_BASIC_AUTH_PASSWORD=""