2024-08-13 01:16:12 -04:00
2024-08-09 01:35:47 -04:00
2024-08-13 01:16:12 -04:00
2024-08-09 02:04:04 -04:00
2024-08-12 22:32:44 -04:00
2024-08-09 04:03:53 +00:00
2024-08-07 19:21:20 -04:00
2024-08-12 23:39:43 -04:00
2024-08-07 19:21:20 -04:00
2024-08-09 04:03:53 +00:00
2024-08-07 19:21:20 -04:00
2024-08-08 23:36:38 -04:00
2024-08-07 19:21:20 -04:00

Tempus Project Core

Developer(s): Joey Kimsey

Bedrock is the core functionality used by The Tempus Project a rapid prototyping framework. This Library can be utilized outside of the TempusProject, but the functionality has not been tested well as a stand alone library.

This library utilizes the MVC architecture in addition to a custom templating engine designed to make building web applications fast and simple.

Notice: This Library is provided as is, please use at your own risk.

Installation and Use

The easiest way to use Bedrock in your application is to install and initialize it via composer.

"require": {
    "TheTempusProject/Bedrock": "*",
},

"autoload": {
    "psr-4": {
        "Bedrock\": "vendor/TheTempusProject/Bedrock"
    }
}

If you prefer to handle auto-loading via other means, you can simply clone this repository wherever you need it. Please note, you will need to install and load the TempusDebugger library in order to utilize the debug to console options.

WIP:

  • Expansion of PDO to allow different database types
  • template stuff should really only be called from template/controllers
  • Update installer to account for updates.
  • Implement uniformity in terms of error reporting, exceptions, logging.
Description
No description provided
Readme 110 KiB
Languages
PHP 99.4%
HTML 0.6%