Libraries tagged by antares
antaresproject/project
740 Downloads
antares/accessible-bundle
3767 Downloads
A bundle to easily use Accessible in Symfony projects.
antares/accessible
3841 Downloads
PHP library that allows you to define your class' getters, setters and constructor with docblock annotations.
antaresbr/collection
3269 Downloads
A custom PHP collection
antaresbr/arrayhandler
3254 Downloads
A custom PHP array handler based on Laravel's Illuminate/Support/Arr class
antaresproject/core
534 Downloads
Antares Core
antaresbr/foundation
149 Downloads
A PHP foundation for antaresbr packages
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
524 Downloads
A custom PHP picklist
antaresbr/laravel-socket
461 Downloads
A custom socket package for Laravel Framework
antaresbr/laravel-picklist
468 Downloads
Laravel API for antaresbr/picklist composer package
antaresbr/laravel-multienv
498 Downloads
A multienvironment (multi tenant) package for Laravel Framework
antaresbr/laravel-jobx
456 Downloads
A custom job package based on Laravel Framework