Skip to content

Releases: harryosmar/php-bootstrap

Routing, middlewares, DI, Documentation Update

22 Jan 23:59
24d17c7
Compare
Choose a tag to compare
  • Add Routing Group
  • Add middlewares content-type
  • Add Documentation
  • Remove controllers from DI, controllers can add their own DI service provider.

add App kernel

15 Mar 07:46
862713e
Compare
Choose a tag to compare
Merge pull request #4 from harryosmar/app-kernel

update readme

update composer.json

11 Mar 02:44
f656f15
Compare
Choose a tag to compare
Merge pull request #2 from harryosmar/update-composer

Update composer

Implement Base Controller

25 Feb 03:26
f524c32
Compare
Choose a tag to compare
Merge pull request #1 from harryosmar/implement-base-controller

Implement base controller

Updating harryosmar/php-restful-api-response (v1.0.0 => v1.0.2)

18 Feb 11:27
b8922c4
Compare
Choose a tag to compare

removing accessing global variables

15 Feb 06:36
Compare
Choose a tag to compare
v1.0.2

remove accessing global variables

add code quality

15 Feb 06:29
Compare
Choose a tag to compare
v1.0.1

update readme

first working release

15 Feb 06:00
Compare
Choose a tag to compare
v1.0.0

separate service providers to a new class