https://github.com/deanblackborough/transmute-coffee
The transmute coffee website, overview of each of my Open Source libraries and long term development projects.
https://github.com/deanblackborough/transmute-coffee
Last synced: 2 months ago
JSON representation
The transmute coffee website, overview of each of my Open Source libraries and long term development projects.
- Host: GitHub
- URL: https://github.com/deanblackborough/transmute-coffee
- Owner: deanblackborough
- License: mit
- Created: 2017-05-31T22:18:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T14:47:09.000Z (about 2 years ago)
- Last Synced: 2025-02-14T19:37:32.066Z (4 months ago)
- Language: Hack
- Homepage: http://transmute-coffee.com/
- Size: 515 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/deanblackborough/transmute-coffee/blob/master/LICENSE)
[](https://php.net/)# Transmute Coffee
The transmute coffee website, this site gives an overview of each of my Open Source libraries as well as my short and
long term development projects.## Libraries
* PHP Quill Renderer - Render quill insert deltas to HTML and Markdown.
* Random grab bag. - Utility classes that don't have a home.
* Bootstrap 4 helpers - Helpers to create Bootstrap 4 components.## Quick start
* Docker quick start for a PHP/MySQL web app - Bootstrap to help with the setup of a PHP/MySQL web app using Docker for local
development, this app does not do anything other than echo phpinfo() it is simply a starting point for your development.## Zend framework libraries
* Zend View helpers. - Collection of ZF view helpers
* Zend view helpers code completion. - IDE code completion for my view helpers## Projects
### Costs to Expect
Costs to Expect is a service focused on tracking and forecasting expenses.
#### Costs to Expect API
The open RESTful API for the Costs to Expect service.
#### Costs to Expect App
The App is the commercial offering of Costs to Expect. The App makes tracking
and forecasting expenses and costs simple as well as acting as a friendly
interface to the API.#### Costs to Expect Website
Costs to Expect is a long-term social project; my wife and I are tracking the
expenses to raise our children to adulthood, 18.#### Costs to Expect Web app
Prototype for the iOS Ppp and App, testing different designs, seeing which is
the best fit for my wife.### Holiday Expenses
Small app to interact with my Costs to Expect API to track holiday expenses.
### Dlayer
* Dlayer vNext - Migration project to ZF3.
* Dlayer - Responsive web development.### General
* View helpers - Custom view helpers for the Dlayer project