Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devdrops/php-ds

:computer: PHP data structures
https://github.com/devdrops/php-ds

data-structures php spl

Last synced: about 1 month ago
JSON representation

:computer: PHP data structures

Awesome Lists containing this project

README

        

# PHP Data Structures

Samples with PHP data structures, from:

- [SPL](https://secure.php.net/manual/pt_BR/book.spl.php)
- [ds](https://github.com/php-ds)

## How to execute the samples?

1. Install [Docker](https://www.docker.com/).
2. Pull the image `devdrop/php-ds`, by executing `docker pull devdrops/php-ds:latest`.
3. Clone this repository and navigate to the source dir.
4. Execute `make run COMMAND='/index.php'`, where `` should be one of the folders present on this repository.

### Example

```bash
make run COMMAND='spl/dll/index.php'
```