Libraries tagged by Anter
picamator/neo-ws-client
21 Downloads
Client for NASA Open Api: Near Earth Object Web Service
blackfyrestudio/crud
132 Downloads
A Laravel 5.1 CRUD package based on krafthaus/bauhaus, although greatly modified...
aternos/sherlock
156 Downloads
PHP library to apply minecraft mappings to log files
aternos/renderchest
111 Downloads
PHP library for rendering icons for Minecraft items directly from Minecraft's assets
aternos/plop
9 Downloads
Plop Minecraft structures into existence
aternos/creabit
258 Downloads
This is a small Minecraft tool written in PHP to fix missing end or nether dimension compound tags in the level.dat file.
antwerpes/laravel-soap
17 Downloads
A SoapClient wrapper integration for Laravel
antriver/laravel-repositories
1153 Downloads
Model repositories for Laravel.
antriver/laravel-registers
615 Downloads
A way to keep a simple list of models belonging to another model. e.g. Users that have liked a Post.
antennaio/laravel-codeception-dbdump
1515 Downloads
Create database dumps ready to be used with Codeception
anteknik/express-blog
9 Downloads
Simple blog engine built using ExpressJS and NodeJS for learning purpose.
antedebaas/dns-parser
447 Downloads
Retrieve DNS records
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.