Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 935 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 935 Bytes

Freischutz

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