Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devdrops/php-ds
- Owner: devdrops
- Created: 2017-09-29T13:16:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T14:14:17.000Z (over 7 years ago)
- Last Synced: 2024-10-24T23:29:10.871Z (3 months ago)
- Topics: data-structures, php, spl
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```