Pinned Repositories
Aura.SqlSchema
Independent schema discovery tools for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
callable-execution-timer
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).
file-renderer
A tool for rendering PHP files that are meant to generate output.
gdao
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.
HandyPhpFunctions
A bunch of functions that eitther extend the existing functionality in native php functions or add functionality not available via native php functions.
leanorm
A light-weight, highly performant PHP data access library. Good alternative to doctrine & eloquent without unneeded bells & whistles.
slim-skeleton-mvc-app
This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.
slim-skeleton-mvc-tools
A support package for the `SlimPHP Skeleton MVC App` (https://github.com/rotexsoft/slim-skeleton-mvc-app).
versatile-acl
A simple and highly flexible and customizable access control library for PHP
versatile-collections
A collections package for various use cases (supports strict typing)
Rotexsoft's Repositories
rotexsoft/slim-skeleton-mvc-app
This is a template web-application (powered by SlimPHP), that can be extended to build more complex web applications.
rotexsoft/versatile-collections
A collections package for various use cases (supports strict typing)
rotexsoft/file-renderer
A tool for rendering PHP files that are meant to generate output.
rotexsoft/slim-skeleton-mvc-tools
A support package for the `SlimPHP Skeleton MVC App` (https://github.com/rotexsoft/slim-skeleton-mvc-app).
rotexsoft/versatile-acl
A simple and highly flexible and customizable access control library for PHP
rotexsoft/leanorm
A light-weight, highly performant PHP data access library. Good alternative to doctrine & eloquent without unneeded bells & whistles.
rotexsoft/callable-execution-timer
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).
rotexsoft/gdao
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.
rotexsoft/HandyPhpFunctions
A bunch of functions that eitther extend the existing functionality in native php functions or add functionality not available via native php functions.
rotexsoft/Aura.SqlSchema
Independent schema discovery tools for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
rotexsoft/benchmarkorms
This repository is designed to benchmark the performance of various PHP ORM packages.
rotexsoft/leanorm-cli
Command-line tool for rotexsoft/leanorm for generating Model, Record & Collection Classes for tables in a specified database.
rotexsoft/movie-catalog-web-app
Sample app built using the SlimPHP 3 Skeleton MVC App (https://github.com/rotexsoft/slim3-skeleton-mvc-app)
rotexsoft/compare-php-class-by-git-branch
This package compares versions of PHP classes across two git branches to show methods present in one branch & not in the other
rotexsoft/php-csrf
Single PHP library file for protection over Cross-Site Request Forgery