codeigniter-rest-api

Codeigniter 3 API Rest with Basic or Bearer Authentication methods.

MIT License

Downloads
65
Stars
4
Committers
1
codeigniter-rest-api - v3.0.0 Latest Release

Published by moudarir 6 months ago

Changes made in this release

  • The routing system simplified.
  • Only json and xml output formats are supported. Format checked from the Accept header parameter only.
  • Exceptions used on errors.
  • Code tested on PHP 7.4, 8.0, 8.1 and 8.2
  • Code refactoring.
codeigniter-rest-api - v2.0.0

Published by moudarir over 1 year ago

  • Add API Key limitation option.
  • Add new table in DB api_key_limits and add 2 fields (limits, reset_limits_after) in api_keys table.
  • Move Auth check in mapping() method after class/method check. No need to check authentication if the requested resource doesn't exists.
  • Code refactoring.
codeigniter-rest-api - v1.1.0

Published by moudarir over 1 year ago

Allow to change the default Basic Auth Class name.

codeigniter-rest-api - v1.0.7

Published by moudarir over 1 year ago

  • Fix some bugs.
  • Add Arabic language support.
  • Update documentation
  • Update Postman collection and environment
  • and much more...
codeigniter-rest-api - v1.0.6

Published by moudarir over 1 year ago

Some code changed and refactored.