yipikai/firewall-bundle

Firewall Ips by Yipikai service

Installs: 1 174

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.1 2022-12-01 13:53 UTC

This package is auto-updated.

Last update: 2024-05-01 00:17:24 UTC


README

Minimum PHP Version Latest Stable Version Total Downloads License

Install bundle

You can install it with Composer:

composer require yipikai/firewall-bundle

Documentation

yipikai_firewall:
  uri:                        "URI"
  token:
    public:                   "PUBLIC_KEY"
    private:                  "PRIVATE_KEY"
    salt:                     "SALT"
  persist_in_session:
    enabled:                  true
    seconds:                  10
  filters:
    environnement:
      dev:
        enabled:              true
        redirect:             "https://yipikai.studio"
      prod:
        enabled:              false
        redirect:             "https://yipikai.studio"
    path:
      enabled:                true
      list:
        - /path-with-firewall
      redirect:               "https://yipikai.studio"

Commit Messages

The commit message must follow the Conventional Commits specification. The following types are allowed:

  • update: Update
  • fix: Bug fix
  • feat: New feature
  • docs: Change in the documentation
  • spec: Spec change
  • test: Test-related change
  • perf: Performance optimization

Examples:

update : Something

fix: Fix something

feat: Introduce X

docs: Add docs for X

spec: Z disambiguation

License and Copyright

See licence file

Credits

Created by Matthieu Beurel. Sponsored by Yipikai Studio.