Upgrade to Pro — share decks privately, control downloads, hide ads and more …

REX API Platform

REX API Platform

Talk given at PHPTour Nantes 2017
Joindin: https://joind.in/event/php-tour-2017-nantes-/rex-api-platform

Olivier Dolbeau

May 19, 2017
Tweet

More Decks by Olivier Dolbeau

Other Decks in Programming

Transcript

  1. 2

  2. 4

  3. 5

  4. 6

  5. 7

  6. 8

  7. 9

  8. 10

  9. 11

  10. 12

  11. 13

  12. 14

  13. 15

  14. 16

  15. 17

  16. 22

  17. Side project Goal: create a MVP for a SAAS product

    Need: a sexy & dynamic interface Let's use API Platform + a random modern JS framework! 23
  18. Basic business rules SAAS product: need to deal with clients

    As a client: I can submit documents 24
  19. 37

  20. 38

  21. 39

  22. 42

  23. 43

  24. 48

  25. 49

  26. 50

  27. “ A data provider using Doctrine ORM to retrieve data

    from a database is included with the library and is enabled by default. “ But sometime, you want to retrieve data from other sources such as another persistence layer, a webservice, ElasticSearch or MongoDB. Custom data providers can be used to do so. 51
  28. 52

  29. 53

  30. 54

  31. 55

  32. 57

  33. 58

  34. 59

  35. 60

  36. 61

  37. 62

  38. 63

  39. 64

  40. 65

  41. 67

  42. 68

  43. 71