Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danishi/safe-implode
PHP function to make array implode safe
https://github.com/danishi/safe-implode
php
Last synced: about 1 month ago
JSON representation
PHP function to make array implode safe
- Host: GitHub
- URL: https://github.com/danishi/safe-implode
- Owner: danishi
- License: mit
- Created: 2024-06-09T13:37:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T14:14:21.000Z (7 months ago)
- Last Synced: 2024-06-12T17:25:18.412Z (7 months ago)
- Topics: php
- Language: PHP
- Homepage: https://packagist.org/packages/danishi/safe-implode
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# safe-implode [![ci](https://github.com/danishi/safe-implode/actions/workflows/ci.yml/badge.svg)](https://github.com/danishi/safe-implode/actions/workflows/ci.yml)
PHP function to make array implode safe## Unit test
```bash
$ composer install
$ composer test
```