Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduction of Term Analysis Tool πŸ“š #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/glossary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: PHP Composer

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
run:
runs-on: ubuntu-22.04
name: Glossary analysis
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
ini-values: memory_limit=4G, phar.readonly=false

- name: Checkout codebase
uses: actions/checkout@v3

- name: Glossary analysis
run: curl -so glossary https://raw.githubusercontent.com/javanile/php-glossary/main/bin/glossary && php glossary
55 changes: 55 additions & 0 deletions .glossaryrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

[files]
exclude = tests
, vendor

[domain]
terms = alias
, app
, application
, aws
, aws access key id
, aws client interface
, aws default
, aws facade
, aws publish
, aws region
, aws secret access key
, aws service provider
, boot
, config
, config path
, configure
, credentials
, defer
, dir
, east
, env
, facade
, facades
, foundation
, get
, get facade accessor
, illuminate
, instanceof
, l5mod
, laravel
, laravel application
, latest
, lumen
, lumen application
, make
, merge config from
, provides
, publishes
, region
, register
, running in console
, sdk
, secret
, service provider
, singleton
, support
, ua append
, us
, version