Lines Matching refs:php

1 ![](https://github.com/googleapis/google-api-php-client/workflows/.github/workflows/tests.yml/badge…
6 …href="https://googleapis.github.io/google-api-php-client/main/">https://googleapis.github.io/googl…
16 …oud client libraries, see [googleapis/google-cloud-php](https://github.com/googleapis/google-cloud…
18 [cloud-datastore]: https://github.com/googleapis/google-cloud-php-datastore
19 [cloud-pubsub]: https://github.com/googleapis/google-cloud-php-pubsub
20 [cloud-storage]: https://github.com/googleapis/google-cloud-php-storage
21 [cloud-compute]: https://github.com/googleapis/google-cloud-php-compute
24 * [PHP 5.6.0 or higher](https://www.php.net/)
48 ```php
49 require_once '/path/to/your-project/vendor/autoload.php';
52 …t you pin to the [latest version](https://github.com/googleapis/google-api-php-client-services/rel…
109 …e in its entirety. The [Releases](https://github.com/googleapis/google-api-php-client/releases) pa…
110 with the name `google-api-php-client-[RELEASE_NAME].zip` for a package including this library and i…
114 ```php
115 require_once '/path/to/google-api-php-client/vendor/autoload.php';
122 view them in your browser by running the php built-in web server.
125 $ php -S localhost:8000 -t examples/
133 ```php
135 require_once 'vendor/autoload.php';
155 …xample of this can be seen in [`examples/simple-file-upload.php`](examples/simple-file-upload.php).
161 ```php
168 ```php
174 ```php
183 ```php
191 > An example of this can be seen in [`examples/service-account.php`](examples/service-account.php).
202 ```php
208 ```php
215 ```php
221 ```php
229 ```php
240 …classes used to call the API in [google-api-php-client-services](https://github.com/googleapis/goo…
265 ```php
292 ```php
324 …ould use [`google/auth`](https://github.com/googleapis/google-auth-library-php#call-the-apis) inst…
328 ```php
349 … to improve performance. This can be done by passing a [PSR-6](https://www.php-fig.org/psr/psr-6/)…
351 ```php
363 In this example we use [PHP Cache](http://www.php-cache.com/). Add this to your project with compos…
373 ```php
385 ```php
406 ```php
423 YouTube: https://github.com/youtube/api-samples/tree/master/php
433 …e to ask is via the google-api-php-client tag on StackOverflow: https://stackoverflow.com/question…
435 …e library, please [file an issue](https://github.com/googleapis/google-api-php-client/issues) in t…
449 ```php
461 Run the PHPUnit tests with PHPUnit. You can configure an API key and token in BaseTest.php to run a…