Skip to content

oncebot/simple-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-php

Simple-php is a tiny php framework for quickly building a web app without any configurations. [Recommended static sites, landing pages etc. But can be modified for dynamic websites]

Uses

  • Add your php pages in views folder.
  • The file name without the .php extension will be your URL for that page.
  • The home.php and 404.php is required by the app, so do not rename or delete them, you can change their contents though.
  • The assets folder is up to you, you can change it any way you want.
  • To customize the site-wide navigation, footer, metadata etc go to views/layouts folder.
  • All the views file have some php code to include the header and footer but it's not necessary, you can just write html inside those pages as well.
  • .php extension is required for views.

License

MIT License

Copyright (c) 2018 Biraj Ghosh <biraj@oncebot.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Oncebot

About

A simple php site with pretty urls

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published