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
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
split event mangement eventsapi
feature/split-EventMangement_EVENTSAPI
into
master
Overview
4
Commits
5
Pipelines
0
Changes
5
3 unresolved threads
Hide all comments
Merged
Mahmoud Wardeh
requested to merge
feature/split-EventMangement_EVENTSAPI
into
master
2 years ago
Overview
4
Commits
5
Pipelines
0
Changes
5
3 unresolved threads
Hide all comments
0
0
Merge request reports
Compare
master
version 3
0cf1a615
1 year ago
version 2
2d1e4ba7
2 years ago
version 1
3a28bd6b
2 years ago
master (base)
and
latest version
latest version
410462d9
5 commits,
1 year ago
version 3
0cf1a615
4 commits,
1 year ago
version 2
2d1e4ba7
3 commits,
2 years ago
version 1
3a28bd6b
2 commits,
2 years ago
5 files
+
11
−
77
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
examples/sendEventExample.php
+
1
−
1
View file @ 410462d9
Edit in single-file editor
Open in Web IDE
Show full file
<?php
<?php
use
jards\eventsapi\EventManagement
;
use
jards\eventsapi
client\Swagger\Client\Api
\EventManagement
;
require_once
__DIR__
.
'/../vendor/autoload.php'
;
require_once
__DIR__
.
'/../vendor/autoload.php'
;
$eventManagement
=
new
EventManagement
();
$eventManagement
=
new
EventManagement
();
Loading