Libraries tagged by antares
antaresproject/project
740 Downloads
antaresbr/collection
4550 Downloads
A custom PHP collection
antaresbr/arrayhandler
4532 Downloads
A custom PHP array handler based on Laravel's Illuminate/Support/Arr class
antaresproject/core
534 Downloads
Antares Core
antaresbr/foundation
308 Downloads
A PHP foundation for antaresbr packages
antares/accessible-bundle
3790 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3870 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
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/picklist
616 Downloads
A custom PHP picklist
antaresbr/laravel-socket
558 Downloads
A custom socket package for Laravel Framework
antaresbr/laravel-picklist
533 Downloads
Laravel API for antaresbr/picklist package
antaresbr/laravel-multienv
579 Downloads
A multienvironment (multi tenant) package for Laravel Framework
antaresbr/laravel-jobx
528 Downloads
A custom job package based on Laravel Framework