Added Logo
|
@ -1,4 +1,4 @@
|
|||
# OptsLib
|
||||
#  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
|
||||
|
|
15
assets/LICENSE
Normal file
|
@ -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.
|
BIN
assets/optslib-128px.png
Normal file
After Width: | Height: | Size: 2 KiB |
BIN
assets/optslib-16px.png
Normal file
After Width: | Height: | Size: 233 B |
BIN
assets/optslib-24px.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
assets/optslib-256px.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
assets/optslib-32px.png
Normal file
After Width: | Height: | Size: 475 B |
BIN
assets/optslib-48px.png
Normal file
After Width: | Height: | Size: 681 B |
BIN
assets/optslib-512px.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
BIN
assets/optslib-64px.png
Normal file
After Width: | Height: | Size: 915 B |
BIN
assets/optslib.ai
Normal file
BIN
assets/optslib.icns
Normal file
BIN
assets/optslib.ico
Normal file
After Width: | Height: | Size: 4.4 KiB |
1
assets/optslib.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<?xml version="1.0" ?><svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m2.344 15.271 2 3.46a1 1 0 0 0 1.366.365l1.396-.806c.58.457 1.221.832 1.895 1.112V21a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.598a8.094 8.094 0 0 0 1.895-1.112l1.396.806c.477.275 1.091.11 1.366-.365l2-3.46a1.004 1.004 0 0 0-.365-1.366l-1.372-.793a7.683 7.683 0 0 0-.002-2.224l1.372-.793c.476-.275.641-.89.365-1.366l-2-3.46a1 1 0 0 0-1.366-.365l-1.396.806A8.034 8.034 0 0 0 15 4.598V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1.598A8.094 8.094 0 0 0 7.105 5.71L5.71 4.904a.999.999 0 0 0-1.366.365l-2 3.46a1.004 1.004 0 0 0 .365 1.366l1.372.793a7.683 7.683 0 0 0 0 2.224l-1.372.793c-.476.275-.641.89-.365 1.366zM12 8c2.206 0 4 1.794 4 4s-1.794 4-4 4-4-1.794-4-4 1.794-4 4-4z"/></svg>
|
After Width: | Height: | Size: 777 B |