diff --git a/README.md b/README.md index 8d5385f..c91da20 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OptsLib +# ![OptsLib](assets/optslib-32px.png) OptsLib A very simple Options parser and command-line arguments handling library for PHP. @@ -172,6 +172,11 @@ This method is used to return the arguments cache parsed from the global This library is licensed under the MIT license, see the LICENSE file for more information. +## Logo + +The logo was created by [Boxicons](https://boxicons.com/) and is licensed +under the [MIT license](assets/LICENSE) + ## Contributing If you want to contribute to this project, you can do so by diff --git a/assets/LICENSE b/assets/LICENSE new file mode 100644 index 0000000..b9f9f19 --- /dev/null +++ b/assets/LICENSE @@ -0,0 +1,15 @@ + The MIT License (MIT) + +Copyright (c) 2015-2021 Aniket Suvarna + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the “Software”), to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/assets/optslib-128px.png b/assets/optslib-128px.png new file mode 100644 index 0000000..9829e0b Binary files /dev/null and b/assets/optslib-128px.png differ diff --git a/assets/optslib-16px.png b/assets/optslib-16px.png new file mode 100644 index 0000000..ae83cd8 Binary files /dev/null and b/assets/optslib-16px.png differ diff --git a/assets/optslib-24px.png b/assets/optslib-24px.png new file mode 100644 index 0000000..e4e6752 Binary files /dev/null and b/assets/optslib-24px.png differ diff --git a/assets/optslib-256px.png b/assets/optslib-256px.png new file mode 100644 index 0000000..9e7252f Binary files /dev/null and b/assets/optslib-256px.png differ diff --git a/assets/optslib-32px.png b/assets/optslib-32px.png new file mode 100644 index 0000000..23fe342 Binary files /dev/null and b/assets/optslib-32px.png differ diff --git a/assets/optslib-48px.png b/assets/optslib-48px.png new file mode 100644 index 0000000..00cdc1c Binary files /dev/null and b/assets/optslib-48px.png differ diff --git a/assets/optslib-512px.png b/assets/optslib-512px.png new file mode 100644 index 0000000..60bcacb Binary files /dev/null and b/assets/optslib-512px.png differ diff --git a/assets/optslib-64px.png b/assets/optslib-64px.png new file mode 100644 index 0000000..2de42b2 Binary files /dev/null and b/assets/optslib-64px.png differ diff --git a/assets/optslib.ai b/assets/optslib.ai new file mode 100644 index 0000000..f2e3ea4 Binary files /dev/null and b/assets/optslib.ai differ diff --git a/assets/optslib.icns b/assets/optslib.icns new file mode 100644 index 0000000..465d9f3 Binary files /dev/null and b/assets/optslib.icns differ diff --git a/assets/optslib.ico b/assets/optslib.ico new file mode 100644 index 0000000..1e9c797 Binary files /dev/null and b/assets/optslib.ico differ diff --git a/assets/optslib.svg b/assets/optslib.svg new file mode 100644 index 0000000..40a578a --- /dev/null +++ b/assets/optslib.svg @@ -0,0 +1 @@ + \ No newline at end of file