A simple and fast PHP framework for rapid prototyping and small site building.
This is still in an early development phase. Features and API can change overnight.
- Rename the example.settings.php file to settings.php inside the application folder.
- The application/files folder should be writable by the user running the script.
- (optionally) Create a composer.json file in the project root directory and add all external libraries you want. Velox will autoload them when they are being used. Read more about Composer.
Some built in modules requires some libraries to be installed via composer:
- The VeloxFacebook module requires the Facebook PHP SDK.
- The Message::debug() method will output the code using Krumo if it's installed.
- The Sass module requires the scssphp library.