kizilare/framework

There is no license information available for the latest version (1.1) of this package.

Tiny framework to map to get difference between two strings

Installs: 112

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/kizilare/framework

1.1 2015-04-26 10:27 UTC

This package is not auto-updated.

Last update: 2025-09-23 13:20:50 UTC


README

ini_set('display_errors', true); error_reporting(E_ALL);

set_error_handler ( array( 'Kizilare\Framework\ErrorHandler', 'error' ) ); Kizilare\Framework\App::getInstance()->run();