KO
|
EN
gitlite — search
Search
#php
#java
#ruby
#python
#javascript
#hacktoberfest
#wordpress
#nodejs
#shell
#c-plus-plus
#logging
#android
Activity
★ 49
Open GitHub ↗
A PHP API to log anything anywhere
Download README (.md)
Explore Similar Repositories
typac
:
install npm packages along with corresponding typings
RecyclerViewDemo
:
No description available.
Gcanvas-For-Apache-weex
:
Gcanvas is a third party plugin, and is not developed nor maintained by Apache Weex.
PWTools
:
A small collection of tools we developed over the years at ProjectWizards as shown at our talk at Macoun 2016.
Taktische-Zeichen-drawio
:
Bibliotheken für draw.io mit taktischen Zeichen des Bevölkerungsschutzes
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Activity
?
Download (.md)
# Activity <p align="center"> <img src="http://i.imgur.com/IwbWKJn.png" alt="Activity"> </p> [](https://insight.sensiolabs.com/projects/532e42dd-402e-4605-b8a8-5e5dc8fe6dc2) [](https://styleci.io/repos/74149532) [](https://www.codacy.com/app/m1guelpiedrafita/Activity?utm_source=github.com&utm_medium=referral&utm_content=m1guelpf/Activity&utm_campaign=Badge_Grade) [](https://raw.githubusercontent.com/m1guelpf/Activity/master/LICENSE) [](https://github.com/m1guelpf/Activity/issues) [](https://github.com/m1guelpf/Activity) [](http://isitmaintained.com/project/m1guelpf/Activity "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](https://github.com/m1guelpf/Activity/issues/new) or, if you don't want to register on Github, [open a ticket on my support center](https://support.miguelpiedrafita.com) or [send me an email to support@miguelpiedrafita.com](malito:support@miguelpiedrafita.com). ## 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](https://github.com/m1guelpf/Activity/releases/latest). * You can get the lastest **beta** release [here](https://github.com/m1guelpf/Activity/archive/master.zip). ## Installation: ## Heroku install <p align="center"> <a href="https://heroku.com/deploy?template=https://github.com/m1guelpf/Activity/tree/heroku"><img src="https://www.herokucdn.com/deploy/button.svg"></a> </p> ## Manual install 1. Download lastest release (check [the downloads section](#download)). 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](https://github.com/m1guelpf/Activity/blob/master/examples/) ## TO DO: * [x] Ruby Client * [x] GO Client * [ ] C# client * [x] Retrieve visit information whit GET requests. * [ ] More clients ## Credits: * [Miguel Piedrafita](https://projects.miguelpiedrafita.com) * [PHP](https://php.net) * [MySQL](https://mysql.com) * [cURL](https://curl.haxx.se/) * [Python](https://www.python.org/) * [NodeJS](https://nodejs.org/) * [Python requests library](https://github.com/kennethreitz/requests#requests-http-for-humans) * [Node request package](https://github.com/request/request#request---simplified-http-client) * [GOLang](https://golang.org/)