Download the PHP package vikry/vylma without Composer
On this page you can find all versions of the php package vikry/vylma. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package vylma
Short Description NSY is a simple PHP Framework that works well on MVC or HMVC mode
License MIT
Informations about the package vylma
Vylma Homepage & CRUD Example
NSY PHP Framework Example with HTML5 Boilerplate and Bulma CSS Framework. This also provides Font-Awesome and several optimizations for Datatables plugin.
This is an example of a CRUD
program & homepage using the NSY Framework (Vylma Project), i hope it can be useful for everyone to start using NSY as the project framework. I made this because I know that everyone loves CRUD
..so Enjoy it!
Site example : https://vylma.nsyframework.com
How to dating with Vylma?
The Requirement
Before installing NSY, there are several applications that must be installed to support NSY operation.
1. Install Wget
Windows Installation :
- Download Wget from this site https://eternallybored.org/misc/wget/.
- Copy the
wget.exe
file into yourC:\Windows\System32
folder. Simply copy it from one location to the other. - Verify the Installation on Windows, open the command prompt (cmd.exe) and run
wget -V
to see if it is installed.
Linux Installation (Debian based) :
- To install Wget on Linux Ubuntu/Debian use the apt-get command
apt-get install wget
. - And verify installation with the wget command with the
wget --version
flag.
MacOS Installation :
-
Install Homebrew, In Terminal type the following command:
- Install Wget, In Terminal Type the following command:
brew install wget
. - Check if Wget is installed open Terminal and type
wget -V
.
2. Install Composer
Windows Installation :
- Download Composer here, https://getcomposer.org/doc/00-intro.md#installation-windows.
- Run the installer and follow the instructions to install Composer.
- Verify the Installation on Windows, open the command prompt (cmd.exe) and run
composer -V
to see if it is installed.
Linux Installation (Debian based) :
-
Download the installer and composer setup:
-
Run the installer:
- Verify the Installation, open Terminal and run
composer -V
to see if it is installed.
MacOS Installation :
-
Download and install Composer using the following commands:
-
If the installer is verified, proceed with the installation:
- Remove the installer script:
rm composer-setup.php
. - Check that Composer is installed and accessible:
composer
.
3. Install Git
Windows Installation :
- Go to the official Git website at https://git-scm.com/.
- Click on the
Download
button to get the latest version of Git for Windows.
Linux Installation (Debian based) :
- Install Git using the package manager:
sudo apt install git
- Check the installed Git version:
git --version
MacOS Installation :
-
Install Homebrew, In Terminal type the following command:
-
Once Homebrew is installed, use it to install Git:
brew install git
- Check the installed Git version:
git --version
NSY Installation
Download from Github
- Download source from this link https://github.com/kazuyamarino/vylma/releases.
- Simply rename the source folder that has been downloaded to
vylma
& copy it to yourhtml
orhtdocs
or anythings folder. -
For apache, please go to the
docs/apache
folder and read the Readme.txt. -
For nginx, please go to the
docs/nginx
folder and read theReadme.txt
too. - Go to the
docs/env.example
folder and copy theenv.example
to root folder, and rename it toenv
. - Import database example. (see below)
- And save the date..
Download from Composer
Install NSY by creating a new directory called blog
Restart Bash
NSY Setup
Database Example
There is an example mysql or mariadb database (for test the CRUD process) in the Migrations
folder. You can restore it to a database with this way NSY Migration.
Vylma contain package
- Datatables jQuery Javascript Library with Responsive Plugin
- Bulma CSS Framework with Plugin
- Modal FX
- NormaJS, A Foundation Abide based javascript validation
- SimpTip
- JQuery
- Modernizr
- WhatInputJs
- Font Awesome
- Flatpicker
NSY Framework
NSY is a simple PHP Framework that works well on MVC or HMVC mode.
Site example : https://nsyframework.com/
See further explanation here... NSY Documentation (Documentation is undercontruction, sorry for many information have been missed)
License
The code is available under the MIT license.
All versions of vylma with dependencies
optimus/onion Version ~1.0
fakerphp/faker Version ^1.16
php-curl-class/php-curl-class Version ^9.5
voku/anti-xss Version ^4.1
lablnet/encryption Version ^1.0
josantonius/cookie Version ^2.0
josantonius/json Version ^2.0
josantonius/session Version ^2.0
symfony/html-sanitizer Version ^6.1
rakit/validation Version ^1.4