Activity icon indicating copy to clipboard operation
Activity copied to clipboard

A PHP API to log anything anywhere

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: