2017 © Pedro Peláez
 

library core3

image

martinlindhe/core3

  • Monday, April 13, 2015
  • by martinlindhe
  • Repository
  • 4 Watchers
  • 0 Stars
  • 108 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

About

Core3 is a small MVC framework, with mvc model implemented for web application views through the Web\RequestRouter, cli views (through the Cli\ApplicationRouter) and REST api views., (*1)

Core3 directory structure

api/            API views
class/          Class files
class/Model/    Models
class/Client/   Network clients
class/Writer/   Data writers
cli/            CLI views

data/           Data files
doc/            Documentation
template/       Templates
test/           PHPUnit tests
vendor/         Composer dependencies

Application directory structure

api/            Application API views
class/          Application class files
cli/            Application CLI views
scss/           Application SCSS files
test/           Application PHPUnit tests

PDF support

Uses TCPDF via composer, (*2)

The Versions