PHP code example of grantholle / powerschool-schools

1. Go to this page and download the library: Download grantholle/powerschool-schools library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

grantholle / powerschool-schools example snippets




namespace App;

use GrantHolle\PowerSchool\Schools\Models\School as BaseSchool;

class School extends BaseSchool
{
    // Your stuff
}

php artisan vendor:publish --provider="GrantHolle\PowerSchool\Schools\PowerSchoolSchoolsServiceProvider"

php artisan powerschool:schools

php artisan powerschool:schools {school_number}