Download the PHP package septech-laravel/snowflake without Composer
On this page you can find all versions of the php package septech-laravel/snowflake. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download septech-laravel/snowflake
More information about septech-laravel/snowflake
Files in septech-laravel/snowflake
Download septech-laravel/snowflake
More information about septech-laravel/snowflake
Files in septech-laravel/snowflake
Please rate this library. Is it a good library?
Informations about the package snowflake
README
Installation
Environment
Usages
Zookeeper
To use the Zookeeper we need a DB connection to keep tracking assigned IDs & machine owned that ID.
Migration database
API
Register routes
Wrap routes within group
Apply the built-in middleware
We provides a simple middleware to protect the API. The middleware will take token from the Authorization
header. Or from $_GET['token'] or $_POST['token']. Then compare with a secret key set by config snowflake.sever_to_server_token
or env('SNOWFLAKE_HTTP_TOKEN')
. You can set the key manually or run command
Force it to override
Using Kernel routeMiddleware
All versions of snowflake with dependencies
PHP Build Version
Package Version
The package septech-laravel/snowflake contains the following files
Loading the files please wait ....