Download the PHP package domexx/ares without Composer
On this page you can find all versions of the php package domexx/ares. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ares
Ares
Introduction
This project is based on the micro framework slim. It can be used for creating and expanding fast apis.
Base Features:
- Responses
- Exceptions
- Validation
- Authentication
- Locales & Translations
- Cache
- Request Throttle
- Database
- Illuminate QueryBuilder
- Slugs
- Configs
- Dotenv
- Logging
- DI Container
- Routing (Slim)
Installation
1. Clone / Require project.
2. Change directory to project.
3. Copy dotenv config.
4. Install composer dependencies.
5. Give rights to the folder.
Configuration
Configure your .env:
Expand project
Create custom Module:
1. Create controller class which extends BaseController
In the controller class you can define functions that are called by calling a route, which can be defined in the app/routes/routes.php. Auth protected routes can be used with setting middleware 'AuthMiddleware', between route path and route action call.
2. Register your custom route in app/routes.php that calls a controller function
Create custom Service Provider:
1. Create new Service Provider with extending AbstractServiceProvider
2. Register the new created Service Provider in app/etc/providers.php
Credits
If you got questions or feedback feel free to contact us.
- Discord: Dome#9999
-
Mail: [email protected]
- Discord: s1njar#0066
- Mail: [email protected]
Links
License
The MIT License (MIT).
All versions of ares with dependencies
PHP Build Version
Package Version
The package domexx/ares contains the following files
Loading the files please wait ....