Skip to content

Commit 6c60730

Browse files
committed
Added README
1 parent cbe9c1a commit 6c60730

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

php/README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<img src="https://raw.githubusercontent.com/rtoal/polyglot/master/docs/resources/php-logo-64.png">
2+
3+
# PHP Explorations
4+
5+
To build and run PHP programs on your local machine, download and install the most recent language version from the [PHP downloads page](https://www.php.net/downloads.php) or use your favorite package manager.
6+
7+
Programs in this folder can be run from the command line like so:
8+
9+
```
10+
php triple.php
11+
```
12+
13+
```
14+
php permutations.php I like carrots # NOT TESTED YET
15+
```
16+
17+
```
18+
php top_ten_scorers.php < ../test/wnba_input # NOT TESTED YET
19+
```
20+
21+
Running the command `php -a` with no arguments gives you a repl.
22+
23+
To run the tests on a Unix-like shell:
24+
25+
```
26+
./test.sh
27+
```
28+
29+
Run `test.ps1` in PowerShell.
30+
31+
## About PHP
32+
33+
TODO
34+
35+
## PHP Resources
36+
37+
Continue your study of R with:
38+
39+
- [PHP Home](https://www.php.net/)
40+
- [Official Documentation](https://www.php.net/docs.php)
41+
42+
## In Open Source
43+
44+
- [The GitHub Topic Page](https://github.com/topics/php)
45+
- [Trending Repositories on GitHub](https://github.com/trending/php)
46+
- [Top 100 Starred Repositories on GitHub](https://github.com/EvanLi/Github-Ranking/blob/master/Top100/PHP.md)
47+
- [TwitterX](https://twitter.com/official_php)
48+
- [Mastodon](https://fosstodon.org/@php)
49+
- [LinkedIn](https://www.linkedin.com/company/phpnet)

0 commit comments

Comments
 (0)