PHP Classes
elePHPant
Icontem

Eliasis PHP Framework: MVC framework supporting WordPress integration

Recommend this page to a friend!
  Info   View files Documentation   View files View files (170)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2018-02-19 (6 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 96 All time: 9,035 This week: 466Up
Version License PHP version Categories
eliasis 1.0MIT/X Consortium ...5PHP 5, Libraries
Description Author

This package is a MVC framework that can run multiple applications.

It provides several parts for different purposes for Web based applications. Currently it provides:

- Base application models, views using templates and controllers
- Support for component based programming using modules and plugins
- Other modules and libraries like WordPress integration

  Performance   Level  
Innovation award
Innovation award
Nominee: 11x

Details

Eliasis PHP Framework

Packagist Downloads kB License Codacy Badge Build Status PSR2 PSR4 codecov

Versión en español

image

Requirements

This framework is supported by PHP versions 5.6 or higher and is compatible with HHVM versions 3.0 or higher.

Installation

You can install Eliasis PHP Framework into your project using Composer. If you're starting a new project, we recommend using the basic app as a starting point. For existing applications you can run the following:

$ composer require Eliasis-Framework/Eliasis

The previous command will only install the necessary files, if you prefer to download the entire source code you can use:

$ composer require Eliasis-Framework/Eliasis --prefer-source

Documentation

Documentation and examples of use.

Tests

To run tests you just need composer and to execute the following:

$ git clone https://github.com/Eliasis-Framework/Eliasis.git

$ cd Eliasis

$ composer install

Run unit tests with PHPUnit:

$ composer phpunit

Run PSR2 code standard tests with PHPCS:

$ composer phpcs

Run PHP Mess Detector tests to detect inconsistencies in code style:

$ composer phpmd

Run all previous tests:

$ composer tests

? TODO

  • [ ] Add new feature.
  • [ ] Improve tests.
  • [ ] Improve documentation.
  • [ ] Refactor code for disabled code style rules. See phpmd.xml and .php_cs.dist.

Contribute

If you would like to help, please take a look at the list of issues or the To Do checklist.

Pull requests

  • Fork and clone.
  • Run the command composer install to install the dependencies. This will also install the dev dependencies.
  • Run the command composer fix to excute code standard fixers.
  • Run the tests.
  • Create a branch, commit, push and send me a pull request.

License

This project is licensed under MIT license. See the LICENSE file for more info.

Copyright

2016 - 2018 Josantonius, josantonius.com

If you find it useful, let me know :wink:

You can contact me on Twitter or through my email.

  Files folder image Files  
File Role Description
Files folder imagebin (1 file)
Files folder imageconfig (1 file)
Files folder imagedocs (1 file, 5 directories)
Files folder imageresources (1 file)
Files folder imagesrc (4 files, 1 directory)
Files folder imagetests (1 file, 5 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .php_cs.dist Example Example script
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file CHANGELOG.md Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file CONDUCT.md Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpcs.xml Data Auxiliary data
Accessible without login Plain text file phpmd.xml Data Auxiliary data
Accessible without login Plain text file README-ES.md Doc. Documentation
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file _config.yml Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:96
This week:0
All time:9,035
This week:466Up