You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import*asphpfrom"@libphp/amazon-linux-2-v83";// @libphp/amazon-linux-2-v82// ├── dist// │ └── *.js// └── native// ├── lib// │ └── * (shared libs)// └── php// ├── modules// │ └── *.so (php modules)// ├── composer// ├── php.ini// ├── php// ├── php-cgi// ├── php-fpm// └── php-fpm.iniphp.getRoot();// root folderphp.getComposer();// composer binphp.getPhpFiles();// list of all PHP filesphp.getPhpModulesFiles();// list of all PHP modulesphp.getSharedLibsFiles();// list of all shared libsphp.getFiles();// list of all related files
DOSS (Developer Open-Source Software): @snowkelus
Now a Property of @snowkelus/libcore for @snowkelus/snowkelus-php (0.2.1)