# Php

* [Libraries](https://github.com/danielsundermeier/knowledge/blob/master/dev/php/php-libraries.md)

## php.ini

```
nano /usr/local/etc/php/7.4/php.ini
```

## Snippets

* [Remembering what spaceship operator do on comparison in PHP](https://www.amitmerchant.com/remembering-what-spaceship-operator-do-comparison-php/)
* [Options](https://www.asiteaboutnothing.net/c_php-bitwise.html)

## Package Development

* [How to Build and Autoload Your Own PHP Package Locally](https://mattstauffer.com/blog/how-to-build-and-autoload-your-own-php-package-locally/)
* [PHP Package Development](https://phppackagedevelopment.com/)

## Tests

* [Unit testing tips by examples in PHP](https://github.com/sarven/unit-testing-tips)

## Upgrade

* [Upgrade to PHP 8.1 with Homebrew on Mac](https://stitcher.io/blog/php-81-upgrade-mac)
* [Upgrade to PHP 8.2 with Homebrew on Mac](https://stitcher.io/blog/php-82-upgrade-mac)

## Links

* [Object Oriented Done Right](https://front-line-php.com/object-oriented)
* [shivammathur/php](https://github.com/shivammathur/homebrew-php)
* [PHP The Right Way](https://phptherightway.com/)
* [Human readable number formatting in PHP](https://www.amitmerchant.com/human-readable-number-formatting-in-php/)
* [PHP Code Quality Tools](https://getparthenon.com/blog/php-code-quality-tools/)
* [PHP Developer roadmap](https://github.com/thecodeholic/php-developer-roadmap)
* [PHPHub](https://phphub.net/regex/) - Online PHP Tools
