Downloads
You can find any download resources related to Seme Framework. You can get Seme Framework by downloading it through github:
Install
Clone the repository with git or download the ZIP archive and then extract to your desired directory.
Install from archive to XAMPP (Examples)
After download the archive and then extract to:
/Application/XAMPP/htdocs/seme_framework
on Mac, or/opt/lampp/htdocs/seme_framework
on Linux, orD:\xampp\htdocs\seme_framework
on Windows
And then running the XAMPP and open the http://locahost/seme_framework/
.
If there does not show any error, then you can proceed to configuration page.
Install using GIT CLONE on Windows
We assumed you have install XAMPP on drive D.
Open your cmd
or cmder
and then execute the following commands:
- Goto drive D with command
d:
. - Change dir to htdocs
cd xampp/htdocs
. - List content of directory
ls
ordir
check if directory is existed. - If directory existed delete with command
rm -fr seme_framework
or move the directory withmv seme_framework sf_old
. - clone from repo and put on seme_framework directory.
# git clone https://github.com/drosanda/seme-framework.git seme_framework
And then running the XAMPP and open the http://locahost/seme_framework/
.
If there does not show any error, then you can proceed to configuration page.
Install using Mac with XAMPP
Open your cmd
or terminal
and then execute the following commands:
- Change dir to htdocs
cd /Applications/XAMPP/htdocs
. - List content of directory
ls
check if directory is existed. - If directory existed delete with command
rm -fr seme_framework
or move the directory withmv seme_framework sf_old
. - clone from repo and put on seme_framework
git clone https://github.com/drosanda/seme-framework.git seme_framework
.
Run the framework
After running the XAMPP, you can open http://locahost/seme_framework/
in your browser.
If there does not show any error, then you can proceed to configuration page.

Working Examples
Here is the list of working examples using Seme Framework. You can clone or download by clicking the following links: