Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Serializer Laravel Package

aescarcha/serializer

Symfony bundle that simplifies entity serialization using symfony/serializer, with optional fallback loading from Doctrine when relations or data aren’t initialized. Installs via Composer and registers as a service and bundle.

View on GitHub
Deep Wiki
Context7

Aescarcha SerializerBundle

Introduction

This bundle is made to make serialization of Entities easier on Symfony. It handles symfony/serializer and provides a fallback to read from database if needed.

Install

composer require aescarcha/serializer

This bundle depends on doctrine entity manager, you need to add this

services.yml
services:
    aescarcha.serializer:
        class: Aescarcha\SerializerBundle\Controller\SerializeController
        arguments: [ @doctrine.orm.entity_manager ]
AppKernel.php
    $bundles = array(
        new Aescarcha\SerializerBundle\AescarchaSerializerBundle(),
    );

Tests

Tests are provided on the repo, but they're not working because the test requires some Entities and Repositories to work, making them work in a clean symfony install is also a TODO

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
anousss007/vigilance
supportpal/eloquent-model
ardenexal/fhir-models
laravel-at/laravel-image-sanitize
romalytar/yammi-audit-log-laravel
ardenexal/fhir-validation
arshaviras/weather-widget
laravel-chronicle/core
sunchayn/nimbus
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon