PHPackages                             mouadbnl/laravel-judge0 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mouadbnl/laravel-judge0

ActiveLibrary

mouadbnl/laravel-judge0
=======================

Support for Judge0 API to run/judge code in different languages

0.4.2(4y ago)1023MITPHPPHP ^8.0|^7.4

Since Aug 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/MouadBNL/laravel-judge0)[ Packagist](https://packagist.org/packages/mouadbnl/laravel-judge0)[ RSS](/packages/mouadbnl-laravel-judge0/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (6)Versions (13)Used By (0)

Laravel Judge0
==============

[](#laravel-judge0)

Judge0 API integration for `running/judging` code with different languages

```
use Mouadbnl\Judge0\Models\Submission;

$submission = Submission::create([
        'language_id' => 54, // C++ (GCC 9.2.0)
        'source_code' =>'
        #include
        #include
        using namespace std;

        int main(){
            string s;
            cin >> s;
            cout > s;
            cout
