Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EventsAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jards
EventsAPI
Merge requests
!5
split event mangement eventsapi
Code
Änderungen prüfen
Branch auschecken
Herunterladen
Patches
Unformatierter Diff
Menüleiste ausklappen
Merged
split event mangement eventsapi
feature/split-EventMangement_EVENTSAPI
into
master
Overview
4
Commits
5
Pipelines
0
Changes
4
3 open threads
Hide all comments
Merged
split event mangement eventsapi
Mahmoud Wardeh
requested to merge
feature/split-EventMangement_EVENTSAPI
into
master
May 30, 2023
Overview
4
Commits
5
Pipelines
0
Changes
4
3 open threads
Hide all comments
0
0
Merge request reports
Viewing commit
0cf1a615
Prev
Next
Show latest version
4 files
+
11
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
0cf1a615
Add the eventsapiclient tag 3.5 to use the send function
· 0cf1a615
Mahmoud Wardeh
authored
Nov 21, 2023
examples/sendEventExample.php
+
1
−
1
View file @ 0cf1a615
Edit in single-file editor
Open in Web IDE
Show full file
<?php
use
jards\eventsapi\EventManagement
;
use
jards\eventsapi
client\Swagger\Client\Api
\EventManagement
;
require_once
__DIR__
.
'/../vendor/autoload.php'
;
$eventManagement
=
new
EventManagement
();
Loading