Download the PHP package dbwebb/htmlphp without Composer
On this page you can find all versions of the php package dbwebb/htmlphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dbwebb/htmlphp
More information about dbwebb/htmlphp
Files in dbwebb/htmlphp
Package htmlphp
Short Description Course material for htmlphp.
License MIT
Homepage https://github.com/dbwebb-se/htmlphp
Informations about the package htmlphp
Web technologies - (htmlphp)
Course material for course "htmlphp", aimed at a swedish target audience as an introduction to web programming for computer science students at University level.
Relased as part of a University course: https://dbwebb.se/kurser/htmlphp
The course repo is managed by a dbwebb command line utility.
Docker
Advanced usage for those familiar with docker and docker-compose.
You can use docker to run php and apache with the course repo. Check out the docker-compose.yaml
in the root directory.
It works like this.
Run some version of PHP
Run a version of php directly from the terminal.
Or start bash and work in the container.
Run Apache with some version of PHP
Start Apache with some version of PHP.
Or use docker-compose up -d apache
to put the container in the background. The webserver is mapped onto the port 18080 so open your webserver to http://localhost:18080/
.
In your webbrowser, open the file example/utility/phpinfo.php
to check the version of php.
To run Apache with with another version of PHP you can use the container apache74
, apache73
or apache72
.
Acknowledgement
This is a co-effort of several people using freely available documentation and tools from the open source community.
For contributors, see the commit history and the issues.
Feel free to help building up the repository with more content suited for training and education.