Skip to content

issues Search Results · repo:nilportugues/php-json-api language:PHP

Filter by

46 results
 (61 ms)

46 results

innilportugues/php-json-api (press backspace or delete to remove)

I have domain model with uuid field and want use it as id value for API mapping. I put uuid to getIdProperties, it is work fine for set id and links values in json. But I see uuid in attributes: Failed ...
  • samizdam
  • Opened 
    on Jun 29, 2019
  • #99

I have not seen that there is Authentication and authorizations for CRUD operations, do you plan to implement it?
  • nebur81
  • 1
  • Opened 
    on Apr 1, 2019
  • #98

At https://github.com/nilportugues/php-json-api/blob/f72538b770f71c49fd75e4637d782edba1f5cbb9/src/Server/Data/DataAssertions.php#L38 , each request is validated to ensure it has an attributes member. However, ...
  • GregoryAveryWeir
  • Opened 
    on Sep 20, 2017
  • #94

I am constantly getting for this code: $mappings = array(OfferMapping::class); // Also tried with [] $mapper = new Mapper($mappings); $transformer = new JsonApiTransformer($mapper); ...
  • fr0gs
  • 1
  • Opened 
    on May 16, 2017
  • #93

https://github.com/nilportugues/php-json-api/blob/master/src/Server/Data/DataObject.php#L51 While testing some stuff out in the Laravel wrapper, I realized that you can trigger an exception here by setting ...
  • derrekbertrand
  • 1
  • Opened 
    on Dec 12, 2016
  • #88

Given two DTO s (Identity and Preference) where Identity has a hidden field passwordHash. I noticed that when I serialize the Identity DTO the passwordHash field is correctly hidden. But when I serialize ...
  • basz
  • Opened 
    on Oct 25, 2016
  • #87

Currently travelling but will give proper example when back home on PC. Basically, post with many comments is ok but post with many comments each with many replies fails.
  • The-Don-Himself
  • 2
  • Opened 
    on Oct 22, 2016
  • #86

I see this library supports doctrine entities as input to the serialiser. https://github.com/nilportugues/php-json-api/blob/aa305a4ea7a9aef0be3cf243c1e2cf3c9efb3411/tests/Integrations/Doctrine/DoctrineTest.php ...
  • basz
  • 5
  • Opened 
    on Sep 26, 2016
  • #82

Support relationships in resource creation like shown here: http://jsonapi.org/format/#crud-creating
  • GSokol
  • 1
  • Opened 
    on Aug 30, 2016
  • #79

According to the JSON recommendation (http://jsonapi.org/recommendations/#naming) the preferred naming convention is to use hyphens to separate words in keys, eg modified-date . Current implementation ...
enhancement
  • renz-ken
  • 2
  • Opened 
    on Aug 17, 2016
  • #77
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