Skip to content

Axe API

Next Generation Rest API Framework

You can quickly create a Rest API by simply defining models and relationships.

Axe API

Model Definitions

Define your model, validations, relations, middlewares, etc. in a declarative way to build your API in minutes.

🛠️

Routes Handling

Axe API will not just create all of your API endpoints automatically. It will also process all of them by your model definition.

Hooks

Using hooks is a very elegant technique to add your business logic to your API endpoints in a test-friendly way.

💡

Robust Queries

Adding robust query features to your API such as sorting, selecting fields, or querying data will cost you nothing.

⚡️

Schema Analyzing

Axe API analyzes your database schema in the initialization process to compare your models with it.

📄

Auto Documentation

Axe API creates documentation automatically by checking your model definitions, table relations, database schema, etc.

Released under the MIT License.