Download the PHP package softon/slano without Composer
On this page you can find all versions of the php package softon/slano. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor softon
Package slano
Short Description A simple PHP Framework using basic libraries.
License MIT
Package slano
Short Description A simple PHP Framework using basic libraries.
License MIT
Please rate this library. Is it a good library?
Informations about the package slano
Slano Framework
A simple PHP Framework for quick app development.
Installation
- Install Composer and PHP 5.4+
- use
composer create-project softon/slano --prefer-distto create a new slano project. - copy the
.env.sampleto.envand update the environment variables. - (optional) run the below query which will create a basic authetication related tables.
- setup a virtual host and access the website.
- Done.
Libraries used in Slano Framework
Below libraries are used for building this framework. Link to the documentation to respective packages are provided.
- Twig (Template Engine): https://twig.symfony.com
- Bramus/router (Routing Library) : https://github.com/bramus/router
- Rakit/validation (Validation Library) : https://github.com/rakit/validation
- Vlucas/phpdotenv (Reading Environment Variables) : https://github.com/vlucas/phpdotenv
- Lodev09/php-models (Database Models) : https://github.com/lodev09/php-models
- Delight-im/auth (Authentication Library) : https://github.com/delight-im/PHP-Auth
SQL Database Query for Users (Optional)
All versions of slano with dependencies
PHP Build Version
Package Version
Requires
twig/twig Version
^3.3
bramus/router Version ^1.5
rakit/validation Version ^1.4
vlucas/phpdotenv Version ^5.3
lodev09/php-models Version ^2.2
delight-im/auth Version ^8.2
bramus/router Version ^1.5
rakit/validation Version ^1.4
vlucas/phpdotenv Version ^5.3
lodev09/php-models Version ^2.2
delight-im/auth Version ^8.2
The package softon/slano contains the following files
Loading the files please wait ...