Skip to content

PHP 8 is a good language; let's demonstrate that with some nice patterns

License

Notifications You must be signed in to change notification settings

ajlive/php-stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-stdlib

This is very much alpha, work in progress, etc. The goal is to demonstrate how to use some patterns from Go's stdlib in PHP 8, particularly the io.Writer interface and net/http package.

See the developing API example for now. You can run :

composer install
php examples/basicAPI/runcli.php

Testing

You can run all tests using

composer test

About

PHP 8 is a good language; let's demonstrate that with some nice patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages