# tools **Repository Path**: laisxn/tools ## Basic Information - **Project Name**: tools - **Description**: No description available - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-29 - **Last Updated**: 2021-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### yaf php.ini配置 ``` yaf.use_namespace=1 use_spl_autoload=1 ``` ##### composer config ``` composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/ ```