Difference between revisions of "Bookmarks"
From Doku
(5 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* [https://laravel.com/docs/9.x/mocking Mocking - Laravel 9 Documentation] | * [https://laravel.com/docs/9.x/mocking Mocking - Laravel 9 Documentation] | ||
* [https://reactphp.org/ ReactPHP (usado en MAPSentry scraper agents master)] | * [https://reactphp.org/ ReactPHP (usado en MAPSentry scraper agents master)] | ||
+ | |||
+ | == Ncurses == | ||
+ | * [http://php.adamharvey.name/manual/es/book.ncurses.php Ncurses in PHP] | ||
+ | * [https://github.com/wapmorgan/NcursesObjects Ncurses Objects - a PHP library for using Ncurses in an object oriented way] | ||
+ | * [https://docs.freebsd.org/doc/4.0-RELEASE/usr/share/doc/ncurses/ncurses-intro.html (C actually) Writing programs with ncurses] | ||
+ | * [https://pubs.opengroup.org/onlinepubs/007908799/xcurses/curses.h.html Curses - In the single UNIX specification, 1997] | ||
+ | |||
+ | == PHP == | ||
+ | * [https://github.com/qossmic/deptrac Deptrac is a static code analysis tool for PHP. Keep your architecture clean.] | ||
+ | * [https://github.com/box-project/box Box - Simplifies the PHAR building process.] | ||
+ | * [https://github.com/vimeo/psalm Psalm - A static analysis tool for finding errors in PHP applications.] | ||
+ | * [https://github.com/maglnet/ComposerRequireChecker Composer Require Checker - A CLI tool to analyze composer dependencies] | ||
+ | * [https://phar.io/ PHIVE - The PHAR Installation and Verification Environment] | ||
+ | * [https://github.com/phan/phan Phan - A static analyzer for PHP that prefers to avoid false-positives] | ||
+ | |||
+ | |||
+ | * [https://pharhub.dev/packages PharHub packages] | ||
+ | * [https://notas.ip1.cc/varios/notepad/h/#be8a016c97a23cde10c51b1cf5d86684 PharHub packages list backup] |
Latest revision as of 17:16, 26 September 2022
Laravel
- Understanding Laravel's Real-Time Facades
- Laravel Real-Time Facades
- Writing modular applications with Laravel Modules
- LaravelStorm - Optimize PhpStorm for your Laravel projects
- Crear pruebas automatizadas con PHPUnit
- Mocking – Documentación de Laravel 6
- Mocking - Laravel 9 Documentation
- ReactPHP (usado en MAPSentry scraper agents master)
Ncurses
- Ncurses in PHP
- Ncurses Objects - a PHP library for using Ncurses in an object oriented way
- (C actually) Writing programs with ncurses
- Curses - In the single UNIX specification, 1997
PHP
- Deptrac is a static code analysis tool for PHP. Keep your architecture clean.
- Box - Simplifies the PHAR building process.
- Psalm - A static analysis tool for finding errors in PHP applications.
- Composer Require Checker - A CLI tool to analyze composer dependencies
- PHIVE - The PHAR Installation and Verification Environment
- Phan - A static analyzer for PHP that prefers to avoid false-positives