PHP Package: archtechx/enums

Archtechx Enums is a PHP library for creating and managing enumeration classes efficiently. It simplifies the process of defining and using enums in your PHP projects, enhancing code readability and maintainability.

Current Version: 1.1.2
Last Updated: 2025-06-06
PHP Requirement: ^8.1
Dependencies:
archtechx/enums-core
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Archtechx Enums is a powerful PHP library designed to handle enumeration types seamlessly within your applications. With a wide range of functionalities and intuitive usage, this library streamlines the creation, management, and utilization of enums in PHP projects. Improve your code structure, reduce errors, and boost overall development efficiency with Archtechx Enums.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.2

Download Download v1.1.2

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/archtechx/enums/1.1.2/loader.php';
require_once 'libs/archtechx/enums-core/{lib_version}/loader.php';

use Archtechx\Enums\Enum;
use Archtechx\Enums\EnumValue;

$obj = new Enum();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.