Pinned
Repositories
-
- function-execution-timer Public
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute and return result(s) (if any).
- slim-skeleton-mvc-app Public
This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.
- slim-skeleton-mvc-tools Public
A support package for the `SlimPHP 3 Skeleton MVC App` (https://github.com/rotexsoft/slim3-skeleton-mvc-app).
- leanorm Public
[WARNING NOT YET PRODUCTION READY] A Generic Data Objects (GDAO https://github.com/rotexsoft/gdao ) implementation.
-
-
- HandyPhpFunctions Public
A bunch of functions that eitther extend the existing functionality in native php functions or add functionality not available via native php functions.
- gdao Public
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.