Download the PHP package hxgf/slime-utilities without Composer
On this page you can find all versions of the php package hxgf/slime-utilities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hxgf/slime-utilities
More information about hxgf/slime-utilities
Files in hxgf/slime-utilities
Download hxgf/slime-utilities
More information about hxgf/slime-utilities
Files in hxgf/slime-utilities
Vendor hxgf
Package slime-utilities
Short Description Enhancement utilities for developing with Slim framework
License MIT
Homepage https://github.com/hxgf/slime-utilities
Package slime-utilities
Short Description Enhancement utilities for developing with Slim framework
License MIT
Homepage https://github.com/hxgf/slime-utilities
Please rate this library. Is it a good library?
Informations about the package slime-utilities
SLIME Utilities
Abstraction functions to promote a fast and easy development workflow with Slim.
Most of these functions aren't specific to Slim and can be used in other contexts or on their own (except for the 'render' functions). We've bundled them together for convenience to be included with the Slime boilerplate and metaframework.
These functions are also available as separate packages:
Installation
API
Refer to the source packages for usage examples.
render - Render Content as PSR-7
- render::hbs($request, $response, $parameters)
- render::redirect($request, $response, $parameters)
- render::json($request, $response, $parameters)
- render::lightncandy_html($parameters)($data)
- render::initialize_handlebars_helpers()
- render::twig($request, $response, $parameters)
db - Data Handlers (mysql w/ PDO)
- db::init($settings)
- db::insert($table, $input)
- db::find($table, $criteria, $options)
- db::update($table, $input, $criteria)
- db::delete($table, $criteria)
- db::create_placeholders($criteria)
http - HTTP Request Handlers
- http::request($url, $parameters)
- http::get($url, $parameters)
- http::post($url, $parameters)
- http::json($url, $parameters)
cookie - Cookie Handlers
- cookie::set($key, $value, $parameters)
- cookie::get($key)
- cookie::delete($key)
x - Misc Utilities
- x::email_send($parameters)
- x::client_ip()
- x::url_slug($string)
- x::url_strip($url)
- x::url_validate($url)
- x::br2nl($string)
- x::array_encode($array)
- x::array_decode($string)
- x::console_log($input, $parameters)
- x::dd($input, $parameters)
- x::file_write($input, $target_filename, $parameters)
- x::error_log($input, $parameters)
All versions of slime-utilities with dependencies
PHP Build Version
Package Version
No informations.
The package hxgf/slime-utilities contains the following files
Loading the files please wait ....