Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phork/framework
The Phork Framework is a flexible, lightweight Open Source PHP 5 framework.
https://github.com/phork/framework
Last synced: 3 months ago
JSON representation
The Phork Framework is a flexible, lightweight Open Source PHP 5 framework.
- Host: GitHub
- URL: https://github.com/phork/framework
- Owner: phork
- Archived: true
- Created: 2011-03-05T16:33:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-29T16:36:18.000Z (over 13 years ago)
- Last Synced: 2024-06-11T21:13:45.618Z (5 months ago)
- Language: PHP
- Homepage: http://phork.org
- Size: 466 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - phork/framework - The Phork Framework is a flexible, lightweight Open Source PHP 5 framework. (PHP)
README
Phork Framework
===============by Phork Labs
Introduction
------------Phork is a flexible, open source PHP 5 framework that provides a solid foundation for developing robust applications. Phork is an object oriented MVC (Model View Controller) framework and includes an Active Record ORM with automatic relationship loading, as well as the ability to register events to run before and after loading, saving and deleting records. Phork also includes an API framework, URL routing, page caching, template caching, a flexible debugging system, model scaffolding, optional language translations, and several useful utilities and extensions.
Quick Start
-----------1. Download and unzip the Phork package.
2. Determine if you want to start with the standard base or the lite base. [Standard vs. Lite](http://phork.org/manual/install/instructions/#sitetype)
3. Recursively copy either phork/sites/lite/ or phork/sites/standard/ to phork/sites/public/.
4. Copy the example configuration files from phork/sites/public/config/example/ to phork/sites/public/config/live/.
5. Edit the configuration files in phork/sites/public/config/live/.
6. Point your server's document root to /path/to/phork/sites/public/htdocs/.
Manual
------Check out the [Phork manual](http://phork.org/manual) for more detailed instructions, options, examples, and a breakdown of all the classes.
License
-------Licensed under The MIT License