Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fboes/small-php-helpers
A set of small functions you might be missing in PHP
https://github.com/fboes/small-php-helpers
Last synced: about 1 month ago
JSON representation
A set of small functions you might be missing in PHP
- Host: GitHub
- URL: https://github.com/fboes/small-php-helpers
- Owner: fboes
- License: mit
- Created: 2012-03-21T12:47:01.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T06:32:22.000Z (almost 4 years ago)
- Last Synced: 2024-04-09T15:02:59.305Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Small PHP Helpers
=================This set of small libraries is intended as easy shortcuts for everyday situations.
* Conversion: Return nice output for numerical values with units
* Coordinates: Calculate with (WGS84) coordinates
* Form: Quick forms including validation
* HtmlEncode & XmlEncode: Convert PHP structures into output; you may also want to look at json_encode
* Media: Generate HTML for video / audio output for HTML5 with fallbacks
* Messages: Collect status messages from your controller for output to the user
* SuperPDO: Gently improves functionality of PDO, see http://www.php.net/manual/en/book.pdo.php
* Entity & Entities: Using SuperPDO to work with entities
* Tester: Simple unit test in case PhpUnit is not deployable
* toolshed: Missing PHP-functions like quotedecho()
or a better replacement forempty()
Installation
------------Via [Bower](http://bower.io/): `bower install fboes/small-php-helpers`
Version
-------Version: 2.0.0 (2016-12-09)
Legal stuff
-----------Author: [Frank Boës](http://3960.org)
Copyright & license: See LICENSE.txt