X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.md;fp=README.md;h=6d092623979deb680caf4ad8e0c77b78881098b3;hb=8ef054b51c681e7822133b38f7c5ed9dd2a0f29c;hp=0000000000000000000000000000000000000000;hpb=3ed732562787562d0115a3cbef3f0f5129473b7d;p=m6w6%2Fseekat diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d09262 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# seekat + +Fluent Github API access with PHP-7 and [ext-http](https://github.com/m6w6/ext-http). + +```php +repos->m6w6->seekat->readme->as("html")->then(function($readme) { + echo $readme; +}, function($error) { + echo $error; +}); + +$api->send(); +``` + +> ***Note:*** WIP + + +## Installing + +### Composer + + composer require m6w6/seekat + +## ChangeLog + +A comprehensive list of changes can be obtained from the +[releases overview](./releases). + +## License + +seekat is licensed under the 2-Clause-BSD license, which can be found in +the accompanying [LICENSE](./LICENSE) file. + +## Contributing + +All forms of contribution are welcome! Please see the bundled +[CONTRIBUTING](./CONTRIBUTING.md) note for the general principles followed. + +The list of past and current contributors is maintained in [THANKS](./THANKS).