PHP Classes

How to Implement PHP Events Calendar with MySQL Database with Package Eventos: Manage events that happen at given dates

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-11-11 (2 days ago) RSS 2.0 feedNot enough user ratingsTotal: 15 This week: 15All time: 11,386 This week: 7Up
Version License PHP version Categories
eventos 1.0.0MIT/X Consortium ...5PHP 5, Time and Date, Web services, A...
Description 

Author

This package can manage events that happen on given dates.

It provides an application that uses the MVC design pattern to implement a controller class that performs actions to manage event records stored in a database using a model class.

The event controller class can:

- List all recorded events or just those that happen between certain dates

- Get the details of a specific event by ID or name

- Create a new event that may be recurring or not

- Update an existing event with new details

The package also provides a frontend that uses JavaScript to generate Web pages to interact with the users after accessing the backend API that manages the event details.

Picture of Rodrigo Faustino
  Performance   Level  
Name: Rodrigo Faustino <contact>
Classes: 32 packages by
Country: Brazil Brazil
Innovation award
Innovation award
Nominee: 20x

Winner: 2x

  Files folder image Files (27)  
File Role Description
Files folder imagefront (1 file, 1 directory)
Files folder imagesrc (1 file, 6 directories)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data

  Files folder image Files (27)  /  front  
File Role Description
Files folder imagejs (3 files, 2 directories)
  Accessible without login HTML file index.html Doc. Documentation

  Files folder image Files (27)  /  front  /  js  
File Role Description
Files folder imagecomponents (4 files)
Files folder imagelibs (5 files)
  Accessible without login Plain text file App.js Data Auxiliary data
  Accessible without login Plain text file qalendar_latest.js Data Auxiliary data
  Accessible without login Plain text file router.js Data Auxiliary data

  Files folder image Files (27)  /  front  /  js  /  components  
File Role Description
  Accessible without login Plain text file ExcluirEvento.js Data Auxiliary data
  Accessible without login Plain text file FormularioEvento.js Data Auxiliary data
  Accessible without login Plain text file ListaEventos.js Data Auxiliary data
  Accessible without login Plain text file Navbar.js Data Auxiliary data

  Files folder image Files (27)  /  front  /  js  /  libs  
File Role Description
  Accessible without login Plain text file fullcalendar.css Data Auxiliary data
  Accessible without login Plain text file fullcalendar.js Data Auxiliary data
  Accessible without login Plain text file fullcalendar_multigrid.js Data Auxiliary data
  Accessible without login Plain text file vue-router.global.js Data Auxiliary data
  Accessible without login Plain text file vue.global.min.js Data Auxiliary data

  Files folder image Files (27)  /  src  
File Role Description
Files folder imageControllers (2 files)
Files folder imageDatabase (2 files)
Files folder imageHttp (1 file)
Files folder imageModels (2 files)
Files folder imageRepositories (2 files)
Files folder imageRotas (2 files)
  Accessible without login Plain text file index.php Example Example script

  Files folder image Files (27)  /  src  /  Controllers  
File Role Description
  Plain text file EventoController.php Class Class source
  Plain text file UserController.php Class Class source

  Files folder image Files (27)  /  src  /  Database  
File Role Description
  Plain text file config.php Class Class source
  Plain text file Database.php Class Class source

  Files folder image Files (27)  /  src  /  Http  
File Role Description
  Plain text file HttpHeader.php Class Class source

  Files folder image Files (27)  /  src  /  Models  
File Role Description
  Plain text file Evento.php Class Class source
  Plain text file User.php Class Class source

  Files folder image Files (27)  /  src  /  Repositories  
File Role Description
  Plain text file EventoRepository.php Class Class source
  Plain text file UserRepository.php Class Class source

  Files folder image Files (27)  /  src  /  Rotas  
File Role Description
  Plain text file AttributeRouter.php Class Class source
  Plain text file Router.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:15
This week:15
All time:11,386
This week:7Up