Download the PHP package akamuraasai/hackerrank_api without Composer

On this page you can find all versions of the php package akamuraasai/hackerrank_api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package hackerrank_api

Hacker Rank API

This package consumes the Hacker Rank API, evaluating a given code and returning de output of the operation.

An example file is included with informations about how to use this package properly.

How to use

First you'll need a HackerRank API Key that can be acquired here.

Make a copy of the file and rename it to . Inside the file, change the value to your own key.

Then, just autoload the library and call it like this:

Where $code is a variable containing the code that will run in Hacker Rank servers. The $language var is a integer containing the code of language used on above code. Last one $test_inputs containing the inputs of the tests that the code will run about.

The use_testcases() is the only function working for now. More will come in a future update.

List of Languages/Codes

Code Language
01 C
02 C++
03 Java
05 Python
06 Perl
07 PHP
08 Ruby
09 C#
10 MySQL
11 Oracle
12 Haskell
13 Clojure
14 Bash
15 Scala
16 Erlang
18 Lua
20 JavaScript
21 Go
22 D
23 Ocaml
24 R
25 Pascal
26 SBCL
30 Python 3
31 Groovy
32 Objective-C
33 F#
36 Cobol
37 Visual Basic
38 LOL Code
39 SmallTalk
40 TCL
41 Whitespace
42 TSQL
43 Java 8
44 DB2
46 Octave
48 XQuery
49 Racket
50 Rust
51 Swift
54 Fortran

License

MIT license.


All versions of hackerrank_api with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
vlucas/phpdotenv Version ^2.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package akamuraasai/hackerrank_api contains the following files

Loading the files please wait ....