Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devdrops/spl-ds
:neckbeard: SPL and it's data structures.
https://github.com/devdrops/spl-ds
data-structures php spl
Last synced: 26 days ago
JSON representation
:neckbeard: SPL and it's data structures.
- Host: GitHub
- URL: https://github.com/devdrops/spl-ds
- Owner: devdrops
- Created: 2017-05-31T02:21:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T13:15:55.000Z (over 7 years ago)
- Last Synced: 2024-10-24T23:29:06.639Z (2 months ago)
- Topics: data-structures, php, spl
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPL Data Structures
Samples for my SPL Data Structures [presentation](https://docs.google.com/presentation/d/13BKoX-Z80iLAjN1h2Y8TBwNrfNTDlOr6XHmbbjnDXbg/edit?usp=sharing).
## How to execute the samples?
1. Install [Docker](https://www.docker.com/).
2. Pull the image [devdrop/php-toolbox](https://hub.docker.com/r/devdrops/php-toolbox/), by executing `docker pull devdrops/php-toolbox`.
3. Clone this repository and navigate to the home page.
4. Execute `make run COMMAND='/index.php'`, where `` should be one of the folders present on this repository.