PHP Package: mll-lab/graphql-php-scalars
The graphql-php-scalars library provides a collection of custom scalar types for GraphQL implementations in PHP, enhancing type support and flexibility.
Package Description
Enhance your PHP GraphQL projects with the graphql-php-scalars library. This collection of custom scalar types expands the standard GraphQL types, enabling more precise data handling. With seamless integration and extensive documentation, this library simplifies GraphQL scalar type customization, providing a robust solution for varied data representations in your PHP applications.
Download Latest Version: 6.4.1

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/mll-lab/graphql-php-scalars/6.4.1/loader.php';
use Mll\Graphql\Scalars\CustomScalar1;
$obj = new CustomScalar1();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.