2017 © Pedro Peláez
 

library otframework

Base application framework

image

ncsuwebdev/otframework

Base application framework

  • Tuesday, March 7, 2017
  • by ncsuot
  • Repository
  • 1 Watchers
  • 5 Stars
  • 639 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 6 Open issues
  • 40 Versions
  • 0 % Grown

The README.md

OT Framework

OT Framework is an application framework built on top of Zend Framework 1. The purpose of Zend Framework is to allow a rapid application framework that takes care of certain tasks that are the same for every app., (*1)

Features include: * Authentication via local account and NC State's WRAP service (http://ncsu.edu/wrap) * Dynamic and editable access control lists * User management with multi-role assignment * CSS and Javascript autoloading * Cronjob management and execution * Built-in API interface with key-based authentication * Application trigger interface for sending customized emails, texts, notifications, etc. * Custom fields for model objects * Navigation editor * Application configuration system * Centralized caching * Centralized logging * Database migration system for versioned databases * Database backup system * Utility library for common tasks, (*2)

Creating an OTF App

There is a base skeleton app available for you to get started. It is available at http://github.com/ncsuwebdev/base-otf-app and can be installed in one step via composer., (*3)

You should not start building your app from this git repo!! Using the skeleton app is the preferred method to starting a project built on OTF. Composer will also be the avenue for future OT Framework updates., (*4)

The Versions

16/01 2013

2.7.4rc10

2.7.4.0-RC10 https://svn.unity.ncsu.edu/svn/otframework

Base ZF1 application

  Sources   Download

The Requires

  • php >=5.3.0

 

ncstate ncsu