Skip to content

Releases: kleiram/mantle

First stable release

18 Jun 20:02
Compare
Choose a tag to compare

This is the first stable release, which basically means it's ready to be used in production.

Move to static method

18 Jun 16:24
Compare
Choose a tag to compare
Move to static method Pre-release
Pre-release

Moved to static method for transforming.

Since only one method is used when transforming data, it's not necessary to create a new Mantle object every time data has to be transformed. Now, there is only one static method that has to be used:

use Mantle\Mantle;

$object = Mantle::transform($data, $class);

Initial release

18 Jun 14:31
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1

Update README