Software Developed by AtherTek Solutions LLC

  • A patch for PHP to allow function parameter type hinting of scalar types. Current types include int, float, bool, string, num (int or float), scalar (all of the above), resource, and object (matches any object).

    • Freeware (Free)
    • Windows
  • This patch for PHP will allow multiple class inheritance:class A { public $a = 1;}class B { public $b = 2;}class C extends A, B { public $c = 3;}$c = new C() ;echo $c->a; // 1echo $c->b; // 2echo $c->c; // 3 ...

    • Freeware (Free)
    • Windows
  • This patch for PHP5 will allow declaration of custom superglobals (like $_POST, $_GET, and $_SERVER) using a "superglobal" keyword. These superglobals will be accessible in any function/method in the script once declared superglobal.

    • Freeware (Free)
    • Windows
  • An object oriented web framework written for PHP 5.3/6.0+.Features include CSS/JS/PHP caching, data models, automatic DB creation, and more.

    • Freeware (Free)
    • Windows