https://github.com/aplab/pst
PHP small tools
https://github.com/aplab/pst
Last synced: about 1 year ago
JSON representation
PHP small tools
- Host: GitHub
- URL: https://github.com/aplab/pst
- Owner: aplab
- License: mit
- Created: 2019-06-23T18:47:30.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T18:34:11.000Z (over 3 years ago)
- Last Synced: 2025-06-25T22:02:42.796Z (about 1 year ago)
- Language: PHP
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pst
PHP small tools
## Installation
Package is available on [Packagist](https://packagist.org/packages/aplab/pst),
you can install it using [Composer](http://getcomposer.org).
```shell
composer require aplab/pst dev-master
```
add to services.yaml example
```shell
Aplab\Pst\Lib\MysqliManager\MysqliManager:
arguments: ['@kernel']
```
## Configuration
put .mysqli_manager.ini.dist into ```projectDir``` and then rename it to .mysqli_manager.ini