├── CHANGELOG.md ├── LICENSE ├── README.md ├── composer.json ├── phpstan-baseline.neon ├── phpstan.neon.dist ├── psalm.xml └── src └── NSA.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/composer.json -------------------------------------------------------------------------------- /phpstan-baseline.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/phpstan-baseline.neon -------------------------------------------------------------------------------- /phpstan.neon.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/phpstan.neon.dist -------------------------------------------------------------------------------- /psalm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/psalm.xml -------------------------------------------------------------------------------- /src/NSA.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nyholm/NSA/HEAD/src/NSA.php --------------------------------------------------------------------------------