split thinbus php into a library and a demo app

Issue #15 resolved
simon repo owner created an issue

Now that thinbus php is published to packagist.org people are going to hit the fact that if they try to install it as a library it is going to pull in the demo code which isn't recommended to use in a real app.

To fix this I should create a demo repo and everything but the core files over there. That project can use composer.json to pull in the library code.

Comments (1)

  1. Log in to comment