Skip to content

Movie ticket booking platform to book movie tickets online. This system lets users browse available movies, choose showtimes, select seats, and securely purchase tickets from the comfort of their home. It simplifies the process of reserving seats for your favorite films, making moviegoing hassle-free.

License

Notifications You must be signed in to change notification settings

M-dev-acc/movie-ticket-booking-portal-in-PHP

Repository files navigation

Movie ticket booking portal

Movie ticket booking platform made in PHP This is the platform for booking movie tickets. mainly only two programming languages used in this project. PHP is used for server-side programming and MySql for database management. this project has only two modules first one is Admin and the second one is User.

Workflow of the project

  • Admin
  1. Admin Log in.
  2. Admin adds movie details.
  3. after that creating shows of the movie.
  • User
  1. Search for movies.
  2. Check movie show's Availability.
  3. Book the tickets(needs to log in. if user not logged in then user login.)
  4. pay amount for the tickets.

For the payment process, Stripe PHP Library is used. for accessing Stripe API

  1. go to the Stripe PHP Library Github page.
  2. download the zip file.
  3. extract into the project file. rename the folder to stripe e.g.(movie-ticket-booking-portal-in-PHP/stripe).
  4. copy require_once('stripe/init.php'); this line paste it into book_ticket.inc.php page. you can able to do payments using credit and debit cards.

Requirements

  • PHP version above 7.0.
  • Mysql database.

About

Movie ticket booking platform to book movie tickets online. This system lets users browse available movies, choose showtimes, select seats, and securely purchase tickets from the comfort of their home. It simplifies the process of reserving seats for your favorite films, making moviegoing hassle-free.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published