Skip to content

Commit

Permalink
added PHP Learning-Resources
Browse files Browse the repository at this point in the history
  • Loading branch information
simsausaurabh committed Aug 28, 2017
1 parent 99946c4 commit 383ea6c
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 1 deletion.
8 changes: 8 additions & 0 deletions PHP/Useful_links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

### PHP Official

- [PHP](http://php.net/) - official website of php.
- [PHP on Github](https://github.com/php) - php github repositories.
- [PHP documentation](http://php.net/manual/en/book.event.php) - official documentation of php.
- [PHP-IIS](https://php.iis.net/) - The Official Microsoft IIS Site.
- [PHP-twitter](https://twitter.com/official_php?lang=en) - Official @official_php.
4 changes: 4 additions & 0 deletions PHP/blogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Name | Links
------------ | -------------
Bruno Skvorc | https://www.sitepoint.com/php/
WordPress | https://blog.calevans.com/
10 changes: 10 additions & 0 deletions PHP/books.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

### PHP Books

* [Beginning PHP and MySQL](https://www.amazon.in/Beginning-PHP-MySQL-Novice-Professional/dp/8184897456?_encoding=UTF8&ascsubtag=a7d30256-343a-4bdc-89ce-5602f27893af&portal-device-attributes=desktop&tag=googinhydr18418-21&tag=googinkenshoo-21) - From Novice to Professional.
* [PHP and MySQL Manual](https://www.amazon.in/PHP-MySQL-Manual-Programming-Professional/dp/1447110552?_encoding=UTF8&ascsubtag=a7d30256-343a-4bdc-89ce-5602f27893af&portal-device-attributes=desktop&tag=googinhydr18418-21&tag=googinkenshoo-21) - Simple, yet Powerful Web Programming.
* [PHP Reactive Programming](https://www.amazon.in/PHP-Reactive-Programming-Martin-Sikora/dp/1786462877?_encoding=UTF8&ascsubtag=a7d30256-343a-4bdc-89ce-5602f27893af&portal-device-attributes=desktop&tag=googinhydr18418-21&tag=googinkenshoo-21) - Leverage the power of reactive programming with PHP.
* [Learning PHP,MySQL](https://www.amazon.com/gp/product/1491918667/ref=s9_acsd_top_hd_bw_b1Enf_c_x_1_w/134-6486121-8447545?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=merchandised-search-4&pf_rd_r=K1470JNMZW6QVYMQ22BH&pf_rd_t=101&pf_rd_p=f427190f-6a90-55af-9420-4a164d2ddbe3&pf_rd_i=295223) - interactive designing of website.
* [PHP MYSQL PROGRAMMING](https://www.amazon.com/gp/product/B074LDL1XW/ref=s9_acsd_newrz_hd_bw_b1Enf_c_x_w/134-6486121-8447545?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=merchandised-search-7&pf_rd_r=K1470JNMZW6QVYMQ22BH&pf_rd_t=101&pf_rd_p=f427190f-6a90-55af-9420-4a164d2ddbe3&pf_rd_i=295223) - learn complete primary skills of php and mysql fast and easily.
* [Better PHP Development](https://www.amazon.com/gp/product/B074WHF9Z1/ref=s9_acsd_newrz_hd_bw_b1Enf_c_x_w/134-6486121-8447545?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=merchandised-search-7&pf_rd_r=K1470JNMZW6QVYMQ22BH&pf_rd_t=101&pf_rd_p=f427190f-6a90-55af-9420-4a164d2ddbe3&pf_rd_i=295223) - good resource to learn php better.
* [PHP for the Web](https://www.amazon.com/PHP-Web-Visual-QuickStart-Guide/dp/0134291255/ref=lp_295223_1_4/134-6486121-8447545?s=books&ie=UTF8&qid=1503911655&sr=1-4) - Visual QucikStart Guide.
8 changes: 8 additions & 0 deletions PHP/courses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

### Free-Courses with documentation

- [Learn to code,interactively, for free](https://www.codecademy.com/learn/php) - Basic fundamentals of PHP programming.
- [PHP-The Right Way](http://www.phptherightway.com/) - PHP concepts with documentation and examples.
- [SOLOLEARN](https://www.sololearn.com/Course/PHP/) - PHP Tutorial.
- [phpbuddy](http://www.phpbuddy.com/) - learn php programming.
- [php-mysql](http://coursesweb.net/php-mysql/) - Key concepts.
5 changes: 5 additions & 0 deletions PHP/experts_to_follow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Name | Google+ | Website/Blog | Other links
------------- | ------------- | ------------- | ------------- |
Theodore R. Smith | - | http://users.phpexperts.pro/tsmith/ | -
PHP-Programmers | https://plus.google.com/communities/104245651975268426012/stream/7c6f54d2-3f05-40cb-afb2-a0382afda6bb | - | -
Magento Nguyen | - | - | http://magentoexpertforum.com/member.php/17918-Magento-Nguyen?s=152f03faa1123700405e8194d34c5465
4 changes: 4 additions & 0 deletions PHP/video_tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

- [TheNewBoston](https://www.youtube.com/playlist?list=PL442FA2C127377F07) - PHP Tutorials Playlist.
- [FreeVideoLectures](http://freevideolectures.com/Course/3165/PHP-Programming/11) - PHP PROGRAMMING.
- [mmtuts](https://www.youtube.com/watch?v=xb8aad4MRx8) - First Project in PHP to create a complete login system.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,13 @@ You can call this repository as "Technology Gold mine" :)
* [Experts To Follow](Wordpress/experts_to_follow.md)
* [Useful Links](Wordpress/Useful_links.md)
* [Video Tutorials](Wordpress/video_tutorials.md)

* [PHP](PHP)
* [Blogs](PHP/blogs.md)
* [Books](PHP/books.md)
* [Courses](PHP/courses.md)
* [Experts To Follow](PHP/experts_to_follow.md)
* [Useful Links](PHP/Useful_links.md)
* [Video Tutorials](PHP/video_tutorials.md)


### Contribution
Expand Down

0 comments on commit 383ea6c

Please sign in to comment.