https://github.com/md-aamroni/php-8
A Complete Resource to Learn Core PHP from Beginners to Advanced
https://github.com/md-aamroni/php-8
learn-php php php-8 php-beginners php-best-practices php-course
Last synced: 7 months ago
JSON representation
A Complete Resource to Learn Core PHP from Beginners to Advanced
- Host: GitHub
- URL: https://github.com/md-aamroni/php-8
- Owner: md-aamroni
- Created: 2021-07-19T05:25:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T11:13:02.000Z (over 1 year ago)
- Last Synced: 2025-04-09T20:44:01.445Z (10 months ago)
- Topics: learn-php, php, php-8, php-beginners, php-best-practices, php-course
- Language: PHP
- Homepage: https://md-aamroni.github.io
- Size: 116 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PHP - HyperText PreProcessor
PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
- [Official](https://www.php.net/)
- [Wikipedia](https://en.wikipedia.org/wiki/PHP)

## Resources
- DesignPattern
- [Documentation](https://designpatternsphp.readthedocs.io/en/latest/README.html)
- SolidPrinciple
- [Digital Occean](https://www.digitalocean.com/community/conceptual_articles/s-o-l-i-d-the-first-five-principles-of-object-oriented-design)
- Asynchronous in PHP
- [Spatie](https://github.com/spatie/async.git)
- PHP Unit Test
- [Repository](https://github.com/sebastianbergmann/phpunit.git)
- [Documentatioin](https://phpunit.readthedocs.io/en/9.5/)
- Environment Variables
- [vlucas](https://github.com/vlucas/phpdotenv.git)
- Mailing Libraries
- [Swift Mailer](https://swiftmailer.symfony.com/docs/introduction.html)
- [PHP Mailer](https://github.com/PHPMailer/PHPMailer)
- Database Backup
- [MySQL Dump](https://github.com/ifsnop/mysqldump-php)
- [DB Dumper](https://github.com/spatie/db-dumper)
- Debugger and Profiler
- [Xdebug](https://xdebug.org/)