PHPackages                             tarsisioxavier/magic-object - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. tarsisioxavier/magic-object

ActiveLibrary[Framework](/categories/framework)

tarsisioxavier/magic-object
===========================

Simple object inspired on Laravel's models

v1.0.1(1y ago)310MITPHPPHP ^8.2

Since Sep 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/TarsisioXavier/magic-object)[ Packagist](https://packagist.org/packages/tarsisioxavier/magic-object)[ RSS](/packages/tarsisioxavier-magic-object/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Installation 🔌
==============

[](#installation-)

Installation from composer.

```
composer require tarsisioxavier/magic-object

```

Usage ⛏️
========

[](#usage-️)

DataModel it's a abstract class, which means it cannot be instantiated. You'll need to create another class and extend from it.

```
