An open API service indexing awesome lists of open source software.

https://github.com/vbresan/phpauthorization

PHP web service for access authorization
https://github.com/vbresan/phpauthorization

authorization php php-authorization php-library

Last synced: 6 months ago
JSON representation

PHP web service for access authorization

Awesome Lists containing this project

README

          

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 PHP Authorization you can limit the number of requests to let's say 30 requests per IP address per day.

**Example 2:** You have a super cool web service and you want to make sure that your customers are not making more requests than they have paid for. With PHP Authorization you can set fixed number of allowed requests for each customer and rest assured that no one will get a single request more.

For more details, see the archived web site link available in About section.

Not exactly what you are looking for? In that case check out [PHP Authentication](https://github.com/vbresan/php-authentication).