Recommend this page to a friend! |
Classes of Barton Phillips | Simple Site Class | docs/index.md | Download |
|
Download <header> SimpleSiteClassSimpleSiteClass class mini framework for small websites. </header> <div id="banner"> <span id="logo"></span> <a href="https://github.com/bartonlp/simple-site-class" class="button fork"><strong>View On GitHub</strong></a> <div class="downloads"> <span>Downloads:</span> <ul>
</ul> </div> </div><!-- end banner --> <div class="wrapper"> <nav>
</nav> <section> SimpleSiteClass Version 1.0.0SimpleSiteClass class mini framework for simple, small websites. SimpleSiteClass is a PHP mini framework for simple, small websites. It can be esaly combined with other frameworks or templeting engines if needed. For small websites I feel that frameworks like Laravel or Meteor etc. are just too much. This project has several parts that can function standalone or combined.
The following database engine is provided as the following class:
DisclamerTo start, this framework is meant for Linux not Windows. I don't use Windows, like it or have it, so nothing has been tried on Windows. Quite frankly I don't know why anyone would use a Windows server. I use Ubuntu 22.04 Linux which is a Debian derivative. I have not tried this package on any distributions that do not evolve from Debian. InstallThere are several ways to install this project. Download The ZIP FileDownload the ZIP file from GitHub. Expand it into the /var/www dirctory that Apache2 creates. In my servers I have /var/www and then have my virtual hosts off that directory. That way the directory created when you unzip the download is easily available to all of my virtual hosts. Use ComposerIf you have Apache or Nginx installed then you should made your project root somewhere within your DocumentRoot ('/var/www/html' for Apache2 on Ubuntu). Or if you want to make a seperate Apache virtual host with a registered domain name you can make your new project in '/var/www'. Create a directory <div class="sourceCode">
</div> Then run <div class="sourceCode">
</div> OR you can just run <div class="sourceCode">
</div> which will create the 'composer.json' for you and load the package like 'composer install' above. In your PHP file add
There are some example files in the 'examples' directory at '\$PATH_TO_VENDOR/vendor/bartonlp/simple-site-class/examples'. There is more documentation in the /docs directory. Further Documentation
Contact meBarton Phillips : <bartonphillips@gmail.com> Copyright © 2024 Barton Phillips Last modified January 6, 2024 </section> <footer> Project maintained by Barton Phillips <span class="small">Hosted on GitHub Pages ? Theme by mattgraham</span> </footer> </div> |