Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```