Download the PHP package srwiez/svgtinyps-cli without Composer
On this page you can find all versions of the php package srwiez/svgtinyps-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download srwiez/svgtinyps-cli
More information about srwiez/svgtinyps-cli
Files in srwiez/svgtinyps-cli
Package svgtinyps-cli
Short Description SVG (Portable and Secure) commandline converter for BIMI compliance
License MIT
Informations about the package svgtinyps-cli
svgtinyps
CLI Tool for SVG Tiny P/S (Portable and Secure) conversion and BIMI compliance.
Read more from bimi group and the RFC
๐งช If you just want to convert your SVG in a nice UI, you can use the online version of the converter!
You can also checkout the PHP package that this project is based on.
๐ Installation
Via Composer global install command
By downloading binaries on the latest release, currently only these binaries are compiled on the CI:
- macOS x86_64
- macOS arm64
- linux x86_64
- linux arm64
- windows x64
//: # ()
๐ Usage
Identify issues in an SVG file
Convert an SVG file to SVG (P/S)
If in the identified issues, you missing th title tag, you can set its value with the --title
option
๐ฆ Testing
This project use Pest for testing.
๐ฅ Contribute
This project follows PSR coding style. You can use composer pint
to apply.
All tests are executed with pest. Use composer pest
It's recommended to execute composer qa
before commiting (alias for executing Pint and Pest)
๐ง Build from sources
This project use box, php-static-cli and php-micro. A build script has been created to build the project. (tested only on macOS x86_64)
Then you can build the binary that you can retrieve in build/bin/
//: # ()
๐ Roadmap
Pull requests are welcome! Here are some ideas to get you started:
- Use Symfony Console for better ui
- Publish on Homebrew
๐ฅ Credits
svgtinyps was created by Eser DENIZ.
Inspired by the official scripts of authindicators/svg-ps-converters
Thanks to gilbarbara/logos for the logos used in the tests.
๐ License
svgtinyps PHP is licensed under the MIT License. See LICENSE for more information.
All versions of svgtinyps-cli with dependencies
ext-dom Version *
srwiez/php-svg-ps-converter Version ^1.1
composer-runtime-api Version ^2.2