Download SpotLight PHP MVC framework
Download latest stable version: SpotLight_0.5.1.1-sandbox.zip
Requirements
SpotLight requires PHP5 and a webserver to run. We strongly recommend Apache webserver. Server must support two features:
- mod_rewrite
Uncoment this line on conf/httpd.conf or apache2.conf file:
LoadModule rewrite_module modules/mod_rewrite.so - .htaccess
Add this line to your conf/httpd.conf file to activate .htaccess support:
AccessFileName .htaccessIn your web-directory config. like this <Directory "/var/www/myServer"> change your AllowOverride directive to All:
<Directory "var/www/myServer">
...
Options Indexes FollowSymLinks Includes MultiViews
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
...
</Directory> - change config file (only for > 0.5.0.6)
Change this line in SpotLight/configs/config.php file:
Session::putSystemValue('basePath','/0.5.1.0b/',false);Change to this if you unpack all files directrly into web-root directory:Session::putSystemValue('basePath','/',false);Or paste your directory name in web-root directory where you unpack archive.
You might find these requirements at most web hosting providers or you will setup it manually.
Recommended Installation
SpotLight are supported every day if not every hours. The most of the code have unit testing. I use phpUnit for my goals. You can dowload a working copy of the SpotLight source code at the end of this page. You'll see the downloads table with versions, downloads amount, sizes and links for download in zip or tar.gz format.
Please choose the latest version.
Documentation
You can find out more about the SpotLight at SpotLight Docs
Download SpotLight PHP Framework latest version
You also can download from goolge code.
Google Code SVN:
http://spotlight.googlecode.com/svn/trunk/
Or just visit SpotLight at Google Code
http://spotlight.googlecode.com/
Download SpotLight compressed (tar.gz, zip)
| Version | Downloads | Size | Link | Hash - md5 |
|---|---|---|---|---|
| 0.5.1.1 | 19 | 113 KB | SpotLight_0.5.1.1-sandbox.tar.gz | a554f9850321e354fca15dbb17d275b1 |
| 0.5.1.1 | 5 | 145 KB | SpotLight_0.5.1.1-sandbox.zip | c4f2950a7b2f82fd86e794e032a8fae5 |
| 0.5.1.0 | 28 | 111 KB | SpotLight_0.5.1.0b-sandbox.tar.gz | 041516435d7cd4a88f6aa327bc656735 |
| 0.5.1.0 | 30 | 143 KB | SpotLight_0.5.1.0b-sandbox.zip | b35c7c36ef0e77076b3bfbec896049ac |
