Pinned Repositories
lucinda-framework
Lucinda Framework 4.1: Ultra-high performance, modular PHP application skeleton
php-servlets-api
Ultra high-performance API for handling requests into responses via MVC pattern in PHP applications
benchmark
Benchmark Library for C++ Abstract Data Types and Data Structures API
rss-generator
RSS-2 Feed Generator API
console
API able to format texts for console/terminal using a HTML equivalent
c-data-structures-api
My own implementation of data structures in C++, much simpler than that used by STL, with equal or greater performance
lucinda-framework-configurer
Console configurer for Lucinda Framework
lucinda_db
Pure PHP Tag-Based Key-Value Store
php-sql-statements-api
API that generates SQL statements programmatically based on official standards or their vendor-specific derivation
requester
Light weight wrapper that completely hides chaotic native cURL library underneath through a full featured OOP layer that is much easier to work with
aherne's Repositories
aherne/requester
Light weight wrapper that completely hides chaotic native cURL library underneath through a full featured OOP layer that is much easier to work with
aherne/php-security-api
API implementing common web security patterns (eg: authentication, authorization) for PHP applications based on OWASP guidelines
aherne/lucinda-framework-engine
Engine behind Lucinda Framework
aherne/mvc
Abstract MVC API handling any STDIN stream
aherne/lucinda-framework
Lucinda Framework 4.1: Ultra-high performance, modular PHP application skeleton
aherne/errors-api
MVC API that feeds on Throwable instances
aherne/php-servlets-api
Ultra high-performance API for handling requests into responses via MVC pattern in PHP applications
aherne/php-view-language-api
High performance view templating API for PHP applications using tags & expressions inspired by Java JSTL and C compiler
aherne/php-nosql-data-access-api
API abstracting communication with NoSQL key-value store databases through a PDO-like structure
aherne/php-internationalization-api
High-performance API performing internationalization and localization for PHP applications via JSON files
aherne/node-view-language-api
Node version of VLA
aherne/php-sql-data-access-api
API abstracting communication with SQL providers (eg: MySQL) on top of PDO inspired by Java JDBC
aherne/lucinda-framework-configurer
Console configurer for Lucinda Framework
aherne/console
API able to format texts for console/terminal using a HTML equivalent
aherne/migration
API performing migrations (eg: DB tables) across development environments
aherne/console_mvc
Console MVC API
aherne/php-logging-api
High-performance API performing logging for PHP applications into files or SysLog
aherne/lucinda_db
Pure PHP Tag-Based Key-Value Store
aherne/php-mailing-api
Very light weight PHP API for email sending and digital signing covering most important parts of RFC-4021 & RFC-6376
aherne/headers-api
API encapsulating HTTP request and response headers, useful also for cache/cors validation
aherne/php-sql-statements-api
API that generates SQL statements programmatically based on official standards or their vendor-specific derivation
aherne/shell-processes
Wrapper over PHP functions handling shell processes, able to add pooling as well
aherne/oauth2client
API abstracting communication with OAuth2 providers (eg: facebook) for PHP applications based on IETF standards
aherne/unit-testing
Library for unit testing, different from PHPUnit in being much better structured
aherne/rss-generator
RSS-2 Feed Generator API
aherne/flowchart
HTML5 Canvas Flowchart maker
aherne/c-data-structures-api
My own implementation of data structures in C++, much simpler than that used by STL, with equal or greater performance
aherne/http-caching-api
API able to perform HTTP caching
aherne/php-request-validator
Micro-API performing request validation based on value of parameters and request method
aherne/documentation-parser
Parses documentation in code to build HTML documentation