An open API service indexing awesome lists of open source software.

https://github.com/jeffdecola/my-php-containers

A place to keep my php containers. All containers designed for dynamic screen widths.
https://github.com/jeffdecola/my-php-containers

concourse css html mysql mysqli php php-container php-containers snippets webserver

Last synced: 5 months ago
JSON representation

A place to keep my php containers. All containers designed for dynamic screen widths.

Awesome Lists containing this project

README

          

# MY PHP CONTAINERS

[![jeffdecola.com](https://img.shields.io/badge/website-jeffdecola.com-blue)](https://jeffdecola.com)
[![MIT License](https://img.shields.io/:license-mit-blue.svg)](https://jeffdecola.mit-license.org)

_A place to keep my php containers._

Table of Contents

* [BUILDING BLOCKS](https://github.com/JeffDeCola/my-php-containers#building-blocks)
* [INTERACTION](https://github.com/JeffDeCola/my-php-containers#interaction)
* [VISUAL](https://github.com/JeffDeCola/my-php-containers#visual)

Documentation and Reference

* [php](https://github.com/JeffDeCola/my-cheat-sheets/tree/master/software/development/languages/php-cheat-sheet)
* [offsite demos](http://www.jeffdecola.com/my-php-containers/index.php)
* This repos
[github webpage](https://jeffdecola.github.io/my-php-containers/)
_built with
[concourse](https://github.com/JeffDeCola/my-php-containers/blob/master/ci-README.md)_

## BUILDING BLOCKS

* [dynamic_items_container](https://github.com/JeffDeCola/my-php-containers/tree/master/my-php-containers/building-blocks/dynamic_items_container)

_Displays items (e.g. menu or picture) that will center and collapse properly on
smaller screens._

## INTERACTION

* [contact_form_container](https://github.com/JeffDeCola/my-php-containers/tree/master/my-php-containers/interaction/contact_form_container)

_An online contact form that is sent to an email using google's reCAPTCHA v3._

* [jeffs_tiny_url_container](https://github.com/JeffDeCola/my-php-containers/tree/master/my-php-containers/interaction/jeffs_tiny_url_container)

_Shorten Long URLs to Tiny URLs. Information stored in a mySQLi database._

## VISUAL

* [narrow_picture_container](https://github.com/JeffDeCola/my-php-containers/tree/master/my-php-containers/visual/narrow_picture_container)

_Allow a picture to scale and display across the screen._

* [video_container](https://github.com/JeffDeCola/my-php-containers/tree/master/my-php-containers/visual/video_container)

_For Youtube or Vimeo with optional background._