Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```php
- <?= 'that php guy says hey !';
- ```
- ## Read :
- - https://www.phptherightway.com/
- - https://paragonie.com/blog/2017/12/2018-guide-building-secure-php-software
- - https://phpbestpractices.org/
- - https://www.airpair.com/php/posts/best-practices-for-modern-php-development
- - http://phpcheatsheets.com/
- ## Weekly Mailing list :
- - http://www.phpweekly.com/
- ## Youtube Tutorials :
- - https://www.youtube.com/user/phpacademy
- - https://www.youtube.com/user/thenewboston
- - https://www.youtube.com/user/businessgeek
- - https://www.youtube.com/user/LevelUpTuts
- ## Paid Videos :
- - https://teamtreehouse.com/library/php-standards-and-best-practices
- - https://www.pluralsight.com/search?q=php
- - https://www.lynda.com/search?q=php
- - https://code.tutsplus.com/categories/php/courses
- - https://laracasts.com/
- - https://symfonycasts.com/
- ## PHP Standers :
- - https://www.php-fig.org/psr/psr-1 ( Basic Coding Standard )
- - https://www.php-fig.org/psr/psr-2 ( Coding Style Guide )
- - https://www.php-fig.org/psr/psr-3 ( Logger Interface )
- - https://www.php-fig.org/psr/psr-4 ( Autoloading Standard )
- - https://www.php-fig.org/psr/psr-6 ( Caching Interface )
- - https://www.php-fig.org/psr/psr-7 ( HTTP Message Interface )
- - https://www.php-fig.org/psr/psr-11 ( Container Interface )
- - https://www.php-fig.org/psr/psr-13 ( Hypermedia Links )
- - https://www.php-fig.org/psr/psr-15 ( HTTP Handlers )
- - https://www.php-fig.org/psr/psr-16 ( Simple Cache )
- - https://www.php-fig.org/psr/psr-17 ( HTTP Factories )
- ---
- ### Tools :
- - PHPBrew : http://phpbrew.github.io/phpbrew
- - PHPStan : https://phpstan.org/
- - PHP-CS-FIXER : https://cs.sensiolabs.org/
- - Parallel Lint : https://github.com/JakubOnderka/PHP-Parallel-Lint
- ### Dependency Manager :
- - Composer : https://getcomposer.org
- ### Frameworks :
- - Symfony : https://github.com/symfony/symfony
- - Zend : https://github.com/zendframework/zendframework
- - Zend Expressive : https://github.com/zendframework/zend-expressive
- - Laravel : https://github.com/laravel/laravel
- - EasySwoole : https://github.com/easy-swoole/easyswoole/
- ### Dependecy Injection :
- - The League Container : https://github.com/thephpleague/container
- - Illuminate Container : https://github.com/illuminate/container
- - Symfony DI : https://github.com/symfony/dependency-injection
- - Zend Service Manager : https://github.com/zendframework/zend-servicemanager
- ### HTTP :
- - Symfony Http Foundation : https://github.com/symfony/http-foundation
- - Symfony Kernel : https://github.com/symfony/http-kernel
- - Zend Diactoros : https://github.com/zendframework/zend-diactoros
- - Zend Http : https://github.com/zendframework/zend-http
- ### Routing :
- - Symfony Routing : https://github.com/symfony/routing
- - Zend Routing : https://github.com/zendframework/zend-router
- ### Validation :
- - Symfony Validator : https://github.com/symfony/validator
- - Zend Validator : https://github.com/zendframework/zend-validator
- ### Form :
- - Zend Form : https://github.com/zendframework/zend-form
- - Symfony Form : https://github.com/symfony/form
- ### Database :
- - Doctrine ORM : https://github.com/doctrine/doctrine2
- - Doctrine DBAL ( Database Abstract Layer ) : https://github.com/doctrine/dbal
- - Illuminate Database : https://github.com/illuminate/database
- - Zend Database : https://github.com/zendframework/zend-db
- - ReadBeanPHP : https://github.com/gabordemooij/redbean
- - EasyDB : https://github.com/paragonie/easydb
- ### Mail :
- - SwiftMailer : https://github.com/swiftmailer/swiftmailer
- - ZendMail : https://github.com/zendframework/zend-mail
- ### Template Engines :
- - Twig : https://github.com/twigphp/Twig
- - Symfony Templates : https://github.com/symfony/templating
- - Zend View : https://github.com/zendframework/zend-view
- - Plates : https://github.com/thephpleague/plates
- ### Command Line :
- - Symfony Console : https://github.com/symfony/console
- - Silly : https://github.com/mnapoli/silly
- - Zend Console : https://github.com/zendframework/zend-console
- ### IDE :
- - PhpStorm : https://www.jetbrains.com/phpstorm/
- - Sublime Text : https://www.sublimetext.com/
- ### Testing :
- - PhpUnit : https://phpunit.de/
- - Codeception : https://codeception.com/
- - Behat : http://docs.behat.org/en/v2.5/
- - PhpSpec : http://www.phpspec.net/en/latest/
- ### Other :
- - ReactPHP : https://github.com/reactphp
- - PHP Swoole : https://github.com/swoole/swoole-src/
- - KrakenPHP : https://github.com/kraken-php/framework
- - The Symfony Components : https://symfony.com/components
- - The PHP League Components : http://thephpleague.com/
- - PHP Cache : https://www.php-cache.com/en/latest/
- - Monolog : https://github.com/Seldaek/monolog
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement