yipikai/log-bundle

Recovery Log by Yipikai service

Installs: 1 147

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.0 2022-12-01 13:26 UTC

This package is auto-updated.

Last update: 2024-04-29 05:06:13 UTC


README

Minimum PHP Version Latest Stable Version Total Downloads License

Install bundle

You can install it with Composer:

composer require yipikai/log-bundle

Documentation

yipikai_log:
  uri:                        "URI"
  token:
    public:                   "PUBLIC_KEY"
    private:                  "PRIVATE_KEY"
    salt:                     "SALT"

yipikai_log:
  uri:                        "URI"
  token:
    public:                   "PUBLIC_KEY"
    private:                  "PRIVATE_KEY"
    salt:                     "SALT"
  domain:                     ""
  enabled:
    exception:                false
    doctrine:                 false
  async:                      false
  excludes:
    PATH\CLASSNAME:
      all:                    false
      fields:
        - fieldname

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.