Framework Features
Apiato is built on top of Laravel, and it uses many of its features. However, Apiato also provides some additional features that are not available in Laravel.
Here is a list of the most important features that Apiato provides.
📄️ Code Generator
Apiato comes with a powerful code generator that can help you to generate all the boilerplate code for your containers.
📄️ API Versioning
Apiato provides a streamlined approach to implementing API versioning within your application.
📄️ Role Based Access Control
Apiato provides a Role-Based Access Control (RBAC) through its Authorization Container.
📄️ Profiler
Profiling is a crucial aspect of optimizing your application's performance
📄️ Etag
The ETag or entity tag is part of HTTP, the protocol for the World Wide Web.
📄️ Rate Limiting
Apiato uses Laravel Rate Limiting feature