Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/restoreddev/phpapprentice
An online book for learning PHP
https://github.com/restoreddev/phpapprentice
book learning php
Last synced: 3 months ago
JSON representation
An online book for learning PHP
- Host: GitHub
- URL: https://github.com/restoreddev/phpapprentice
- Owner: restoreddev
- License: other
- Created: 2018-09-02T15:58:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T20:24:31.000Z (over 1 year ago)
- Last Synced: 2024-07-18T03:44:40.645Z (4 months ago)
- Topics: book, learning, php
- Language: CSS
- Homepage: https://phpapprentice.com
- Size: 397 KB
- Stars: 161
- Watchers: 8
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PHP Apprentice
PHP Apprentice is a project for sharing knowledge about the PHP programming language.
It is an online book that currently includes pages for learning the basics of PHP programming.
PHP Apprentice is a work in progress so any constructive feedback is appreciated.## Contributing
PHP Apprentice is built with [Hugo](https://gohugo.io). To build the site locally, clone the repository, install Hugo and run `hugo server` with a terminal in the project root. All of the site pages are written in Markdown and stored in the content directory. To create a new page, the hugo generator will use the default template to generate the markdown file in the content folder: `hugo new test.md`.## Roadmap
Moving forward, there are three sections I would like to add to the site:
- Web
- Database
- AdvancedThe web section will outline the basics of HTTP, how to handle requests and response and generating HTML.
The database section will cover PDO setup, fetching data and securely running queries.
Advanced will hold deeper PHP topics like traits, closures, Composer, auto-loading and namespaces.
If you would like to request a topic or see one section before another, feel free to open an issue.