Skip to content
/ Cervo Public

Cervo is a lightweight and highly modular structure framework for PHP.

License

Notifications You must be signed in to change notification settings

Nevraxe/Cervo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cervo

Scrutinizer Code Quality

About Cervo

A lightweight and highly modular structure framework for PHP.

Requirements

Requires PHP 7.1.0.

Versioning

Version model: (MAJOR).(MINOR).(PATCH)

  • MAJOR version when we make incompatible API changes,
  • MINOR version when we add functionality in a backwards-compatible manner, and
  • PATCH version when we make backwards-compatible bug fixes.

Installing

Using composer

php composer.phar require nevraxe/cervo:^5.0

How to get started