2017 © Pedro Peláez
 

library core

The Core Class for the EasyMVC Framework

image

easymvc/core

The Core Class for the EasyMVC Framework

  • Thursday, July 12, 2018
  • by rudymas
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 29 % Grown

The README.md

Emvc_Core

EasyMVC's Core class, (*1)

This is the heart of the EasyMVC Framework!, (*2)

The repository 'easymvc' contains the structure and some pre-configured files of the Framework. Emvc_Core provides the logic behind it., (*3)

It's specially made for my framework, so it will be difficult to add this one to your own project. But if you want to try it, you can install the package through composer., (*4)

composer require easymvc/core

or by editing composer.json yourself and adding:, (*5)

"require": {
    "easymvc/core": "*"
}

The only documentation provided will be in the class-file itself!, (*6)

The Versions

30/03 2018

0.0.1

0.0.1.0

The Core Class for the EasyMVC Framework

  Sources   Download

GPL-3.0

The Requires