PHP Classes

How to Implement an API From the PHP GraphQL Example Package Laravel GraphQL: Implements an API using GraphQL to query objects

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-11-13 (Yesterday) RSS 2.0 feedNot enough user ratingsTotal: 2 This week: 2All time: 11,483 This week: 28Up
Version License PHP version Categories
laravel-graphql 1.0The PHP License5PHP 5, Libraries, Web services
Description 

Author

This package implements an API using GraphQL to query objects.

It provides a GraphQL schema query file that defines the functions of an API by specifying model class objects and parameters of the API functions.

The package provides classes that implement the models using Laravel model classes.

Picture of Hicri
  Performance   Level  
Name: Hicri <contact>
Classes: 27 packages by
Country: Turkey Turkey
Innovation award
Innovation award
Nominee: 4x

Winner: 1x

  Files folder image Files (74)  
File Role Description
Files folder imageapp (6 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (17 files)
Files folder imagedatabase (3 directories)
Files folder imagegraphql (1 file)
Files folder imagepublic (3 files)
Files folder imageresources (2 directories)
Files folder imageroutes (4 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .env.example Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file vite.config.js Data Auxiliary data

  Files folder image Files (74)  /  app  
File Role Description
Files folder imageConsole (1 file)
Files folder imageExceptions (1 file)
Files folder imageGraphQL (3 directories)
Files folder imageHttp (1 file, 2 directories)
Files folder imageModels (3 files)
Files folder imageProviders (5 files)

  Files folder image Files (74)  /  app  /  Console  
File Role Description
  Plain text file Kernel.php Class Class source

  Files folder image Files (74)  /  app  /  Exceptions  
File Role Description
  Plain text file Handler.php Class Class source

  Files folder image Files (74)  /  app  /  GraphQL  
File Role Description
Files folder imageMutations (1 file)
Files folder imageQueries (2 files)
Files folder imageTypes (1 file)

  Files folder image Files (74)  /  app  /  GraphQL  /  Mutations  
File Role Description
  Plain text file CreateProductMutation.php Class Class source

  Files folder image Files (74)  /  app  /  GraphQL  /  Queries  
File Role Description
  Plain text file ProductQuery.php Class Class source
  Plain text file ProductsQuery.php Class Class source

  Files folder image Files (74)  /  app  /  GraphQL  /  Types  
File Role Description
  Plain text file ProductType.php Class Class source

  Files folder image Files (74)  /  app  /  Http  
File Role Description
Files folder imageControllers (1 file)
Files folder imageMiddleware (9 files)
  Plain text file Kernel.php Class Class source

  Files folder image Files (74)  /  app  /  Http  /  Controllers  
File Role Description
  Plain text file Controller.php Class Class source

  Files folder image Files (74)  /  app  /  Http  /  Middleware  
File Role Description
  Plain text file Authenticate.php Class Class source
  Plain text file EncryptCookies.php Class Class source
  Plain text file PreventRequestsDuringMaintenance.php Class Class source
  Plain text file RedirectIfAuthenticated.php Class Class source
  Plain text file TrimStrings.php Class Class source
  Plain text file TrustHosts.php Class Class source
  Plain text file TrustProxies.php Class Class source
  Plain text file ValidateSignature.php Class Class source
  Plain text file VerifyCsrfToken.php Class Class source

  Files folder image Files (74)  /  app  /  Models  
File Role Description
  Plain text file Book.php Class Class source
  Plain text file Product.php Class Class source
  Plain text file User.php Class Class source

  Files folder image Files (74)  /  app  /  Providers  
File Role Description
  Plain text file AppServiceProvider.php Class Class source
  Plain text file AuthServiceProvider.php Class Class source
  Plain text file BroadcastServiceProvider.php Class Class source
  Plain text file EventServiceProvider.php Class Class source
  Plain text file RouteServiceProvider.php Class Class source

  Files folder image Files (74)  /  bootstrap  
File Role Description
  Plain text file app.php Class Class source

  Files folder image Files (74)  /  config  
File Role Description
  Plain text file app.php Class Class source
  Plain text file auth.php Class Class source
  Accessible without login Plain text file broadcasting.php Aux. Configuration script
  Accessible without login Plain text file cache.php Aux. Configuration script
  Accessible without login Plain text file cors.php Aux. Configuration script
  Accessible without login Plain text file database.php Aux. Configuration script
  Accessible without login Plain text file filesystems.php Aux. Configuration script
  Plain text file graphql.php Class Class source
  Accessible without login Plain text file hashing.php Aux. Configuration script
  Plain text file lighthouse.php Class Class source
  Plain text file logging.php Class Class source
  Accessible without login Plain text file mail.php Aux. Configuration script
  Accessible without login Plain text file queue.php Aux. Configuration script
  Plain text file sanctum.php Class Class source
  Accessible without login Plain text file services.php Aux. Configuration script
  Accessible without login Plain text file session.php Aux. Configuration script
  Accessible without login Plain text file view.php Aux. Configuration script

  Files folder image Files (74)  /  database  
File Role Description
Files folder imagefactories (2 files)
Files folder imagemigrations (6 files)
Files folder imageseeders (1 file)

  Files folder image Files (74)  /  database  /  factories  
File Role Description
  Plain text file ProductFactory.php Class Class source
  Plain text file UserFactory.php Class Class source

  Files folder image Files (74)  /  database  /  migrations  
File Role Description
  Plain text file 2014_10_12_000000_create_users_table.php Class Class source
  Plain text file 2014_10_12_100000_...et_tokens_table.php Class Class source
  Plain text file 2019_08_19_000000_...iled_jobs_table.php Class Class source
  Plain text file 2019_12_14_000001_...ss_tokens_table.php Class Class source
  Plain text file 2024_11_11_195134_create_books_table.php Class Class source
  Plain text file 2024_11_11_195157_..._products_table.php Class Class source

  Files folder image Files (74)  /  database  /  seeders  
File Role Description
  Plain text file DatabaseSeeder.php Class Class source

  Files folder image Files (74)  /  graphql  
File Role Description
  Accessible without login Plain text file schema.graphql Data Auxiliary data

  Files folder image Files (74)  /  public  
File Role Description
  Accessible without login Plain text file .htaccess Data Auxiliary data
  Plain text file index.php Class Class source
  Accessible without login Plain text file robots.txt Doc. Documentation

  Files folder image Files (74)  /  resources  
File Role Description
Files folder imagejs (2 files)
Files folder imageviews (1 file)

  Files folder image Files (74)  /  resources  /  js  
File Role Description
  Accessible without login Plain text file app.js Data Auxiliary data
  Accessible without login Plain text file bootstrap.js Data Auxiliary data

  Files folder image Files (74)  /  resources  /  views  
File Role Description
  Accessible without login Plain text file welcome.blade.php Aux. Configuration script

  Files folder image Files (74)  /  routes  
File Role Description
  Accessible without login Plain text file api.php Example Example script
  Accessible without login Plain text file channels.php Example Example script
  Accessible without login Plain text file console.php Example Example script
  Accessible without login Plain text file web.php Example Example script

  Files folder image Files (74)  /  tests  
File Role Description
Files folder imageFeature (1 file)
Files folder imageUnit (1 file)
  Plain text file CreatesApplication.php Class Class source
  Plain text file TestCase.php Class Class source

  Files folder image Files (74)  /  tests  /  Feature  
File Role Description
  Plain text file ExampleTest.php Class Class source

  Files folder image Files (74)  /  tests  /  Unit  
File Role Description
  Plain text file ExampleTest.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:2
This week:2
All time:11,483
This week:28Up