OmarElGabry/lumen-api-oauth

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.env.example
.gitignore
.travis.yml
LICENSE
README.md
artisan
composer.json
phpunit.xml
public/lumen-api-oauth.png
app/Comment.php10
app/Console/Kernel.php12
app/Events/Event.php7
app/Events/ExampleEvent.php8
app/Exceptions/Handler.php36
app/Http/Controllers/CommentController.php16
app/Http/Controllers/Controller.php32
app/Http/Controllers/ExampleController.php8
app/Http/Controllers/PostCommentController.php68
app/Http/Controllers/PostController.php62
app/Http/Controllers/UserController.php60
app/Http/Middleware/Authenticate.php19
app/Http/Middleware/Authorize.php11
app/Http/Middleware/ExampleMiddleware.php10
app/Jobs/ExampleJob.php11
app/Jobs/Job.php10
app/Listeners/ExampleListener.php14
app/Post.php10
app/Providers/AppServiceProvider.php9
app/Providers/AuthServiceProvider.php43
A
35 mins
app/Providers/EventServiceProvider.php11
app/User.php25
bootstrap/app.php33
database/factories/ModelFactory.php24
database/migrations/2014_04_24_110151_create_oauth_scopes_table.php19
database/migrations/2014_04_24_110304_create_oauth_grants_table.php18
database/migrations/2014_04_24_110403_create_oauth_grant_scopes_table.php32
B
5 hrs
database/migrations/2014_04_24_110459_create_oauth_clients_table.php21
database/migrations/2014_04_24_110557_create_oauth_client_endpoints_table.php28
database/migrations/2014_04_24_110705_create_oauth_client_scopes_table.php32
B
5 hrs
database/migrations/2014_04_24_110817_create_oauth_client_grants_table.php34
database/migrations/2014_04_24_111002_create_oauth_sessions_table.php30
database/migrations/2014_04_24_111109_create_oauth_session_scopes_table.php32
database/migrations/2014_04_24_111254_create_oauth_auth_codes_table.php28
database/migrations/2014_04_24_111403_create_oauth_auth_code_scopes_table.php32
B
5 hrs
database/migrations/2014_04_24_111518_create_oauth_access_tokens_table.php28
database/migrations/2014_04_24_111657_create_oauth_access_token_scopes_table.php32
B
5 hrs
database/migrations/2014_04_24_111810_create_oauth_refresh_tokens_table.php26
database/migrations/2016_03_24_182334_create_users_table.php21
database/migrations/2016_03_24_221425_create_posts_table.php21
database/migrations/2016_03_24_221457_create_comments_table.php22