Skip to content

issues Search Results · repo:nilportugues/symfony-jsonapi language:PHP

Filter by

31 results
 (66 ms)

31 results

innilportugues/symfony-jsonapi (press backspace or delete to remove)

So I have an Email VO that currently maps to: email : { email : miguellmanso@gmail.com } Is there any way to map this to a single string? Like: email : miguellmanso@gmail.com
  • mumia
  • Opened 
    on Feb 21, 2018
  • #38

Hi, are there any plans adding Symfony 4 support? Or are there any blockers? I may try to do this, but without tests its hard to validate the bundle behaves as expected, so it may be easier for you.
  • OndraM
  • Opened 
    on Jan 4, 2018
  • #37

Hi, it s a pretty nice job you have done. I just have a small issue, I don t know if there is a way to say in the mappings which relationships I want to include by default ? It seems relationships are ...
  • babaorum
  • Opened 
    on Dec 14, 2017
  • #36

I try to serialise an object but I get an error with the URL generation for the self url property. This is my mapping: mapping: class: AppBundle\User alias: User id_properties: - id urls: ...
  • regniblod
  • 1
  • Opened 
    on Jun 5, 2017
  • #35

Hi, while trying to serialize an object I ran into an issue that was fixed already here: https://github.com/nilportugues/php-serializer/commit/8489eabb7c67a2ef8507f8af22238c135ee9bf3c This is because ...
  • chmielot
  • 3
  • Opened 
    on Mar 2, 2017
  • #33

In the JsonApiTransformer class when objects are being serialized there are three calls to build the response body... function serialization(...) $this- setResponseLinks($value, $data); $this- setResponseMeta($data); ...
  • krispomphrey
  • 1
  • Opened 
    on Jan 26, 2017
  • #31

Hi, I would like to understand what it is the behaviour for the method JsonApiResponseTrait::addHeaders ? This method do nothing more than returning the response parameter and is named addHeaders but ...
  • lunika
  • 1
  • Opened 
    on Jan 18, 2017
  • #30

Would it be possible to have annotation support? That would make it a lot easier to write the relationship mapping, you could simply do it in your doctrine entities.
  • davidbarratt
  • 2
  • Opened 
    on Jan 15, 2017
  • #29

Perhaps it would be better if this library used the Symfony Serializer Component? Is there a reason it doesn t? This is the way Drupal s JSON API works, perhaps we could collaborate with them?
  • davidbarratt
  • 1
  • Opened 
    on Jan 15, 2017
  • #28

Hello. How to use it with Doctrine relations (both types: Associations and Embedded)? I have several problems with this feature. src/FirstBundle/Entity/First.php ?php namespace FirstBundle\Entity; ...
  • tinpansoul
  • Opened 
    on Nov 15, 2016
  • #27
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub