PHP-ALPINE: Base Images; Mailparse and secp256k1 Support.
1. New Features
This update introduces some new features:
1.1. Base Images.
Now, there are 4 new base Docker images to be used, those images serves as both starting point and examples of usage within Docker.
Base Images
If you want, you can use the base images as your starting point on this repository:
The available images are:
| Image/Tag | Description |
|---|---|
| codecasts/alpine-3.7:php-7.2 | PHP 7.2 on Alpine v3.7 |
| codecasts/alpine-3.7:php-7.2 | PHP 7.1 on Alpine v3.7 |
| codecasts/alpine-3.6:php-7.2 | PHP 7.2 on Alpine v3.6 |
| codecasts/alpine-3.6:php-7.1 | PHP 7.1 on Alpine v3.6 |
1.2. New Extension: Mailparse.
Mailparse is a PHP extension which allows easy manipulation of email essages.
It was compiled and included on the project repositories, to install the library:
apk add php-mailparse@php
1.3. New Library and Extension: secp256k1.
secp256k1 is the elliptic curve used on Bitcoin, Steem and many other cryptocurrencies.
On this update, two packages were included:
apk add libsecp256k1@php
apk add php-secp256k1@php
Posted on Utopian.io - Rewarding Open Source Contributors
Leave PHP-ALPINE: Base Images; Mailparse and secp256k1 Support. to:
Read more #utopian-io posts
Best Posts From Diego Hernandes
We have not curated any of hernandev's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Diego Hernandes
- Testing contribution one
- testing contribution testing ok ok ok
- testing title testing again
- testing title
- Pixie: IPFS integration, PHP-PM Server and Smart Browser Caching.
- Markdown-It Plugins: Proxy Image & Mixed HTML Fixer
- [codecasts/ambientum] Performance Improvements & Refactoring
- Pixie: Image/Avatar Proxy for Steem Applications.
- Steem-Verifier: Easy transaction signature verification.
- Invalid SBD unit for transfers
- [php-sodium] Bindings for detached AEAD functions
- [PHP Extension] Zodium: A libsodium OOP wrapper.
- LaravelAEAD: Advanced Encryption with Associated Data (XChacha20-Poly1305-IETF and others)
- PHP OAuth Client for SteemConnect - Token Refresh and Token Encoding/Decoding
- SteemContext: Save time switching Steem apps with this Chrome Extension!
- PHP Steem Apps with Steem Connect and Laravel - Part II: Steem Configuration and Service Provider
- PHP Steem Apps with Steem Connect and Laravel - Part I: Initial Setup
- PHP-ALPINE: Base Images; Mailparse and secp256k1 Support.
- PHP-ALPINE: Package conflicts and extension fixes.
- SteemConnect SDK for PHP [RC1] - 100% Unit Test Coverage