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
- Host: GitHub
- URL: https://github.com/vbresan/phpauthorization
- Owner: vbresan
- Created: 2015-03-14T09:41:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-28T04:49:22.000Z (over 2 years ago)
- Last Synced: 2024-12-29T19:57:33.296Z (over 1 year ago)
- Topics: authorization, php, php-authorization, php-library
- Language: PHP
- Homepage: https://web.archive.org/web/20120831114752/http://www.phpauthorization.com/
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).