PHP Authentication is a web service accessed via POST requests, producing XML output. It supports the following operations: register, unregister, verify account, log in, log out, request login data, get current user name, set private data, get...
Just as it's name says - it is a PHP web service for access authorization. Let's describe it through two examples:
Example 1: You have a super cool web site and you want to stop web scrapers and similar kinds of it's abuse. With...
You are PHP developer and your applications among many other interesting things send e-mails around. However, you are annoyed by the delay that PHP's mail function introduces. Naturally, you would like your scripts to be more responsive to end...
You had enough of manually checking your apache error log files for changes?
You are sure there must be a better way of doing it?
You would like to be informed about the problems on your server the moment they... |