Skip to content

devdrops/php-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PHP Data Structures

Samples with PHP data structures, from:

How to execute the samples?

  1. Install Docker.
  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='<folder>/index.php', where <folder> should be one of the folders present on this repository.

Example

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

Releases

No releases published

Packages

No packages published