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.
- Host: GitHub
- URL: https://github.com/jeffdecola/my-php-containers
- Owner: JeffDeCola
- License: mit
- Created: 2017-02-27T10:31:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-20T18:58:41.000Z (8 months ago)
- Last Synced: 2025-04-20T19:39:22.128Z (8 months ago)
- Topics: concourse, css, html, mysql, mysqli, php, php-container, php-containers, snippets, webserver
- Language: PHP
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MY PHP CONTAINERS
[](https://jeffdecola.com)
[](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._