floh1111 member since: Nov 26, 2016
floh1111's packages
-
ffnw/laravel-jsonapi-server
This projects provides a library for the Laravel PHP framework which can serve your Eloquent database as jsonapi (http://jsonapi.org/).
-
laravel-api-server/authentication
This project holds the Authentication module for the API-Server.
-
laravel-api-server/base
This project holds the Base module for the API-Server. It contains some usefull base classes to inherit from.
-
laravel-api-server/core
This project provides everything you need for building an advanced application. It provides a base model and a base policy as well as a user, permission and role model and a database based key/value storage.
-
laravel-api-server/core-jsonapi
This project holds the JsonApi endpoints for the core module.
-
laravel-api-server/error-handler
This package provides advanced errorhandling for Laravel.
-
laravel-api-server/exceptions
This project holds the Exceptions module for the API-Server.
-
laravel-api-server/jsonapi
This package helps you to quickly build a REST API using the Laravel framework following the json:api specification.
-
laravel-api-server/jsonapi2
This package helps you to quickly build a REST API using the Laravel framework following the json:api specification.
-
laravel-api-server/modules
This project holds the Modules module for the API-Server. It supports the modularization of the server.
-
netmon-server/devices
This package extends the netmon server with all functionality needed to manage devices.
-
netmon-server/interfaces
This project holds the Interfaces module for the Netmon API-Server. It depends on the Devices module and allows to add multiple network interfaces to a device so that you can get regular status updates about traffic and connections on an interface.
-
netmon-server/networking
This project holds the Networking module for the Netmon API-Server. It handles layer 3 networks (IPv6 networks and IPv6 ip adresses).
-
netmon-server/places
This project holds the Places module for the Netmon API-Server. It handles geographical coordinates (latitude, longitude, elevation) and administrative locations (contact information of a roof or a building in example).
-
netmon-server/server
The Netmon Server is an application based on the Laravel PHP framework that supports building a REST API.