This software is designed to:
- be easy to understand and modify
- emphasize simplicity and security
- provide an example of good programming practices in PHP
- require zero configuration for simple and secure use
- follow PSR-2 coding guidelines
- PHP >= 5.3
- Get composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin
- Clone this repo:
git clone https://github.com/DevelopersPl/DevWifi.git
- Install dependencies:
composer.phar install
- Set up your web server to serve
public_html
as document root - Create
config.php
taking inspirations fromindex.php
- Slim framework documentation
- Slim Views
- Twig templating engine
Check LICENSE file