AyeAyeApi Api Versions Save

An extremely flexible and easy to use API framework.

1.0.2

8 years ago

Updated README and demo/

1.0.0

8 years ago

Stable Release

1.0.0-rc.1

8 years ago

A potential full release.

1.0.0-beta.3

9 years ago

Well, this is embarrassing.

Fixed composer.json

1.0.0-beta.2

9 years ago

Aye Aye is now more robust!

  • We made the Api class PSR-3 log aware.
  • Improved the ability of the Api class to recover from exceptions.
  • Added a way to force responses to use a specific formatter (useful for the above)

1.0.0-beta.1

9 years ago

Aye Aye is now reasonably feature complete. Minor changes may occur between now and the full 1.0.0 however, nothing that is BC breaking. Aye Aye will remain in beta until the website is complete, however feedback and contributions are not only welcome but desirable.

Enjoy :)

0.13.0

9 years ago

0.12.0

9 years ago

This release will break older implementation.

Removed the Controller::$children array. Child controllers are now accessible through [name]Controller methods.

0.11.2

9 years ago

When an Aye Aye Exception is raised the Api now gives the correct HTTP status code.

0.11.1

9 years ago

When omitting the public message I missed the previous Exception to things that need to be shuffled forward. That's now fixed.