2017 © Pedro Peláez
 

project everest

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

image

everest-php/everest

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

  • Saturday, May 5, 2018
  • by tikaPahadi
  • Repository
  • 1 Watchers
  • 6 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 102 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Everest - Rapid Development PHP Framework

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., (*1)

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., (*2)

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., (*3)

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), (*4)

`sudo chown -R www-data:www-data .cache`
  • Set permissions to read/write, (*5)

    sudo chmod -R 0755 .cache, (*6)

Apps made using Everest: - https://madeinnepal.dk/ - https://nepalitickets.com/ - https://fusionstak.com/, (*7)

The Versions

05/05 2018

dev-dev

dev-dev

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

  Sources   Download

MIT

The Requires

 

by Tika Pahadi

24/04 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Tika Datta Pahadi
by Tika Pahadi

19/04 2018

dev-docs

dev-docs

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

  Sources   Download

MIT

The Requires

 

by Tika Pahadi

19/04 2018

1.1.1

1.1.1.0

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

  Sources   Download

MIT

The Requires

 

by Tika Pahadi

26/02 2018

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

  • everest-php/everest-src 1.0.0
  • php >=5.3

 

by Tika Datta Pahadi