Skip to content

Ultra-Med Health Medical Aid Society USSD and Database API. API developed using PHP Slim Framework 3. Database is MySQL, hosted on the company website domain.

License

Notifications You must be signed in to change notification settings

auric-co/Ultramed-Health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultra-Med Health Care Slim 3 USSD API

Ultra-Med Health Care Medical Aid Society USSD Member Database and access API for USSD system. Database is MySQL, hosted on the company website

API documentation hosted on https://documenter.getpostman.com/view/6037556/SVmpYMxc

Create your project:

$ composer create-project --no-interaction --stability=dev akrabat/slim3-skeleton my-app

Run it:

  1. $ cd my-app
  2. $ php -S 0.0.0.0:8888 -t public public/index.php
  3. Browse to http://localhost:8888

Key directories

  • app: Application code
  • app/src: All class files within the App namespace
  • app/templates: Twig template files
  • cache/twig: Twig's Autocreated cache files
  • log: Log files
  • public: Webserver root
  • vendor: Composer dependencies

Key files

  • public/index.php: Entry point to application
  • app/settings.php: Configuration
  • app/dependencies.php: Services for Pimple
  • app/middleware.php: Application middleware
  • app/routes.php: All application routes are here
  • app/src/Action/HomeAction.php: Action class for the home page
  • app/templates/home.twig: Twig template file for the home page

Utramed-Health-Care-USSD-API

Ultramed-Health

About

Ultra-Med Health Medical Aid Society USSD and Database API. API developed using PHP Slim Framework 3. Database is MySQL, hosted on the company website domain.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published