kennofizet / packages-core-backend
There is no license information available for the latest version (dev-main) of this package.
Core base package for ecosystem — zones, servers, tokens, users
Package info
github.com/kennofizet/packages-core-backend
pkg:composer/kennofizet/packages-core-backend
dev-main
2026-03-25 16:40 UTC
Requires
- php: ^8.2
- illuminate/database: *
- illuminate/support: *
This package is auto-updated.
Last update: 2026-03-25 16:41:53 UTC
README
This package is the core base package for the Core ecosystem. It provides the foundational backend logic and data models that other packages depend on.
Purpose
This package handles the base settings and management for:
- Zone — Core zone model and configuration
- Zone Management — Zone CRUD operations, assignment, and lifecycle management
- Server — Server registration, settings, and connection management
- Token — Token definitions, issuance rules, and base token logic
Other packages (e.g. ********-backend) extend or consume the entities provided here. This package should be installed first as a dependency before any feature-level packages.
Installation
composer require kennofizet/packages-core-backend