Skip to content

Latest commit

 

History

History
executable file
·
24 lines (19 loc) · 654 Bytes

readme.md

File metadata and controls

executable file
·
24 lines (19 loc) · 654 Bytes

Boilerplate for a silex rest api
for testing purposes SilexApiConsumer

--

TODO

  • add configuration -> bind app debug

    • change this to a better lib (which allows overriding)
    • make a PR to wisdom
  • add monolog

  • add models

  • add persistence layer, crud ops.


  • add consumer silex app with buzz
  • add Unit tests
  • add Integration tests
  • create 2 different test suites for unit/integration
  • add functional tests
  • configure code coverage

  • get it working on heroku