An open API service indexing awesome lists of open source software.

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

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)

![PHP Image](php.png)

## 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/)