Skip to content

Latest commit

 

History

History
240 lines (224 loc) · 31.9 KB

File metadata and controls

240 lines (224 loc) · 31.9 KB

🐘 PHP Programs Repository

PHP GitHub Actions License

A curated collection of PHP programs and exercises for learning and reference. This repository features a modern web interface to browse and execute code directly in the browser.

🚀 Live Demo

Check out the interactive web version of this repository:


📂 Course Content

Below is an automatically updated list of all PHP programs available in this repository.


🛠 Features

  • Interactive File Viewer: Browse code files with syntax highlighting.
  • Live Execution: Run PHP code directly in the browser via Piston API.
  • Responsive Design: Works on Desktop, Tablet, and Mobile.
  • Auto-Sync: This README stays up-to-date with repository contents automatically.

🤝 Contributing

Feel free to fork this repository and submit pull requests to add new interesting PHP examples!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Made with ❤️ by Paras Gupta