Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorenzo/pinky
A Foundation for Emails (Inky) template transpiler
https://github.com/lorenzo/pinky
email foundation inky php
Last synced: 6 days ago
JSON representation
A Foundation for Emails (Inky) template transpiler
- Host: GitHub
- URL: https://github.com/lorenzo/pinky
- Owner: lorenzo
- License: mit
- Created: 2017-01-26T15:09:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T13:38:05.000Z (over 1 year ago)
- Last Synced: 2025-01-19T02:12:09.361Z (13 days ago)
- Topics: email, foundation, inky, php
- Language: PHP
- Size: 44.9 KB
- Stars: 275
- Watchers: 7
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinky
A PHP Transpiler for ([Inky](https://github.com/foundation/inky)), the templating language made for the Foundation for Email framework.
## Installation
You can install this bundle using composer
composer require lorenzo/pinky
## Usage and Examples
### Basic Usage
```php
saveHTML();
```You can transpile strings directly:
```php
Contents');
echo $transpiled->saveHTML();
```And you can also transpile many files or strings in batch:
```php
saveHTML();
}
```## License
See the [LICENSE](LICENSE) file for license info (it's the MIT license).