All Projects → m1guelpf → Activity

m1guelpf / Activity

Licence: mpl-2.0
A PHP API to log anything anywhere

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Activity

Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (+15.91%)
Mutual labels:  api, log, logger
Devutils
🔥 ( 持续更新,目前含 160+ 工具类 ) DevUtils 是一个 Android 工具库,主要根据不同功能模块,封装快捷使用的工具类及 API 方法调用。该项目尽可能的便于开发人员,快捷、高效开发安全可靠的项目。
Stars: ✭ 680 (+1445.45%)
Mutual labels:  log, activity
Unifi Api Browser
Tool to browse data exposed by Ubiquiti's UniFi Controller API (demo: https://api-browser-demo.artofwifi.net/)
Stars: ✭ 677 (+1438.64%)
Mutual labels:  api, curl
Httr
httr: a friendly http package for R
Stars: ✭ 897 (+1938.64%)
Mutual labels:  api, curl
Unifi Api Client
A PHP API client class to interact with Ubiquiti's UniFi Controller API
Stars: ✭ 602 (+1268.18%)
Mutual labels:  api, curl
Manticoresearch
Database for search
Stars: ✭ 610 (+1286.36%)
Mutual labels:  api, mysql
Go Book Store Api
Go Sample project to understand Mysql CRUD operation with best practises Includes logging, JWT, Swagger and Transactions
Stars: ✭ 18 (-59.09%)
Mutual labels:  api, mysql
Objectlogger
A powerful and easy-to-use operational logging system that supports analysis of changes in object properties. 强大且易用的操作日志记录系统,支持对象属性的变化分析。
Stars: ✭ 378 (+759.09%)
Mutual labels:  log, logger
Chn Eolinker Ams Lite 4.0 For Php
中国最大的在线API管理平台EOLINKER 旗下API管理系统开源精简版,适合个人以及微型团队使用。
Stars: ✭ 869 (+1875%)
Mutual labels:  api, mysql
Gollum
An n:m message multiplexer written in Go
Stars: ✭ 883 (+1906.82%)
Mutual labels:  log, logger
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-54.55%)
Mutual labels:  api, mysql
Nideshop
NideShop 开源微信小程序商城服务端 API(Node.js + ThinkJS)
Stars: ✭ 5,154 (+11613.64%)
Mutual labels:  api, mysql
V8 Archive
Directus Database API — Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+1004.55%)
Mutual labels:  api, mysql
Build
TeaWeb-可视化的Web代理服务。DEMO: http://teaos.cn:7777
Stars: ✭ 656 (+1390.91%)
Mutual labels:  api, log
App
Directus Admin Application — An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+954.55%)
Mutual labels:  api, mysql
Eylogviewer
A simple viewer to see your app's logs on your iDevice in realtime.
Stars: ✭ 16 (-63.64%)
Mutual labels:  log, logger
Loglevelnext
A modern logging library for Node.js that provides log level mapping to the console
Stars: ✭ 33 (-25%)
Mutual labels:  log, logger
Cocoadebug
iOS Debugging Tool 🚀
Stars: ✭ 3,769 (+8465.91%)
Mutual labels:  log, logger
Laravel Logger
An out the box activity logger for your Laravel or Lumen application. Laravel logger is an activity event logger for your laravel application. It comes out the box with ready to use with dashboard to view your activity. Laravel logger can be added as a middleware or called through a trait. This package is easily configurable and customizable. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, and 7+
Stars: ✭ 366 (+731.82%)
Mutual labels:  logger, activity
Laravel Log
Simple API to write logs for Laravel.
Stars: ✭ 19 (-56.82%)
Mutual labels:  log, logger

Activity

Activity

SensioLabsInsight  StyleCI  Codacy Badge  License  Issues  Mantained Average time to resolve an issue

A PHP API to log anything anywhere

Status:

This script is currently over active development and it is currently in a beta test process. If you find any errors, please open an issue or, if you don't want to register on Github, open a ticket on my support center or send me an email to [email protected].

Requirements:

  • PHP >4.1
  • MySQL database
  • (Only if using the PHP client): PHP cURL library
  • (Only if using the Python client): Python requests library
  • (Only if using the BASH client): cURL
  • (Only if using the NodeJS client): Node request package

Download:

  • You can get the lastest stable release here.
  • You can get the lastest beta release here.

Installation:

Heroku install

Manual install

  1. Download lastest release (check the downloads section).
  2. Copy all the files to your server root / a subdirectory.
  3. Create a MySQL database and fill the access details in the config.example.php
  4. Rename config.example.php to config.
  5. Change the example settings in the clients to your settings.
  6. Enjoy!

Examples:

You can see examples of use in php, python and bash in the examples folder

TO DO:

  • [x] Ruby Client
  • [x] GO Client
  • [ ] C# client
  • [x] Retrieve visit information whit GET requests.
  • [ ] More clients

Credits:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].