everest-php/everest

Hooks is a Powerful yet Lightweight PHP Framework for rapid development.

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 2

Forks: 101

Open Issues: 0

Type:project

1.1.1 2018-04-19 00:25 UTC

This package is not auto-updated.

Last update: 2024-10-02 18:47:51 UTC


README

Hooks is a rapid development PHP MVC framework. It encompasses the MVC with partials and view components. It has in-built Database Helpers that help you develop apps in PHP rapidly.

The idea

I was a very big fan of the MVC-framework implemented by ASP.Net. This framework implements very similar pattern and should be familiar to ASP.Net developers.

Installation

  • Using composer: composer create-project everest-php/everest
  • Using git: git clone https://github.com/everest-php/everest.git
  • Or simply, download this repositoy as zip.

Docs

Docs are not being created. If you would like to contribute, please email to tika.pahadi@selu.edu or create a pull request.

Debug Notes

If you get the "Permission Denied Error" with razr Engine. The '.cache' folder should have read/write permissions by the web-server. sudo may not be necessary.

  • Give ownership to www-data (In macOS, replace www:data with _www)

    sudo chown -R www-data:www-data .cache

  • Set permissions to read/write

    sudo chmod -R 0755 .cache

Apps made using Everest: