Welcome to the Learning PHP repository! This is where I document my journey in learning PHP, and I'll be sharing all the code I write as I progress. Whether you're a fellow learner, a mentor, or just curious about PHP, feel free to explore and provide feedback.
If you're new to PHP or want to follow along with my learning journey, here's how you can get started:
-
Clone the Repository:
git clone https://github.com/Nabeel70/learn-php.git
-
Explore the Code: Browse through the different folders and files to see the code I've written. Each folder might represent a specific topic or project I'm working on.
-
Learn and Experiment: Feel free to use the code for your own learning purposes. Experiment with modifications, and don't hesitate to create your branches for additional features or improvements.
The repository is organized in a way to make it easy to navigate:
- /basics: Contains basic PHP scripts covering fundamental concepts.
- /projects: Houses mini-projects or exercises showcasing the application of PHP in different scenarios.
Feel free to suggest improvements to the folder structure if you think it can be organized better.
If you'd like to contribute to this repository:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Description of your changes'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
Your contributions, whether big or small, are highly appreciated!
This repository is licensed under the MIT License - see the LICENSE file for details.
Happy coding! 🚀