Libraries tagged by aktar
antaresproject/module-api
23 Downloads
Antares Api Module. Design your application without focus to restfull api driven development. Just create standard Antares application, API layer will be transformed without any interference.
antaresproject/component-logger
658 Downloads
Logger is a module responsible for gathering and displaying logs coming from multiple parts of the system and other modules. It covers:Activity log - events related to objects in the system. E.g. changing user details.Error log - application errors with detailed information for easier debugging.Request log - all the HTTP requests to the application.Automation log - logs of the Automation module.Notification log - all the notifications sent to users by Notification module.
antaresproject/component-automation
403 Downloads
Automation is a module used to executte cyclic operations based on laravel task scheduler. It serves as a replacement for setting up your own cron jobs to make it easier to manage. It provides an intuitive control interface on the admin level. Automation can run tasks every few minutes, hourly, daily or weekly - depending how you set it up. Scheduled data is stored in the system database.
antaresbr/stringhandler
524 Downloads
A custom PHP string handler based on Laravel's Illuminate/Support/Str class
antaresbr/picklist
608 Downloads
A custom PHP picklist
antaresbr/packager
35 Downloads
A custom PHP package handler
antaresbr/laravel-socket
552 Downloads
A custom socket package for Laravel Framework
antaresbr/laravel-picklist
527 Downloads
Laravel API for antaresbr/picklist package
antaresbr/laravel-multienv
573 Downloads
A multienvironment (multi tenant) package for Laravel Framework
antaresbr/laravel-jobx
522 Downloads
A custom job package based on Laravel Framework
antaresbr/laravel-crud
648 Downloads
A CRUD package for Laravel Framework
antaresbr/laravel-audit
413 Downloads
A custom audit package for Laravel Framework
antaresbr/laravel-acl
577 Downloads
A custom ACL (Access Control List) package for Laravel Framework
antaresbr/base-cli
91 Downloads
A custom PHP Base Command Line Interface
antarctica/laravel-token-auth
76 Downloads
Enables use of API tokens as a form of stateless authentication within Laravel