PHP Package: sylius/registry

The Sylius Registry library provides a flexible and efficient way to manage your registry in PHP applications, supporting easy data retrieval and manipulation.

Current Version: 1.6.0
Last Updated: 2021-02-01
PHP Requirement: ^7.4 || ^8.0
Dependencies: None

Package Description

The Sylius Registry library is a versatile tool designed to streamline registry management within PHP projects. With a focus on performance and extensibility, this library offers a seamless solution for handling various registry operations efficiently. Its intuitive design allows for seamless integration, making it an ideal choice for developers seeking a reliable registry management solution.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.6.0

Download Download v1.6.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/sylius/registry/1.6.0/loader.php';
require_once 'libs/vendor/name/{lib_version}/loader.php';

use Sylius\Registry\Registry;
use Sylius\Registry\RegistryItem;

$obj = new Registry();
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.