codenomads / base-module
Base API module for Laravel 8 or higher projects by codenomads
dev-main
2024-09-27 14:28 UTC
Requires
- php: ^8.0
- defuse/php-encryption: ^2.4
- guzzlehttp/guzzle: ^7.0
- laravel/framework: ^8.0 || ^9.0 || ^10.0 || ^11.0
- laravel/passport: ^10.0 || ^11.0 || ^12.0
- lcobucci/jwt: ^3.3.3 || ^4.0
Requires (Dev)
- phpunit/phpunit: ^9.0 || ^10.0
This package is auto-updated.
Last update: 2025-03-27 09:57:19 UTC
README
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=""