PHP Package: spatie/laravel-schemaless-attributes

Laravel package for managing schemaless attributes with ease and flexibility, simplifying database schema modifications and enabling dynamic attribute management.

Current Version: 2.5.1
Last Updated: 2025-02-10
PHP Requirement: ^8.0
Dependencies: None

Package Description

The Laravel Schemaless Attributes package by Spatie offers a convenient solution for handling schemaless attributes within your Laravel applications. By implementing this package, you can effortlessly manage dynamic attributes without the need to modify your database schema. This tool streamlines the process of working with dynamic data, providing flexibility and efficiency in your development workflow.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.5.1

Download Download v2.5.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com

require_once 'libs/spatie/laravel-schemaless-attributes/2.5.1/loader.php';
use Spatie\SchemalessAttributes\Tests\TestCase;

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