freischutz/freischutz

RESTful API framework built on Phalcon.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Forks: 0

Type:project

v0.9.4 2019-04-09 18:57 UTC

This package is auto-updated.

Last update: 2024-05-28 01:43:52 UTC


README

SensioLabsInsight

PHP framework for RESTful APIs, built using Phalcon.

Features

  • Several authentication schemes
    • Hawk, supports storing nonces in file, database, or cache.
    • Basic authentication.
    • Bearer token, supports JWT type.
  • Access control through ACL
    • Read from files or database.
  • User system decoupled from validation/ACL schemes
    • Read from files, config, or database.
  • Caching with multiple supported backends
    • Any \Phalcon\Cache\Backend class may be used.
    • Able to set caching of ACL, routes, and users through config.

Requirements

  • PHP >= 7.0
  • Phalcon >= 3.0
  • Webserver

If you are going to use a database:

  • Database (MySQL/MariaDB/PostgreSQL/SQLite)
  • PHP database adapter