Changeset 3325749
- Timestamp:
- 07/10/2025 02:04:03 PM (9 months ago)
- Location:
- monbillet-embed
- Files:
-
- 1 added
- 8 edited
-
tags/1.2 (added)
-
trunk/composer.json (modified) (1 diff)
-
trunk/composer.lock (modified) (2 diffs)
-
trunk/vendor/composer/installed.json (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (3 diffs)
-
trunk/vendor/monbillet/api-client/.gitignore (modified) (1 diff)
-
trunk/vendor/monbillet/api-client/README.md (modified) (2 diffs)
-
trunk/vendor/monbillet/api-client/composer.json (modified) (1 diff)
-
trunk/vendor/monbillet/api-client/lib/ApiClient.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monbillet-embed/trunk/composer.json
r3300607 r3325749 26 26 "require": { 27 27 "php": "^7.2.5||^8.0", 28 "monbillet/api-client": "^1.2. 4",28 "monbillet/api-client": "^1.2.5", 29 29 "twig/twig": "3.11.3", 30 30 "twig/string-extra": "v3.11.0", -
monbillet-embed/trunk/composer.lock
r3300607 r3325749 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 49d3d384183f4bf2e6eb3c18dbfcb5c8",7 "content-hash": "040cf6de2d853e01b2a30f0650d7bc54", 8 8 "packages": [ 9 9 { 10 10 "name": "monbillet/api-client", 11 "version": "1.2. 4",11 "version": "1.2.5", 12 12 "source": { 13 13 "type": "git", 14 14 "url": "https://github.com/monbillet/api-client", 15 "reference": " c32d272cc4c271e65a5220b8af074e97fb5cd933"16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/monbillet/api-client/zipball/ c32d272cc4c271e65a5220b8af074e97fb5cd933",20 "reference": " c32d272cc4c271e65a5220b8af074e97fb5cd933",15 "reference": "078614058202052eb8a93ec1dbbc1dcaa7978c0c" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/monbillet/api-client/zipball/078614058202052eb8a93ec1dbbc1dcaa7978c0c", 20 "reference": "078614058202052eb8a93ec1dbbc1dcaa7978c0c", 21 21 "shasum": "" 22 22 }, … … 46 46 ], 47 47 "description": "allows you to quickly and easily use the monbillet api", 48 "time": "2025-0 5-26T05:35:38+00:00"48 "time": "2025-07-10T13:51:38+00:00" 49 49 }, 50 50 { -
monbillet-embed/trunk/vendor/composer/installed.json
r3300607 r3325749 3 3 { 4 4 "name": "monbillet/api-client", 5 "version": "1.2. 4",6 "version_normalized": "1.2. 4.0",5 "version": "1.2.5", 6 "version_normalized": "1.2.5.0", 7 7 "source": { 8 8 "type": "git", 9 9 "url": "https://github.com/monbillet/api-client", 10 "reference": " c32d272cc4c271e65a5220b8af074e97fb5cd933"11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/monbillet/api-client/zipball/ c32d272cc4c271e65a5220b8af074e97fb5cd933",15 "reference": " c32d272cc4c271e65a5220b8af074e97fb5cd933",10 "reference": "078614058202052eb8a93ec1dbbc1dcaa7978c0c" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/monbillet/api-client/zipball/078614058202052eb8a93ec1dbbc1dcaa7978c0c", 15 "reference": "078614058202052eb8a93ec1dbbc1dcaa7978c0c", 16 16 "shasum": "" 17 17 }, … … 20 20 "php": "^7.1||^8.0" 21 21 }, 22 "time": "2025-0 5-26T05:35:38+00:00",22 "time": "2025-07-10T13:51:38+00:00", 23 23 "type": "library", 24 24 "installation-source": "dist", -
monbillet-embed/trunk/vendor/composer/installed.php
r3300607 r3325749 4 4 'pretty_version' => 'dev-main', 5 5 'version' => 'dev-main', 6 'reference' => ' 259bcd191a19b0214ea0714a2355e3aaf9f8c2e4',6 'reference' => '4b68e1068d425b1958e9b1567770e3d6ba9d539c', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 12 12 'versions' => array( 13 13 'monbillet/api-client' => array( 14 'pretty_version' => '1.2. 4',15 'version' => '1.2. 4.0',16 'reference' => ' c32d272cc4c271e65a5220b8af074e97fb5cd933',14 'pretty_version' => '1.2.5', 15 'version' => '1.2.5.0', 16 'reference' => '078614058202052eb8a93ec1dbbc1dcaa7978c0c', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../monbillet/api-client', … … 23 23 'pretty_version' => 'dev-main', 24 24 'version' => 'dev-main', 25 'reference' => ' 259bcd191a19b0214ea0714a2355e3aaf9f8c2e4',25 'reference' => '4b68e1068d425b1958e9b1567770e3d6ba9d539c', 26 26 'type' => 'library', 27 27 'install_path' => __DIR__ . '/../../', -
monbillet-embed/trunk/vendor/monbillet/api-client/.gitignore
r3300607 r3325749 2 2 vendor/ 3 3 example/cache 4 **/*/.env -
monbillet-embed/trunk/vendor/monbillet/api-client/README.md
r3300607 r3325749 30 30 31 31 $group_id = ''; // the id or unique name of a group 32 $event_group = $client->get Group($group_id);32 $event_group = $client->getEventGroup($group_id); 33 33 ``` 34 34 … … 38 38 39 39 * `showPastEvents` with value `true` or `only` 40 * `withDetails` with value `true` 40 41 41 42 ## Running the example 42 43 43 1. Write your API key in the **example/.env .sample** file44 1. Write your API key in the **example/.env** file 44 45 2. Run ```composer dump-autoload``` 45 46 3. Run ```composer run-script example``` -
monbillet-embed/trunk/vendor/monbillet/api-client/composer.json
r3300607 r3325749 25 25 }, 26 26 "scripts": { 27 "example": "source example/.env .sample && php -S localhost:9000 -t example/public"27 "example": "source example/.env && php -S localhost:8000 -t example/public" 28 28 } 29 29 } -
monbillet-embed/trunk/vendor/monbillet/api-client/lib/ApiClient.php
r3300607 r3325749 427 427 } 428 428 429 if (isset($params['withDetails'])) { 430 $out['withDetails'] = true; 431 } 432 429 433 return $out; 430 434 }
Note: See TracChangeset
for help on using the changeset viewer.