PHPackages                             neoan3-apps/transformer - 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. [Database &amp; ORM](/categories/database)
4. /
5. neoan3-apps/transformer

ActiveLibrary[Database &amp; ORM](/categories/database)

neoan3-apps/transformer
=======================

Model abstraction utilizing neoan3's model transformers

v1.1.4(5y ago)03552MITPHPCI failing

Since Sep 16Pushed 5y ago2 watchersCompare

[ Source](https://github.com/sroehrl/neoan3-transformer)[ Packagist](https://packagist.org/packages/neoan3-apps/transformer)[ RSS](/packages/neoan3-apps-transformer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (3)Versions (13)Used By (2)

neoan3 Transformer handling
===========================

[](#neoan3-transformer-handling)

What it does
------------

[](#what-it-does)

This app handles neoan3 transformers and automated crud-operations based on magic method handling.

*Installation*

`composer require neoan3-apps/transformer`

*Preparation*

You will need the following setup:

- [Model](#model)
- [Transformer](#transformer)

Model
-----

[](#model)

A model (model/some/Some.model.php) can look like this

```
