Hopekell Core Library for CodeCanyon Scripts

Maintainers

Package info

github.com/HopekellDev/hopekell-core

pkg:composer/hopekell-dev/core

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2025-12-25 08:36 UTC

This package is auto-updated.

Last update: 2026-02-25 08:59:05 UTC


README

PHP Version Laravel Version MySQL Version Composer Version cURL

HopekellDev Core is a Laravel library designed to provide essential functionality for CodeCanyon scripts, including:

  • Installation wizard
  • License verification via Envato
  • Database import
  • File uploading and image processing
  • Module management

This package works directly from the vendor folder without publishing controllers, routes, or views to the main Laravel application.

Features

  • Installer

    • Multi-step installation for your scripts
    • Purchase code verification via Envato
    • Database connection verification
    • Remote SQL import for initial setup
    • Installation lock mechanism (HOPEKELLDEV.LIV) in vendor/hopekell-dev/core/storage
  • License Management

    • Verify license from your server
    • Lock installation after verification
    • Revalidation support if license file is deleted
  • Uploader

    • Secure file uploads
    • Image processing support
  • Modules

    • Module management for your scripts
    • Supports contracts for custom module development
  • Helpers & Support

    • Common helpers
    • Environment writer
    • Utility functions for scripts

Installation

  1. Require the package via Composer:
composer require hopekell-dev/core